You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am a little confused about the Y[1, ] in "PR$priors[nrow(PR$priors), 2] = log(abs(mean(Y[1,])) / mean(Y[, 3]) ^ 2)".
I am wondering if you can confirm it is the Y[1, ], not the Y[, 1]?