as.data.frame.Model: Convert a Model to a data.frame

View source: R/model-class.R

as.data.frame.ModelR Documentation

Convert a Model to a data.frame

Description

Ignores any params that are not length 1 and numeric or character. This is equivalent to calling as(x, "data.frame")

Usage

## S3 method for class 'Model'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

object of class Model

row.names

not used

optional

not used

...

not used


jacobbien/simulator documentation built on Feb. 4, 2023, 1:03 p.m.