Skip to content

Commit

Permalink
Update effectsizecomputation.R
Browse files Browse the repository at this point in the history
  • Loading branch information
FBartos committed Nov 6, 2024
1 parent 32fd0b1 commit 304d88a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/effectsizecomputation.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ EffectSizeComputation <- function(jaspResults, dataset, options, state = NULL) {
# all input checking is done within the escalc function
# - error messages are cleaned and forwarded to the user
dataOutput <- .escComputeEffectSizes(dataset, options)
saveRDS(options, file = "C:/JASP/options.RDS")
saveRDS(dataset, file = "C:/JASP/dataset.RDS")

.escComputeSummaryTable(jaspResults, dataset, options, dataOutput)
.escExportData(jaspResults, options, dataOutput)
Expand Down

0 comments on commit 304d88a

Please sign in to comment.