https://github.com/cran/bild
Raw File
Tip revision: 129f03a2619f3da43b97f463998ebb167c5a706d authored by M. Helena Gonçalves on 12 April 2020, 13:20:03 UTC
version 1.2-0
Tip revision: 129f03a
modelmatrix-methods.Rd
\name{model.mat-methods}
\docType{methods}
\alias{model.mat-methods}
\alias{model.mat,bild-method}
\title{Methods for function \code{model.mat}}
\description{Methods for function \code{model.mat} extracting the fixed effects model matrix for a fitted model object from class \code{\link[=bild-class]{bild}}. }

\usage{
\S4method{model.mat}{bild}(object)
}
  \arguments{ 
  \item{object}{an object of class \code{\link[=bild-class]{bild}}.}
    }  

\section{Methods}{
\describe{
\item{\code{signature(object="bild")}:}{Returns the fixed effects model matrix of the fitted model object from class \code{\link[=bild-class]{bild}}.}
}}

\keyword{methods}

back to top