https://github.com/cran/flexmix
Raw File
Tip revision: 1760c735f0b07763ab0c77ba5a77f61681e1c179 authored by Bettina Gruen on 22 November 2010, 00:00:00 UTC
version 2.2-11
Tip revision: 1760c73
FLXnested-class.Rd
%
%  Copyright (C) 2004-2008 Friedrich Leisch and Bettina Gruen
%  $Id: FLXnested-class.Rd 3912 2008-03-13 15:10:24Z gruen $
%
\name{FLXnested-class}
\docType{class}
\alias{FLXnested-class}
\alias{coerce,list,FLXnested-method}
\alias{coerce,NULL,FLXnested-method}
\alias{coerce,numeric,FLXnested-method}
\alias{initialize,FLXnested-method}

\title{Class "FLXnested"}
\description{Specification of nesting structure for regression coefficients.}
\section{Objects from the Class}{
Objects can be created by calls of the form \code{new("FLXnested",
  formula, k, ...)}. In addition, named lists can be coerced to
\code{FLXnested} objects, names are completed if unique.
}
\section{Slots}{
  \describe{
    \item{\code{formula}:}{Object of class \code{"list"} containing the
      formula for determining the model matrix for each nested parameter.}
    \item{\code{k}:}{Object of class \code{"numeric"} specifying the
      number of components in each group.}
  }
}
\author{Friedrich Leisch and Bettina Gruen}
\keyword{classes}
back to top