Differences between revisions 3 and 4
Revision 3 as of 2024-11-22 22:10:22
Size: 376
Comment:
Revision 4 as of 2025-01-10 14:30:24
Size: 431
Comment: Killing Econometrics page
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Econometrics/MultilevelModel

Multilevel Model


Description

When clusters of data are expected to vary in different ways, a multilevel model may be more appropriate than a simple model.


Example

model <- nlme::lme(Sale_Price ~ Lot_Area, random = ~ 1 | Neighborhood, data = modeldata::ames)


CategoryRicottone

Statistics/MultilevelModel (last edited 2025-01-10 14:32:42 by DominicRicottone)