Displaying 7 results from an estimated 7 matches for "typeregion".
Did you mean:
typeregional
2017 Oct 22
3
Syntax for fit.contrast (from package gmodels)
David,
Thank you for responding to my post.
Please consider the following output (typeregional is a factor having two levels, "regional" vs. "general"):
Call:
glm(formula = events ~ type, family = poisson(link = log), data = data,
offset = log(SS))
Deviance Residuals:
Min 1Q Median 3Q Max
-43.606 -17.295 -4.651 4.204 38.421
Coeffici...
2017 Oct 22
0
Syntax for fit.contrast (from package gmodels)
> On Oct 22, 2017, at 3:56 PM, Sorkin, John <jsorkin at som.umaryland.edu> wrote:
>
> David,
> Thank you for responding to my post.
>
> Please consider the following output (typeregional is a factor having two levels, "regional" vs. "general"):
> Call:
> glm(formula = events ~ type, family = poisson(link = log), data = data,
> offset = log(SS))
>
> Deviance Residuals:
> Min 1Q Median 3Q Max
> -43.606 -17.29...
2017 Oct 23
2
Syntax for fit.contrast (from package gmodels)
...n, John
Cc: r-help at r-project.org
Subject: Re: [R] Syntax for fit.contrast (from package gmodels)
> On Oct 22, 2017, at 3:56 PM, Sorkin, John <jsorkin at som.umaryland.edu> wrote:
>
> David,
> Thank you for responding to my post.
>
> Please consider the following output (typeregional is a factor having two levels, "regional" vs. "general"):
> Call:
> glm(formula = events ~ type, family = poisson(link = log), data = data,
> offset = log(SS))
>
> Deviance Residuals:
> Min 1Q Median 3Q Max
> -43.606 -17.295 -...
2017 Oct 23
0
Syntax for fit.contrast (from package gmodels)
...: Re: [R] Syntax for fit.contrast (from package gmodels)
>
>
> > On Oct 22, 2017, at 3:56 PM, Sorkin, John <jsorkin at som.umaryland.edu> wrote:
> >
> > David,
> > Thank you for responding to my post.
> >
> > Please consider the following output (typeregional is a factor having two levels, "regional" vs. "general"):
> > Call:
> > glm(formula = events ~ type, family = poisson(link = log), data = data,
> > offset = log(SS))
> >
> > Deviance Residuals:
> > Min 1Q Median 3Q...
2017 Oct 23
1
Syntax for fit.contrast (from package gmodels)
...bject: Re: [R] Syntax for fit.contrast (from package gmodels)
>
>
> > On Oct 22, 2017, at 3:56 PM, Sorkin, John <jsorkin at som.umaryland.edu> wrote:
> >
> > David,
> > Thank you for responding to my post.
> >
> > Please consider the following output (typeregional is a factor having two levels, "regional" vs. "general"):
> > Call:
> > glm(formula = events ~ type, family = poisson(link = log), data = data,
> > offset = log(SS))
> >
> > Deviance Residuals:
> > Min 1Q Median 3Q...
2017 Oct 22
0
Syntax for fit.contrast
> On Oct 22, 2017, at 6:04 AM, Sorkin, John <jsorkin at som.umaryland.edu> wrote:
>
> I have a model (run with glm) that has a factor, type. Type has two levels, "general" and "regional". I am trying to get estimates (and SEs) for the model with type="general" and type ="regional" using fit.contrast
?fit.contrast
No documentation for
2017 Oct 22
2
Syntax for fit.contrast
I have a model (run with glm) that has a factor, type. Type has two levels, "general" and "regional". I am trying to get estimates (and SEs) for the model with type="general" and type ="regional" using fit.contrast but I can't get the syntax of the coefficients to use in fit.contrast correct. I hope someone can show me how to use fit.contrast, or some