## functions
export(
onls,
x0,
y0,
deviance_o,
residuals_o,
logLik_o,
check_o
)

importFrom("minpack.lm", nls.lm, nls.lm.control)

## S3 methods
S3method(print, onls)
S3method(plot, onls)
S3method(logLik, onls)
S3method(predict, onls)
S3method(summary, onls)
S3method(print, summary.onls)
S3method(print, logLik.onls)
S3method(print, logLik_o)
S3method(residuals, onls)
S3method(fitted, onls)
S3method(deviance, onls)
S3method(coef, onls)
S3method(formula, onls)
S3method(vcov, onls)
S3method(df.residual, onls)
S3method(confint, onls)

