Displaying 3 results from an estimated 3 matches for "nedist".
Did you mean:
redist
2010 Nov 20
2
How to produce glm graph
...arameters.
I've got a binary response variable (bird sightings) and use binomial glms.
The 'main' response variable is a measure of distance to a track and the
parameters I'm testing for are vegetation parameters that effect the
response in terms of distance.
My glm is: glm(Response~NEdist+I(NEdist^2)+Distance+I(Distance^2) which is
the basic model and where I add interactions to, like for exampls Visibility
as an interaction to Distance
(glm(Response~NEdist+I(NEdist^2)+Distance*Visibility+I(Distance^2)))
I'd now like to make a graph which has the response variable on the y-axis...
2010 Nov 20
1
How to produce a graph of glms in R?
...ameters.
I've got a binary response variable (bird sightings) and use binomial glms.
The 'main' response variable is a measure of distance to a track and the
parameters I'm testing for are vegetation parameters that effect the
response in terms of distance.
My glm is: glm(Response~NEdist+I(NEdist^2)+Distance+I(Distance^2) which is
the basic model and where I add interactions to, like for exampls Visibility
as an interaction to Distance
(glm(Response~NEdist+I(NEdist^2)+Distance*Visibility+I(Distance^2)))
I'd now like to make a graph which has the response variable on the y-axi...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...ry response variable (bird sightings) and use binomial
> glms.
> The 'main' response variable is a measure of distance to a track and
> the
> parameters I'm testing for are vegetation parameters that effect the
> response in terms of distance.
> My glm is: glm(Response~NEdist+I(NEdist^2)+Distance+I(Distance^2) which
> is
> the basic model and where I add interactions to, like for exampls
> Visibility
> as an interaction to Distance
> (glm(Response~NEdist+I(NEdist^2)+Distance*Visibility+I(Distance^2)))
>
> I'd now like to make a graph which has...