# 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)
}
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.