aboutsummaryrefslogtreecommitdiff
path: root/R
AgeCommit message (Expand)Author
2023-08-20Fix missing roxygen tagKen Kellner
2023-05-16Remove deprecated ggplot2 functionsKen Kellner
2022-11-10Fix factor bug and re-generate vignettesKen Kellner
2022-11-02Change log_lik default and fix some compiler warningsKen Kellner
2022-09-20Merge branch 'master' into kfoldKen Kellner
2022-09-20Add option to save log_lik parameterKen Kellner
2022-09-19Fix bug when there were both missing values and random effectsKen Kellner
2022-07-27Allow : notation for interactions among fixed effectsKen Kellner
2022-07-01Some auto-generated rstantools thingKen Kellner
2022-04-12Don't allow kfold on spatial modelsKen Kellner
2022-04-12Merge branch 'master' into kfoldKen Kellner
2022-04-12add laplace functionJustin Cally
2022-04-11Use saved log_lik for spatial modelsKen Kellner
2022-04-11Add loglik testsKen Kellner
2022-04-11Make sure kfold tests workKen Kellner
2022-04-07Add loglik for occuTTD and fix some bugsKen Kellner
2022-04-07Use new loglik code instead of saving log_lik parameter when possibleKen Kellner
2022-04-07colext kfold support and fix some bugsKen Kellner
2022-04-05kfold multinomPois supportKen Kellner
2022-04-04Add RN model kfold support and handle missing sitesKen Kellner
2022-04-04Add pcount kfold supportKen Kellner
2022-04-03Initial version of kfold function for occuKen Kellner
2022-03-31Improve speed of mb_chisq, #61Ken Kellner
2022-02-11Allow passing lists to fitListKen Kellner
2022-02-11Handle very long formulas, and provide more informative error when R factors ...Ken Kellner
2021-10-27Properly throw error on use of nested random effectsKen Kellner
2021-10-13Add timer to gof progress barKen Kellner
2021-10-10Add get_stancode methodKen Kellner
2021-09-29Specify priors on sigmasKen Kellner
2021-09-28Correct runtime calculation when chains not in parallel, fixes #51Ken Kellner
2021-09-28Don't include random effects in posterior_plots by default, fixes #52Ken Kellner
2021-09-27Adjust plot_spatial to work with other models besides occu, fixes #36Ken Kellner
2021-09-26Add plot_posteriors functionKen Kellner
2021-09-25Alias plot_effects to plot_marginalKen Kellner
2021-09-25Add runtime to model summary, fixes #46Ken Kellner
2021-09-25More changes to default priors and warn when covariates are not standardizedKen Kellner
2021-09-24Fix some issues identified by checksKen Kellner
2021-09-24Don't sample unused parametersKen Kellner
2021-09-24Merge branch 'master' into custom_priorsKen Kellner
2021-09-24Remove imaginary values equal to 0 when calculating KKen Kellner
2021-09-23Fix bug when autoscaling priors with NAsKen Kellner
2021-09-23Add prior support to colextKen Kellner
2021-09-23Add prior support to distsampKen Kellner
2021-09-23Add prior support to occuTTD and fix a bunch of bugsKen Kellner
2021-09-23Add prior support to multinomPois, occuRN, pcountKen Kellner
2021-09-22Improve input processing of priorsKen Kellner
2021-09-15Merge branch 'master' into custom_priorsKen Kellner
2021-09-15Bump versionKen Kellner
2021-09-13More changes to plot_marginal: add draws argument, return ggplot when only on...Ken Kellner
2021-09-13Add smoothing option to plot_marginal and evaluate at medians instead of mean...Ken Kellner