rmcelreath / rethinking

Statistical Rethinking course and book package
2.14k stars 603 forks source link

Adjust extract.samples to produce an appropriate data frame for n=1 #372

Open rxg opened 1 year ago

rxg commented 1 year ago

The change proposed here fixes the observation from Issue #369 The solution is to transpose the vector produced by mvrnorm before transforming it into a data frame.