https://github.com/cran/rstpm2
Revision 643c36ce2deda0fb6cb6da4ee9fcefa95c8bdfa1 authored by Mark Clements on 26 July 2015, 18:57:30 UTC, committed by cran-robot on 26 July 2015, 18:57:30 UTC
0 parent
Raw File
Tip revision: 643c36ce2deda0fb6cb6da4ee9fcefa95c8bdfa1 authored by Mark Clements on 26 July 2015, 18:57:30 UTC
version 1.2.2
Tip revision: 643c36c
coef.Rd
\name{coef<-}
\alias{coef<-}
\alias{coef<-.default}
\title{Set Model Coefficients}
\description{
  \code{coef<-} is a generic function which sets the model coefficients
  for an object returned by modelling functions.
}
\usage{
coef(x) <- value
}
\arguments{
  \item{x}{an \R object.}
  \item{value}{values of the coefficients.}
}
\value{
  The updated object.
}
\details{
  \code{coef<-} is a generic replacement function.  The default method sets
  the \code{"coefficients"} components of a list.

}
%% \note{
%% }
\seealso{
  \code{\link{coef}}.
}
%% \references{
%% }
%% \examples{
%% }
% \keyword{attribute}
back to top