search for: gniezno

Displaying 1 result from an estimated 1 matches for "gniezno".

Did you mean: gnetno
2012 Nov 20
0
Multilevel analysis using nlme (lme) . Error using z-scores
...variable i want to base my multilevel analysis on la$municipality[1:300] <- "Warszawa" # name of municipality: "Warsaw" la$municipality[301:600] <- "Płock" # la$municipality[601:900] <- "Gniezno" # # money that each municipality spends on schools (per student) la$money_per_municipality[1:300] <- 500 # name of municipality: "Warsaw" la$money_per_municipality[301:600] <- 300 #"Płock" #...