Skip to content

Commit

Permalink
Remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
JTPetter committed Aug 23, 2024
1 parent 09b0128 commit 6cf30f0
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions R/doeAnalysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -112,29 +112,6 @@ doeAnalysis <- function(jaspResults, dataset, options, ...) {

.scaleDOEvariable <- function(x){2*(x-min(x))/(max(x)-min(x))-1}

# dataset <- read.csv("../tests/testthat/datasets/doeAnalysis/2level2facFull.csv")
# options <- list()
# discretePredictors <- c("A", "B")
# continuousPredictors <- ""
# blocks <- ""
# covariates <- ""
# dependent <- "Result"
# dataset <- dataset[5:7]
# dataset$A <- as.factor(dataset$A)
# dataset$B <- as.factor(dataset$B)



# dataset <- read.csv("C:/Users/Jonee/Desktop/Temporary Files/318 DOE full step 2.csv")
# dataset <- dataset[c(4,5,6)]
# options <- list()
# discretePredictors <- ""
# continuousPredictors <- c("C", "F")
# blocks <- ""
# covariates <- ""
# dependent <- "Response"


.doeAnalysisMakeState <- function(jaspResults, dataset, options, continuousPredictors, discretePredictors, blocks, covariates, dependent, ready) {
if (!ready || jaspResults$getError()) {
return()
Expand Down

0 comments on commit 6cf30f0

Please sign in to comment.