get_simulate {mcp} | R Documentation |
Turn formula_str into a proper R function
Description
Turn formula_str into a proper R function
Usage
get_simulate(formula_str, pars, nsegments, family)
Arguments
formula_str |
string. Returned by |
pars |
List of user-provided parameters, in the format of fit$pars. |
nsegments |
Positive integer. Number of segments, typically |
family |
One of |
Value
A string with R code for the fit$simulate() function corresponding to the model.
Author(s)
Jonas Kristoffer Lindeløv jonas@lindeloev.dk
[Package mcp version 0.3.4 Index]