| as.data.frame.SCREENING | R Documentation |
Returns a tidy data.frame with one row per fund (or, when
the screening was run with screen_beta = TRUE, one row per
fund/coefficient), suitable for downstream filtering, ranking, and plotting.
## S3 method for class 'SCREENING'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
A |
row.names, optional |
Currently ignored. |
... |
Further arguments (ignored). |
A data.frame with columns fund, the performance measure
(alpha, sharpe, or msharpe), pipos, pizero,
pineg, npeer, and lambda; a coefficient column is
added when screen_beta = TRUE.
David Ardia and Kris Boudt.
alphaScreening.
data("hfdata")
sc <- alphaScreening(hfdata[, 1:10], control = list(nCore = 1))
head(as.data.frame(sc))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.