Code:
fit4 = brm(age ~ study_hours + (study_hours | grades),
data = set.date,
prior = NULL,
iter = 1000)
I get the error: could not find function "brm". brms successfully installed, don't have the slightest idea why it doesn't work. Can someone help, please?