richarddmorey / BayesFactor

BayesFactor R package for Bayesian data analysis with common statistical models.
https://richarddmorey.github.io/BayesFactor/
131 stars 49 forks source link

'puzzles' dataset not included with package #76

Closed alicedonut closed 8 years ago

alicedonut commented 8 years ago

Hi. I'm just going through the manual and got to the section on mixed models. Called the puzzles dataset but it's not there.

richarddmorey commented 8 years ago

It works for me. What happens when you run:

library(BayesFactor)
data(puzzles)
puzzles

?

alicedonut commented 8 years ago

Hi Richard

It is working for me now too. I don't know what went wrong. Sorry for bothering you with an error of mine.

I really love your package. I am just exploring it now and really enjoying the possibilities. This morning I did a full mixed-model ANOVA-equivalent, with Bayes Factors instead of p-values. Blew my mind! I have oodles of questions but I don't want to ask them till I've done some more exploring, and will probably do so via Stack Overflow so your inbox doesn't get cluttered.

All the best

Llew

On Sun, Jul 3, 2016 at 1:13 AM, Richard Morey notifications@github.com wrote:

It works for me. What happens when you run:

library(BayesFactor) data(puzzles) puzzles

?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/richarddmorey/BayesFactor/issues/76#issuecomment-230106490, or mute the thread https://github.com/notifications/unsubscribe/AMsosuxW_N1H9wfF0U_qoKpdSY0DCuZqks5qRoAEgaJpZM4JAyF6 .

richarddmorey commented 8 years ago

Great! I'll close this up then.