search for: ah2

Displaying 3 results from an estimated 3 matches for "ah2".

Did you mean: a2
2012 Mar 03
1
interpreting the output of a glm with an ordered categorical predictor.
...dictor has four categories: high, medium, low, and none. I used the "ordered" function to sort my categories for a glm. ah <- read.csv("http://depot.northwestern.edu/class/2012WI_PBC_435-0_AND_BIOL_SCI_313/muller/herbivoryEdit.csv") ah1<- ah[ah$date=="110810",] ah2<-ah[ah$date=="110904",] aphidOrder <- ordered(ah2$aphidLevelMax,levels=c("none", "low", "med", "high")) ordAph <- glm(chewholebinom~aphidOrder,family=binomial,data=ah2) When I ran the summary for the glm (output pasted below), I could n...
2007 May 12
2
Screen blanks after initial setup (Centos 5)
...stalltion. However: after pressing "Finish" in the Setup Agent the screen blanked on me - Ctrl-Alt-F1, Ctrl-Alt-F2, Ctrl-Alt-backspace, Ctrl-Alt-Del didn't help. Nada. Did someone else have encountered this? Any recommendations? Thanks in advance. System: Box Asus Pundit P1-AH2 Barebone CPU AMD Athlon 4600 Dual AM2 2.4GHz ,2x512KB Mem Kingston, 2 x 1GB DDR2 667MHZ Screen LG, Flatron, L1705sq -- Itay Furman <centos at nospammail.net> --
2009 May 01
0
need help - small code
Hi R-users,   I would like to transform my data using gamma, my data are ahll, bhall and dp1 as shown below:   > ahall      ah1  ah2  ah3  ah4  ah5  ah6  ah7  ah8  ah9 ah10 ah11 ah12 [1,] 0.9 1.01 1.24 1.85 1.85 2.45 3.67 3.02 3.06 2.33 1.86 0.96   > bhall        bh1   bh2   bh3   bh4  bh5   bh6   bh7   bh8   bh9  bh10  bh11  bh12 [1,] 48.39 44.26 37.34 29.93 33.5 26.54 20.26 25.73 20.14 31.57 27.38 50.32   > dp1         ...