search for: rstanarm

Displaying 6 results from an estimated 6 matches for "rstanarm".

2016 Mar 15
2
Rsqlite
...://go.microsoft.com/fwlink/?LinkID=722555 for information about additional features. Javier Rubén Marcuzzi De: Francisco Rodriguez Sanchez Enviado: martes, 15 de marzo de 2016 9:27 Para: r-help-es en r-project.org Asunto: Re: [R-es] Lógica Bayesiana con R Hola Milagros, También está el paquete rstanarm que está muy bien: https://cran.r-project.org/web/packages/rstanarm/index.html. Tienes varias viñetas o tutoriales muy buenos, incluyendo regresión logística: https://cran.r-project.org/web/packages/rstanarm/vignettes/binomial.html Suerte Paco El 15/03/2016 a las 09:21, Milagros Camacho escri...
2016 Mar 15
4
Lógica Bayesiana con R
Hola, buenas a todos: Me dispongo a empezar un proyecto con logística bayesiana y sé que hay varios paquetes que puedo utilizar, arm, Bayelogit y MCMCpack. Me preguntaba si alguien tiene experiencia con éstos paquetes y me pueda decir cuál de ellos es mejor. Además de esto quería saber si sabíais alguna bibliografía para informarme mejor sobre lógica bayesiana, tengo algunas referencias,
2017 Nov 18
2
Debian backport on Stretch?
...tch repo the best approach at this time? If I should go back to the standard Stretch install, does that mean I need to be especially cautious about installing packages with install.packages() inside R, because that would get me a package that depended on r-api-34? I use a few packages like rstan, rstanarm, and brms that I don't see when I do aptitude search, and I'm not sure what that means I should do. Thanks, Bill [[alternative HTML version deleted]]
2017 Nov 18
0
Debian backport on Stretch?
...ch at this time? > > If I should go back to the standard Stretch install, does that mean I need > to be especially cautious about installing packages with install.packages() > inside R, because that would get me a package that depended on r-api-34? I > use a few packages like rstan, rstanarm, and brms that I don't see when I > do aptitude search, and I'm not sure what that means I should do. > > Thanks, > > Bill > > [[alternative HTML version deleted]]
2024 May 22
1
confint Attempts to Use All Server CPUs by Default
...osaic" "MplusAutomation" "multcomp" "ordinal" [45] "papaja" "parsnip" "prodlim" "R2admb" [49] "rethinking" "riskRegression" "RSA" "rstanarm" [53] "rxode2" "segmented" "simr" "sirt" [57] "sn" "spaMM" "stats" "stats4" [61] "strucchange" "survey" "survival&quo...
2024 May 21
1
confint Attempts to Use All Server CPUs by Default
? Tue, 21 May 2024 08:00:11 +0000 Dario Strbenac via R-devel <r-devel at r-project.org> ?????: > Would a less resource-intensive value, such as 1, be a safer default > CPU value for confint? Which confint() method do you have in mind? There is at least four of them by default in R, and many additional classes could make use of stats:::confint.default by implementing vcov(). >