fitLB4L: Title

Description Usage Arguments Value Examples

Description

Title

Usage

1
fitLB4L(model, inpar = FALSE, debugLevel = 0)

Arguments

model
inpar
debugLevel

Value

A Model list, updated with a list of the fitting results and model predictions

Examples

1
2
3
4
5
6
model <- list(par = c(ER=.52,LR=.2,TR =.03, F1=.05,space=.03),
               fn = PCRss, method="Nelder-Mead", itnmax = 1000,
               fix= c(theta=.5,nFeat=100,nSim=1000,nList=15),
               IVdata= data, jointData = data, condData = data,
               fitting = TRUE, name = 'std_ss'))
 results <- fitLB4L(model,inpar = TRUE)

wjhopper/FAM documentation built on May 4, 2019, 7:33 a.m.