Learn R Programming

WH (version 2.0.0)

output_to_df: 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")

Value

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

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