Skip to contents

Default Values

Usage

mp_default(model)

mp_default_list(model)

Arguments

model

A model object from which to extract default values.

Value

A long-format data frame with default values for matrices required as input to model objects. The columns of this output are matrix, row, col, and value. Scalar matrices do not have any entries in the row or col columns.

Functions

  • mp_default_list(): List of the default variables as matrices.