as.data.frame.sim_setup {saeSim}R Documentation

as.data.frame method for sim_setup

Description

Use this method to get a single simulated data.frame out of a sim_setup object.

Usage

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

Arguments

x

a sim_setup

row.names

will have no effect

optional

will have no effect

...

will have no effect


[Package saeSim version 0.11.0 Index]