useDynLib(nls) export(NLSstAsymptotic, NLSstClosestX, NLSstLfAsymptote, NLSstRtAsymptote, SSasymp, SSasympOff, SSasympOrig, SSbiexp, SSfol, SSfpl, SSgompertz, SSlogis, SSmicmen, SSweibull, asOneSidedFormula, clearNames, getInitial, nls, nls.control, nlsModel, numericDeriv, profiler, selfStart, setNames, sortedXyData) # documented but not exported # export(formula.nls, plot.profile.nls, predict.nls, profile.nls, profiler.nls) S3method(NLSstAsymptotic, sortedXyData) S3method(NLSstClosestX, sortedXyData) S3method(NLSstLfAsymptote, sortedXyData) S3method(NLSstRtAsymptote, sortedXyData) S3method(anova, nls) S3method(coef, nls) S3method(deviance, nls) S3method(df.residual, nls) S3method(fitted, nls) S3method(formula, nls) S3method(getInitial, default) S3method(getInitial, formula) S3method(getInitial, selfStart) S3method(logLik, nls) S3method(nlsModel, plinear) S3method(plot, profile.nls) S3method(predict, nls) S3method(print, nls) S3method(print, summary.nls) S3method(profile, nls) S3method(profiler, nls) S3method(residuals, nls) S3method(selfStart, default) S3method(selfStart, formula) S3method(sortedXyData, default) S3method(summary, nls) S3method(vcov, nls) S3method(weights, nls)