| summary.SCREENING | R Documentation |
Produces a ranked summary of a screening: distribution of the
performance measure, the peer performance ratios, optional win/loss counts
from the pairwise tests, and the top/bottom funds (overall and by
out-/underperformance ratio). The win/loss counts require the square
(within-group) pairwise matrices and are therefore omitted for cross-group
screenings (a Y peer group or targetPeerPerformance).
Originally contributed by Murilo Andre Peres Pereira.
## S3 method for class 'SCREENING'
summary(object, coef = 1L, top = 5L, p_level = 0.05, ...)
object |
A |
coef |
For a |
top |
Number of best/worst funds to display. Default: 5. |
p_level |
Significance level for the win/loss counts (used only when the
object carries square |
... |
Further arguments (ignored). |
An object of class summary.SCREENING.
Murilo Andre Peres Pereira, David Ardia and Kris Boudt.
alphaScreening.
data("hfdata")
sc <- alphaScreening(hfdata[, 1:10], control = list(nCore = 1))
summary(sc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.