search for: actual_death

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

Did you mean: actual_deaths
2008 Mar 17
1
Std errors in glm models w/ and w/o intercept
...eline, and that I should estimate each level compared with that baseline. "18.5-24.9" was used as the reference level in the model with intercept. Removing the intercept appears to be a "successful" strategy. but have I committed any statistical sin? > with(bmi, table(BMI,Actual_Deaths)) Actual_Deaths BMI 0 1 2 3 4 5 6 7 11 13 18.5-24.9 311 21 1 0 0 0 0 0 0 0 15.0-18.4 353 33 8 2 0 1 0 0 0 0 25.0-29.9 367 19 0 0 0 0 0 0 0 0 30.0-34.9 349 95 39 17 8 9 3 4 0 1 35.0-39.9...