Generalized linear mixed models analyzing the effect of condition for each age group to model baseline-corrected preferential target looking over time, including time and and its linear, quadratic, cubic and quartic term.
收藏NIAID Data Ecosystem2026-03-11 收录
数据链接:
官方服务:
资源简介:
res <- lmer(PTL_corr.mean ∼ Condition*(poly1+poly2+poly3+poly4) + Object + Name + Action + WA + (poly1+poly2 || id) + (poly1+poly2 | id:Condition), data = d.adults‥gca, REML = F, control = contr).
创建时间:
2019-08-08



