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
"project "ggplot_fns.rda" has no activate script and so cannot be activated"
This is the code I used:
SingleLevelModel <- stan_glm(valence ~ arousal, data = dat)
launch_shinystan(SingleLevelModel)
I have searched Google and the Stan Forum, and I haven't seen this error been reported. So, I am reporting it here, and hope to get some help. Many thanks in advance!
The text was updated successfully, but these errors were encountered:
When I tried to use launch_shinystan to reproduce a plot (Figure 4) from shinystan in the paper User-friendly Bayesian regression modeling: A tutorial with rstanarm and shinystan, an error message appeared:
"project "ggplot_fns.rda" has no activate script and so cannot be activated"
This is the code I used:
SingleLevelModel <- stan_glm(valence ~ arousal, data = dat)
launch_shinystan(SingleLevelModel)
I have searched Google and the Stan Forum, and I haven't seen this error been reported. So, I am reporting it here, and hope to get some help. Many thanks in advance!
The text was updated successfully, but these errors were encountered: