analysis_confirmatory: Primary confirmatory analysis

Description Usage Arguments Value Examples

View source: R/analysis_confirmatory.R

Description

This function conducts the primary confirmatory analysis at the lastly passed checkpoint. In the analysis the mixed-effect logistic regression (see confirmatory_mixed_effect) and three Bayes factor analysis (see confirmatory_bayes_factor) are conducted. Final inference is made based on the inferences of the four conducted analyses.

Usage

1

Arguments

df

dataframe, the input dataframe

Value

The output is a list containing the inputs, the results of the four analysis, and the inferences at the last checkpoint. The list contains:

Examples

1
2
3
4
# Running the confirmatory analysis
confirmatory_result <- analysis_confirmatory(df = example_m0)
# Checking the inferences at each checking point
confirmatory_result$inference

marton-balazs-kovacs/tppr documentation built on Oct. 27, 2021, 3:04 p.m.