is.sr | R Documentation |
Checks if an object is in the class 'sr'
is.sr(x)
x |
an object of some kind. |
To satisfy the minimum requirements of an S3 class.
a boolean.
Steven E. Pav shabbychef@gmail.com
sr
Other sr:
as.sr()
,
confint.sr()
,
dsr()
,
plambdap()
,
power.sr_test()
,
predint()
,
print.sr()
,
reannualize()
,
se()
,
sr
,
sr_equality_test()
,
sr_test()
,
sr_unpaired_test()
,
sr_vcov()
,
summary.sr
rvs <- as.sr(rnorm(253*8),ope=253)
is.sr(rvs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.