https://github.com/cran/flexmix
Raw File
Tip revision: 997d683c5da8d0abe4c2ad15eb77091ef7c66ebd authored by Bettina Gruen on 12 October 2020, 07:19:16 UTC
version 2.3-17
Tip revision: 997d683
FLXnested-class.Rd
%
%  Copyright (C) 2004-2015 Friedrich Leisch and Bettina Gruen
%  $Id: FLXnested-class.Rd 5008 2015-01-13 20:30:25Z 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