1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
  
     | 
    
      % Copyright (C) 1998
% Berwin A. Turlach <bturlach@stats.adelaide.edu.au>
% Bill Venables <wvenable@stats.adelaide.edu.au>
% $Id: coef.l1celist.d,v 1.4 1999/12/01 05:08:55 bturlach Exp $
% --> ../COPYRIGHT for more details
\name{coef.l1celist}
\alias{coef.l1celist}
\title{Coefficients of an `l1celist' Object}
\usage{
\method{coef}{l1celist}(object, all=TRUE, constrained=FALSE, \dots)
}
\description{
%% For R >= 1.9.0, replace  \link{   by   \link[stats]{:
  This is a method for \code{\link{coef}()} for objects inheriting from
  class \code{l1celist}.  See \code{\link{coef}} for the general behavior of
  this function and for the interpretation of \code{object}.
}
\arguments{
  \item{object}{an object of class \code{l1celist}, see help on
    \code{\link{l1celist.object}}.}
  \item{all}{logical; if false, then the coefficients that are zero in
    all fitted models of the list are not returned.}
  \item{constrained}{logical; if true, then only the coefficients that
    were constrained are returned.}
  \item{\dots}{possibly further arguments (none at the moment).}
}
\keyword{regression}
\keyword{models}
 
     |