Hi,

I have a dataset that contains student data that are nested based on different schools where more that one student belongs to a particular school.

student_id school_id non_verbal quantitative spatial verbal subject score_level valuation 69044 198 117.0 116.0 112.000000 105.0 26 1 77.0 57589 119 104.0 96.0 101.554674 89.0 16 1 62.0 65452 195 83.0 111.0 84.000000 97.0 15 1 62.0 26203 107 98.0 109.0 107.000000 102.0 11 1 47.0 25501 17 111.0 90.0 113.000000 118.0 27 1 62.0

The response variable is valuation and want to predict the same.

The model should consider subject and score_level also. I was thinking to use Linear

mixed effect model where school_id will be my random effect and rest other

as fixed effect. Is linear mixed model is good to go for this dataset or

if any other model that can be used?

Any help will be appriciated. Thank you.

More Priyanka Chudasama's questions See All
Similar questions and discussions