search for: fixedpars

Displaying 2 results from an estimated 2 matches for "fixedpars".

Did you mean: fixedpar
2004 Nov 05
0
R check passes code and docs that don't match
...# data required if fromto is TRUE timelag, # death = FALSE, # 'death' states, ie, entry time known exactly, but unknown transient state at previous instant tunit = 1.0, # no longer used exacttimes = FALSE, fixedpars = NULL, # specify which parameters to fix stepnumerator = 1, # maximum step size in discrete approximation stepdenominator = 1, # rational number; use integers do.what = 1, # 1 for likelihood, 0 for counts ... # options to optim...
2008 Jul 21
1
Control parameter of the optim( ): parscale
Hi everybody, I am using the L-BFGS-B method of the mle2() function to estimate the values of 6 parameters. mle2 uses the methods implemented in optim. As I got it from the descriptions available online, one can use the parscale parameter to tell R somehow what the values of the estimated parameters should be . . . Could somebody please help me understand what one has to do actually with the