Hi R-help,

I have an lmer logistic regression with a within subjects IV and subject as
a random factor:

model <- lmer(optimal_choice ~ level_one_value_difference + (1|subid), data
= dat)

What I want is to test if the individual subject regression coefficient is
significantly different from 0.


-- 
Edward H Patzelt | Clinical Science PhD Student
Psychology | Harvard University
*Computational Cognitive Neuroscience Laboratory
<http://gershmanlab.webfactional.com/>*

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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