Because you have two dependent variables, you'll want to to use a
multivariate logit. mlogit does this, but I don't know the syntax off
hand.
If you just wanted to look at one dependent variable, it would be the
following (which Alex said)
glm(y~x1*x2,family='binomial')
On Mon, Apr 25, 2011 at 3
Hi!
Try to read about the glm function, type:
?glm
in your R editor. It looks like you have contingency tables, maybe a
loglin model would be good to start with.
D
2011-04-25 12:28 keltezéssel, Megan írta:
Hello,
I am trying to run a generalized linear model but do not know where to
begin
Am 25.04.2011 21:28, schrieb Megan:
Hello,
I am trying to run a generalized linear model but do not know where to
begin. I have attached my data to R but do not know where to go from there.
I have two independent variables (each has two factors associated with them)
What do you mean by this? Y
Hello,
I am trying to run a generalized linear model but do not know where to
begin. I have attached my data to R but do not know where to go from there.
I have two independent variables (each has two factors associated with them)
and two dependent variables, each with either a yes/no response whi
Simone Santoro wrote:
>> Simone Santoro wrote:
>>>
>>> I have 1! 2 response variables (species growth rates) and two
>>> envir onmental factors that I want to test to find out a possible
>>> relation.
>>>
>>> The sample size is quite small: (7>> species-case).
>>>
>>> I performed a Shapiro tes
don't answer me again. I hope not to seem
hypocrite (I'm not) but I'm very grateful to you.
I promise to write again only for more pertinent questions.
Best wishes
> Date: Fri, 10 Jul 2009 17:45:50 -0700
> From: bol...@ufl.edu
> To: r-help@r-project.org
> Subject:
If you possibly can, you should get some local statistical advice.
There are a number of pitfalls involved in what you're doing.
Frank Harrell's book is a good reference, but may be too advanced
if you are a beginner. You are right on the edge of having too little
data for what you want to do
Hi,
I'm a very new user of R and I hope not to be too "basic" (I tried to
find the answer to my questions by other ways but I was not able to).
I have 12 response variables (species growth rates) and two
environmental factors that I want to test to find out a possible
relation.
The sample s
Hi,
I need to fit a general generalized linear model, for observations
on a response Y which is Gamma-distributed and observed in clusters. So, if
E(Y) = mu,
then for a suitable link function f, f(mu) is a (linear) function of
both fixed and random effects. Are there R packages or fu
9 matches
Mail list logo