| nobs2 | R Documentation |
Extract the effective sample size, i.e. sample size minus the loss in degrees of freedom caused by the estimation of the parameters.
nobs2(object, ssc, ...)
## S3 method for class 'lvmfit'
nobs2(object, ssc = lava.options()$ssc, ...)
## S3 method for class 'lvmfit2'
nobs2(object, ...)
object |
a |
ssc |
[character] method used to correct the small sample bias of the variance coefficients: no correction ( |
... |
additional argument passed to |
When argument object is a lvmfit object, the method first calls estimate2 and then extract the leverage.
Numeric vector of length the number of endogenous variables.
estimate2 to obtain lvmfit2 objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.