fsdias

Results 10 issues of fsdias

#### RStanARM Version: 2.21.2 #### R Version/Operating System: R version 4.0.5 Ubuntu 20.04 I installed rstarnarm with: `install.packages("rstanarm", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))` Running the following code causes both R an...

Hi I'm working with the code from the binned_resids() function and came across the following issue: ``` x=data_list$OM_per y=data_list$germ-pred nclass=sqrt(length(x)) breaks.index

I would suggest W-A-S-D. The button in the bottom left corner doesn't allow users to fine tune the position very well.

help wanted
good first issue

It would be nice to have a button for saving the presentation in .pdf format. I found a tool called "decktape" that might be useful for this: https://github.com/astefanutti/decktape

If possible it would be useful to have a wider range of choices for fonts. At the same time it would be nice if the user could simply type the...

When an inexperienced user is playing with the parameters it is easy to completely mess up the the slides. I would be useful to have a button for reverting those...

Consider the following model: ``` data{ int N; vector[N] obs_times; vector[N] t; } parameters{ real lambda; } model{ obs_times~exponential(lambda); lambda~normal(0,5); } generated quantities{ //Draw survival function vector[N] surv; for(i in...

feature

Hi I am trying to run a SEM that contains a glmm with a binomial distribution and I'm getting an error message. If I remove the glmm, the model runs...

When I try to run GRASS from the desktop the GUI doesn’t open. Running the GUI from the command prompt returns an error related to wxpython. ``` GRASS tmpproject/PERMANENT:~ >...

bug