An object of class 'summary_lmvar'. This is a list with the following members:
call
Call that created object
coefficients
Data frame
with one row for each element of \(\beta_\mu\) and \(\beta_\sigma\) and the following variables.
Estimate
maximum-likelihood estimate
Std. Error
standard error, defined as \(\sqrt(var(\beta))\) with \(var(\beta)\) the estimated variance
of \(\beta\).
z value
z-statistic, defined as \(\beta / \sqrt(var(\beta))\)
Pr(>|z|)
p-value of the z-statistic, calculated from the standard normal distribution.
residuals
A numeric vector with the minimum, the 25% quartile, the median, the 75% quartile and the maximum
standardized residual. The standardized residual of an observation is defined as \((y - \mu) / \sigma\) where \(y\) is the value
of the observation, \(\mu\) the expectation value and \(\sigma\)
the standard deviation of the observation.
sigma
A numeric vector with the minimum, the 25% quartile, the median, the 75% quartile and the maximum
standard deviation \(\sigma\) of all observations.
aliased_mu
A named logical vector. The names are the column names of the user-supplied model matrix
\(X_\mu\). The values (TRUE
or FALSE
) tell whether or not the column
has been removed by lmvar
to make the matrix full-rank.
aliased_sigma
As aliased_mu
but for the user-supplied model matrix \(X_\sigma\).
logLik_ratio
The difference in log-likelihood between the model in object
and a classical linear
model with model matrix \(X_\mu\) and a constant variance for all observations.
df_additional
The difference in degrees in freedom between the model in object
and a classical linear
model with model matrix \(X_\mu\) and a constant variance for all observations. Is equal to NULL
if
\(X_\sigma\) does not contain an intercept term.
p_value
The p-value of 2 loglik_ratio
, calculated from a chi-squared distribution with df
degrees of freedom. Is equal to NULL
if there are no additional degrees of freedom.
nobs
The number of observations in object
.
df
The degrees of freedom of the fit in object
.
options
A list of argument-values of the function call.