Updated master to SVN trunk revision 572
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
% Generated by roxygen2 (4.0.2): do not edit by hand
|
||||
% Generated by roxygen2 (4.1.1): do not edit by hand
|
||||
% Please edit documentation in R/fit.model.R
|
||||
\name{fit.model}
|
||||
\alias{fit.model}
|
||||
\title{fit.model}
|
||||
@@ -16,13 +17,13 @@ fit.model(input.well, growth.model, backup.growth.model = NULL,
|
||||
|
||||
\item{fit.if.no.growth}{should the function attempt to fit a well even if there was no growth detected? default is F}
|
||||
|
||||
\item{use.linear.param}{Should an additional linear parameter (c) be used when fitting the data to the model?}
|
||||
|
||||
\item{use.loess}{Should Local Polynomial Regression Fitting (loess function) be used instead of nls?}
|
||||
|
||||
\item{smooth.param}{If loess is used, an optional smoothing parameter. Default is .6}
|
||||
|
||||
\item{silent}{output back to R console?}
|
||||
|
||||
\item{use.linear.param:}{Should an additional linear parameter (c) be used when fitting the data to the model?}
|
||||
|
||||
\item{use.loess:}{Should Local Polynomial Regression Fitting (loess function) be used instead of nls?}
|
||||
|
||||
\item{smooth.param:}{If loess is used, an optional smoothing parameter. Default is .6}
|
||||
}
|
||||
\description{
|
||||
This function will use the function stored in the "guess" slot of \code{growth.model} to calculate initial guesses
|
||||
|
||||
Reference in New Issue
Block a user