maxbf | R Documentation |
This function evaluates the likelihood of the highest reached Bayes Factor.
maxbf(data, sims.df = sims)
data |
A a seqbf object or vector containing Bayes Factors. |
sims.df |
A dataframe containing simulations, including columns "simid" and "bf". |
The highest reached (Maximum) BF of the experimental data is compared to those of all simulations. An unusual peak can be assumed if less than 5% of simulations show a higher BF at any time.
A list containing the Maximum BF of the experimental data, its position in the temporal order of data points, and the proportion of simulations with higher BFs at any time.
r.maxbf <- maxbf(seqbf, sims)
r.maxbf <- maxbf(tbl$bf, sims.df = newsims)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.