PerformanceAnalytics icon indicating copy to clipboard operation
PerformanceAnalytics copied to clipboard

Incorrect Line 6 Comment In Examples for checkData()

Open martinrd3D opened this issue 3 years ago • 0 comments

Description

Selecting a column does not delete row and column names, as lines 7 and 9 of the Examples shows

To do so, one needs to use Drop = TRUE, e.g., as in x <- checkData(edhec[,1,drop=TRUE])

[Describe the behavior/output you expected]

Minimal, reproducible example

[Insert sample data and code]

Session Info

[Insert your sessionInfo() output]

martinrd3D avatar May 23 '22 16:05 martinrd3D