Dealing with missing data in a data matrix

One more follow-up question @bbbales2, I apologize. In the pseudocode,

data ~ normal(whatever, etc);

should be

data[i] ~ normal(whatever, etc);

right?

Not trying to be a stickler, just want to make sure I’m not missing something obvious. Thank you!

1 Like