predict.nlqmm: Predictions from an 'nlqmm' Object

Description Usage Arguments Value Author(s) References See Also

View source: R/nlqmm.R

Description

The predictions at level 0 correspond to predictions based only on the fixed effects estimates. The predictions at level 1 are obtained by adding the modes of the random effects.

Usage

1
2
## S3 method for class 'nlqmm'
predict(object, level = 0, newdata = NULL, ...)

Arguments

object

an nlqmm object.

level

not used.

newdata

not used.

...

not used.

Value

a vector of predictions.

Author(s)

Marco Geraci

References

Geraci M (2019). Modelling and estimation of nonlinear quantile regression with clustered data. Computational Statistics and Data Analysis, 136, 30-46.

See Also

nlqmm


marco-geraci/nlqmm documentation built on April 16, 2020, 12:37 a.m.