R/nlsrSS.R

Defines functions nlsrSS

Documented in nlsrSS

nlsrSS <- function(formula, data){
    # wrapper to allow nlxb to self-start
    strt<-getInitial(formula, data)
    cat("suggested start=\n")
    print(strt)
    fit <- nlxb(formula, data, strt, control=list(japprox="SSJac"))
    fit
}

Try the nlsr package in your browser

Any scripts or data that you put into this service are public.

nlsr documentation built on Sept. 8, 2023, 5:48 p.m.