output_to_df {WH}R Documentation

Store WH model fit results in a data.frame

Description

Store WH model fit results in a data.frame

Usage

output_to_df(object, dim1 = "x", dim2 = "z")

Arguments

object

An object of class "WH_1d" or "WH_2d" returned by the WH() function

dim1

The (optional) name to be given to the first dimension

dim2

The (optional) name to be given to the second dimension

Value

A data.frame gathering information about the fitted and predicted values, the model variance, residuals and effective degrees of freedom...


[Package WH version 2.0.0 Index]