BFF.object | R Documentation |
The BFF object is a class that contains the results of a Bayes Factor Function. The BFF object contains the following fields:
BFF | the object containing the log_bf (log Bayes factor values) and corresponding omega values |
input | the object containing the input values |
log_bf_h1 | maximized Bayes factor in favor of the alternative, or the corresponding Bayes factor if an omega is supplied |
omega_h1 | corresponding omega value for maximized Bayes factor in favor of the alternative, orthe corresponding omega for the Bayes factor if an omega is supplied |
log_bf_h0 | minimized Bayes factor in favor of the null (for medium or large effect sizes, only returned if a specific omega is not set) |
omega_h0 | corresponding omega value for minimized Bayes factor in favor of the null (for medium or large effect sizes, only returned if a specific omega is not set) |
alternative | alternative hypothesis used in calculations |
omega_set | was an omega value provided? |
r | r value (default is 1 if not provided by user) |
test_type | type of BFF test |
generic_test | FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.