# This file is automatically generated, you probably don't want to edit this
ttestISOptions <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
"ttestISOptions",
inherit = jmvcore::Options,
public = list(
initialize = function( ...) {
super$initialize(
package="moretests",
name="ttestIS",
requiresData=FALSE,
...)
}),
active = list(),
private = list()
)
ttestISResults <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
"ttestISResults",
inherit = jmvcore::Group,
active = list(),
private = list(),
public=list(
initialize=function(options) {
super$initialize(
options=options,
name="",
title="ttestIS")}))
ttestISBase <- if (requireNamespace("jmvcore", quietly=TRUE)) R6::R6Class(
"ttestISBase",
inherit = jmvcore::Analysis,
public = list(
initialize = function(options, data=NULL, datasetId="", analysisId="", revision=0) {
super$initialize(
package = "moretests",
name = "ttestIS",
version = c(1,0,0),
options = options,
results = ttestISResults$new(options=options),
data = data,
datasetId = datasetId,
analysisId = analysisId,
revision = revision,
pause = NULL,
completeWhenFilled = FALSE,
requiresMissings = FALSE)
}))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.