Skip to content

Commit

Permalink
Use pnlsTol = 0.3 for example
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Oct 28, 2020
1 parent c1c5805 commit bbab91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/nlme_fit.R
Expand Up @@ -417,7 +417,7 @@ prepEv <- function(dati, theta) {
##' start=c(lKA=0.5, lKE=-2.5, lCL=-3.2))
##'
##' fit <- nlme_ode(theo_md, model=ode, par_model=specs, par_trans=mypar,
##' response="centr", response.scaler="V",control=nlmeControl(pnlsTol=0.1))
##' response="centr", response.scaler="V",control=nlmeControl(pnlsTol=0.3))
##' }
##' @export
nlme_ode <- function(dat.o, model, parModel, parTrans,
Expand Down

0 comments on commit bbab91e

Please sign in to comment.