access_dims.Rd
Generic method for accessing model fit dimensions
ncategories(m) nsamples(m) ncovariates(m) niter(m) # S3 method for pibblefit ncategories(m) # S3 method for pibblefit nsamples(m) # S3 method for pibblefit ncovariates(m) # S3 method for pibblefit niter(m) # S3 method for orthusfit ncategories(m) # S3 method for orthusfit nsamples(m) # S3 method for orthusfit ncovariates(m) # S3 method for orthusfit niter(m)
m | An object of class pibblefit |
---|
integer
An alternative approach to accessing these dimensions is to
access them directly from the pibblefit object using list indexing.
* ncategories
is equivalent to m$D
* nsamples
is equivalent to m$N
* ncovariates
is equivalent to m$Q