01 January 2018 5 1K Report

I'd like to analyse asymptotic data using the nlme package in R but cannot figure out how to specify two crossed random effects (instead of nested random effects).

The data comes from a computational modelling study. The dependent variable is test accuracy as predicted by time (iteration) and the random intercepts should be network and trial. I'm using the following code for the base model:

base_model

Similar questions and discussions