Skip to content

Commit

Permalink
Fix rsm design export
Browse files Browse the repository at this point in the history
  • Loading branch information
JTPetter committed Nov 15, 2024
1 parent 2372326 commit 82f05ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/doeResponseSurfaceMethodology.R
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ doeResponseSurfaceMethodology <- function(jaspResults, dataset, options, ...) {
if (is.null(design))
return()

out_design <- design
out_design <- as.data.frame(design)
colnames(out_design)[1:2] <- c("RunOrder", "StandardOrder")
out_design[["Response"]] <- ""

Expand Down

0 comments on commit 82f05ca

Please sign in to comment.