https://github.com/cran/bild
Raw File
Tip revision: 6661b7703cf2271cb13756a6ff2969ef8e1d88f3 authored by M. Helena Goncalves on 03 November 2023, 14:40:02 UTC
version 1.2-1
Tip revision: 6661b77
modelmatrix.Rd
\name{model.mat}
\alias{model.mat}
\title{Extract the fixed effects model matrix}
\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{model.mat(object)}
\arguments{
\item{object}{an object of class \code{\link[=bild-class]{bild}}.}}
\value{Returns a numeric value corresponding to the fixed effects model matrix.}
\keyword{function}
back to top