simulator: Simulate observations and fit a model

Usage Arguments

View source: R/2DLTsimulator.R

Usage

1
2
simulator(N = NULL, fit, n = NULL, ymin = NULL, optimx = FALSE,
  debug = FALSE)

Arguments

optimx

use the optimx::optimx() function for fitting, Default is FALSE.

n=NULL

if n is a positive integer, simulator will run until number of observations equals n

ymin=NULL

if n is a positive real number, simulator will discard simulated positions <ymin

debug=FALSE

additional output for debugging. See details

...

other arguments to be passed into


david-borchers/LT2D documentation built on Aug. 17, 2020, 1:37 a.m.