Hi,

I want to run a logistic regression on summary data and I was not able to
find the adequate R function to do so. The data is summarized daily and
instead of the binary y_t I have n_d and m_d, where is the number of
instances in which a choice could have been made and m_d is the number of
instances in which the choice was made. The other characteristics have been
averaged throughout the day.

sample file:
impression clicks pos
5049 1 16.68251
4983 1 16.75457
4908 1 16.76956
5093 0 16.70803
5049 254 2.299663
5023 307 2.300418
4946 252 2.315609
4932 247 2.303933

Thanks for the help.
Vibhanshu

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to