Skip to content
Prev 4342 / 15274 Next

chart.PerformanceAnalytics(), character string is not in a standard unambiguous format

Is your date index a Date class, or a character string?  If it is of 
class Date or YearMon, I wouldn't anticipate any problems, but if your 
row names are characters, the error would be because the charting 
function doesn't know how to create the x axis labels.

For example, as.xts(z) would likely give you the same error if you have 
character strings for the dates.

Regards,

    - Brian
Khanh Nguyen wrote:
<...>