add_details: Internal method to add details to a 'spflow_model-class()'

Description Usage Arguments Details Value

Description

Internal method to add details to a spflow_model-class()

Usage

1
2
3
4
add_details(object, ...)

## S4 method for signature 'spflow_model'
add_details(object, model_matrices, flow_control, model_moments)

Arguments

object

A spflow_model-class()

model_matrices

A list as returned by spflow_model_matrix()

flow_control

A list as returned by spflow_control()

model_moments

A list as returned by spflow_model_moments()

Details

The method adds the design matrix and the coefficient names to an spflow_model-class() object. It also calculates the fitted values and the residuals as well as a goodness-of-fit measure.

Value

An object of class spflow_model


spflow documentation built on Sept. 9, 2021, 5:06 p.m.