Rev 36816 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: NLSstAsymptotic.Rd,v 1.1 2003/12/11 07:16:06 ripley Exp $\name{NLSstAsymptotic}\title{Fit the Asymptotic Regression Model}\alias{NLSstAsymptotic}\alias{NLSstAsymptotic.sortedXyData}\usage{NLSstAsymptotic(xy)}\arguments{\item{xy}{a \code{sortedXyData} object}}\description{Fits the asymptotic regression model, in the form \code{b0 +b1*(1-exp(-exp(lrc) * x)} to the \code{xy} data.This can be used as a building block in determining starting estimatesfor more complicated models.}\value{A numeric value of length 3 with components labelled \code{b0},\code{b1}, and \code{lrc}. \code{b0} is the estimated intercept onthe \code{y}-axis, \code{b1} is the estimated difference between theasymptote and the \code{y}-intercept, and \code{lrc} is the estimatedlogarithm of the rate constant.}\author{Jose Pinheiro and Douglas Bates}\seealso{\code{\link{SSasymp}}}\examples{data( Loblolly )Lob.329 <- Loblolly[ Loblolly$Seed == "329", ]NLSstAsymptotic(sortedXyData(expression(age), expression(height), Lob.329 ))}\keyword{manip}