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
density distribution functions (dnorm, dunif, dbeta) can't be used in deterministic definitions ( <- )
model{
ab <- dnorm(1,1)
}
dnorm should be detected as an error