search for: mealcat

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

Did you mean: realcat
2012 Jun 30
0
Help with the proportional odds model (Colombia)
...e, below I present part of the code I'm developing for fitting the model (The variables included here are only for trial, because I have many more independent variables): 1) Muestra.comp.multi<-svydesign(id=~b.multi,strata =~d.multi,nest=TRUE,weights=~c.multi,data=acm18.multi,fpc=~e.multi, mealcat=cut(meals,c(0,25,50,75,100))) (This is the first complex sample) * Muestra.comp.multi<-update(Muestra.comp.multi,APES=APES,EDAD_1=Edad_1,EDAD_2=Edad_2) # Corresponds to a transformation that you suggested me 2) mod.polti.ultico<-svyolr(APES~EDAD_1,EDAD_2,design=Muestra.comp.multi,method...