Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

RMfixed

Fixed Effect Model


Description

Expressions of the form X@RMfixed(beta) can be used within a formula of the type

response ~ fixed effects + random effects + error term

that specifies the Linear Mixed Model.

Important remark: RMfixed is NOT a function although the parentheses notation is used to specify the vector of coefficients.

The matrix X is the design matrix and β is a vector of coefficients.

Note that a fixed effect of the form X is interpreted as X@RMfixed(beta=NA) by default (and β is estimated provided that the formula is used in RFfit). Note that the 1 in an expression 1@RMfixed(beta) is interpreted as the identity matrix.

Author(s)

See Also

Examples

## For examples see the help page of 'RFformula'. ##

RandomFields

Simulation and Analysis of Random Fields

v3.3.10
GPL (>= 3)
Authors
Martin Schlather [aut, cre], Alexander Malinowski [aut], Marco Oesting [aut], Daphne Boecker [aut], Kirstin Strokorb [aut], Sebastian Engelke [aut], Johannes Martini [aut], Felix Ballani [aut], Olga Moreva [aut], Jonas Auel[ctr], Peter Menck [ctr], Sebastian Gross [ctr], Ulrike Ober [ctb], Paulo Ribeiro [ctb], Brian D. Ripley [ctb], Richard Singleton [ctb], Ben Pfaff [ctb], R Core Team [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.