search for: construct_and_run_model

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

2005 Jan 27
1
Is glm weird or am I?
...n each pair (x,y) where y is a factor with 2 levels. I don't know how (or whether I want) to try to fathom what's up with glm. What I wrote is attached. Here's what I get. ***************************************************** source("lrtest.R") building model: Wgend ~ WAY construct_and_run_model: class of x: integer nlevels(x): 0 class of y: factor nlevels(y): 2 model built model ran -1.070886 0.01171153 building model: Wgend ~ WBWS construct_and_run_model: class of x: integer nlevels(x): 0 class of y: factor nlevels(y): 2 model built model ran 0.0837854 0.01898052 building mod...