A list containing the following components:
meana vector of length equal to the number of observations.
Each element is the mean of v
,
the continuous ordinal random variable, conditional on the covariates in the model.
densitya matrix with number of rows equal to the number of observations. Each row
contains the values of the log density function of v
conditional on the covariates in the
model.
The density function is calculated over ndens
equally-spaced values of v in (0,1).
xa vector with the ndens
equally-spaced values of v
in (0,1) used to compute the
density of v
formulathe formula used to fit the model
newdataa new data frame used to make predictions. It takes value NULL if no new data frame has been used.