| is.sropt | R Documentation |
Checks if an object is in the class 'sropt'
is.sropt(x)
x |
an object of some kind. |
To satisfy the minimum requirements of an S3 class.
a boolean.
Steven E. Pav shabbychef@gmail.com
sropt
Other sropt:
as.sropt(),
confint.sr(),
dsropt(),
pco_sropt(),
power.sropt_test(),
reannualize(),
sropt,
sropt_test()
nfac <- 5
nyr <- 10
ope <- 253
# simulations with no covariance structure.
# under the null:
set.seed(as.integer(charToRaw("be determinstic")))
Returns <- matrix(rnorm(ope*nyr*nfac,mean=0,sd=0.0125),ncol=nfac)
asro <- as.sropt(Returns,drag=0,ope=ope)
is.sropt(asro)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.