dpm-class {dpm}R Documentation

Dynamic Panel Model (dpm) class

Description

Models fit using dpm() return values of this class, which inherits from lavaan-class.

Slots

call_info

A list of metadata about the arguments used.

call

The actual function call.

mod_string

The model formula passed to lavaan.

wide_data

The data provided to the data argument in the function

formula

The Formula::Formula() object provided to dpm(). call.


[Package dpm version 1.2.0 Index]