Hi all,

I have the following  data:

rep1_treat       rep2_treat         rep1_control      rep2_control
2                          3                          4                  5
100                     20                         98                  54
0                          1                         2                     3
23                       32                        27                   28


Two replicates for the treatment and control groups. I want to simulate from
the null where the null is:
Ho:there is no difference between control and treatment groups.

Can R do a glm to do this?
Another point is my data is overdispersed, so I would like to fit a negative
binomial glm for each variable. Each row is a variable.

-- 
Thanks,
Jim.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to