[R] Logistic Regression

David Winsemius dwinsemius at comcast.net
Sat Jan 23 21:46:23 CET 2016


> On Jan 23, 2016, at 12:41 PM, pari hesabi <statistics84 at hotmail.com> wrote:
> 
> Hello everybody,
> 
> I am trying to fit a logistic regression model by using glm() function in R. My response variable is a sample proportion NOT binary numbers(0,1).

So multiply the sample proportions (and 1-proportions) by the number of samples, round to integers, you will have an appropriate response variable and complements, and you can fit a binomial model.

> 
> Regarding glm() function, I receive this error:  non integer # successes in a binomial glm!
> 
> I would appreciate if anybody conducts me.
> 
> 
> Regards,
> 
> Pari
> 
> 	[[alternative HTML version deleted]]
-- 

David Winsemius
Alameda, CA, USA



More information about the R-help mailing list