te))+theme_few()+ #plot of data geom_point()+ scale_x_continuous(trans="log10") #Fit model with random effect for site: no significant effect of roost size f1=lme4::glmer(prev~log10(tRS)+(1|site),family=binomial,weights=N,data=df);summary(f1) #Fit model without random effect for site; roost size is highly significant f1=glm(prev~log10(tRS),family=binomial,weights=N,data=df);summary(f1) L209 Report the P-value.
← all excerpts
Role of individual and population heterogeneity in shaping dynamics of multi-pathogen shedding in an island endemic bat.
1
—
—