R/jamovicontrastindependent.b.R

# This file is a generated template, your changes will not be overwritten

jamovicontrastindependentClass <- if (requireNamespace('jmvcore', quietly=TRUE)) R6::R6Class(
    "jamovicontrastindependentClass",
    inherit = jamovicontrastindependentBase,
    private = list(
        .init = function () {

            jamovi_mdiff_initialize(self = self, grouping_variable = TRUE)
            

        },
        .run = function() {

            jamovi_mdiff_run(
                self = self, 
                filler_function = "jamovi_mdiff_contrastindependent"
            )

        },
        .estimation_plots = function(image, ggtheme, theme, ...) {
            
            jamovi_mdiff_estimation_plots(
                self,
                filler_function = "jamovi_mdiff_contrastindependent",
                image,
                ggtheme,
                theme
            )
            TRUE
            
        },
        .evaluation_plot   = function(image, ggtheme, theme, ...) {
            
            jamovi_mdiff_evaluation_plot(
                self = self, 
                filler_function = "jamovi_mdiff_contrastindependent"
            )
            
            
        },
        .helper_plot   = function(image, ggtheme, theme, ...) {
            
            jamovi_mdiff_helper_plot(self)
            
        }
        )
)
rcalinjageman/esci2 documentation built on Dec. 22, 2021, 1:02 p.m.