Skip to content

Commit

Permalink
-Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermorganwall committed Mar 29, 2024
1 parent fceb384 commit dbe8338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/skprGUI.R
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ skprGUI = function(browser = FALSE, return_app = FALSE, multiuser = FALSE, progr
rintrojs::introBox(
conditionalPanel(
"output.displayed_design_number_factors != 1",
plotOutput(outputId = "aliasplot", wdith = fdsplot_width)
plotOutput(outputId = "aliasplot", width = fdsplot_width)
),
data.step = 28,
data.intro = "Correlation map of the design. This shows the correlation structure between main effects and their interactions. Ideal correlation structures will be diagonal (top left to bottom right). Alias-optimal designs minimize the elements of this matrix that correspond to a main effects term interacting with an interaction term."
Expand Down

0 comments on commit dbe8338

Please sign in to comment.