Displaying 3 results from an estimated 3 matches for "0.8794".
Did you mean:
0.0794
2007 Oct 05
0
discrepancy in the result of R and SAS on same data in logistics regression
Dear Members,
Greetings!
I have come across a discrepancy shown by R and SAS results on same data for logistics regression..
When I processed the above csv file(1000.csv) for predicting the Action (i/c) by Age Group(1-7,Na) and Gender(M,F,Na) with GLM of R I get:
R result
Call:
glm(formula = Action ~ Gender + AgeGroup, family = binomial,
data = mydata1, na.action = na.pass)
Deviance
2006 Jun 23
1
looping through a data frame
Hi- I am having trouble with the syntax of looping through the rows
and columns of a data frame.
I have a table with 17 observations for 84 lines at n=5-10 per line. So
the table is ~700x17.
I want to pull out the median and stdev for each line and put it in a
dataframe with rowname = linename.
So I have tried the following....
#read in the table
input.table <- read.table(file =
2003 Mar 18
3
Tukey's HSD
Greetings,
I am trying the get the standard errors of multiple comparisons using
Tukey's HSD. These are not reported by the function TukeyHSD. When I apply
the following code to the data, which I store as PROLE4.TXT, several
unexpected things happen. First, the function TukeyHSD works for all the
comparisons but the function simint doesn't. Second, after the application
of na.omit