Learn R Programming

pcvr (version 1.2.0)

pcvrss-class: Class pcvrss for models specified in pcvr.

Description

Models specified by growthSS or mvSS are represented by a pcvrss object, which contains the model type, formulas, starting values or priors, the data for the model to use, and the model backend to use.

Arguments

Slots

formula

The formula that will be used to fit the model.

prior

Priors if the model is a Bayesian model (ie using the brms backend).

initfun

Initialization function if the model is a Bayesian model.

df

The data that will be used to fit the model.

family

The model family, currently only used in the brms backend.

pcvrForm

The formula that was specified in growthSS and used in other pcvr functions.

type

The model backend.

model

The name of the main growth formula.

call

The call to growthSS or mvSS.

start

Starting values for frequentist models.

taus

Quantiles for nlrq/rq models.

Details

See methods(class = "pcvrss") for an overview of available methods.

See Also

growthSS, mvSS