struc_addSimData {PROSPER}R Documentation

Wrapper for intern_SimData<- generic

Description

This function ensures the correct form of data, before adding data of a new simulation cycle to a prosper object using intern_SimData.

Usage

struc_addSimData(object, value, add = TRUE)

## S4 method for signature 'prosper'
struc_addSimData(object, value, add = TRUE)

Arguments

object

a prosper object

value

codedata.frame or codedata.table

add

logical, when TRUE adding data to the existing data. Otherwise the value is completely new


[Package PROSPER version 0.3.3 Index]