Generic method for accessing model fit dimensions

# 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)

ncategories(m)

nsamples(m)

ncovariates(m)

niter(m)

Arguments

m

An object of class pibblefit

Value

integer

Details

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