Displaying 3 results from an estimated 3 matches for "gmay".
Did you mean:
gay
2012 Aug 01
2
plotting 0,1 data
Hello,
Anyone know why the command:
> plot(x,y) where y is a 0,1 result
sometimes plots the y values as 1,2 rather than 0,1?
And how to prevent this?
Thank you,
Georgiana May
[[alternative HTML version deleted]]
2012 Aug 14
1
problem installing mgcv
Hi all,
I am running into a problem installing a package. I am using a Mac with
OSX 10.5.8
I have been using mgcv for gam models, it has been working fine.
The mgcv listed in my directory of R packages (Package Manager) does not
load up and I receive the following:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
2012 Mar 19
4
regression with proportion data
Hello,
I want to determine the regression relationship between a proportion (y)
and a continuous variable (x).
Reading a number of sources (e.g. The R Book, Quick R,help), I believe I
should be able to designate the model as:
model<-glm(formula=proportion~x, family=binomial(link="logit"))
this runs but gives me error messages:
Warning message:
In eval(expr, envir, enclos) :