We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92861e commit c70c719Copy full SHA for c70c719
1 file changed
R/tests/testthat/test-goodness-of-fit.R
@@ -11,7 +11,7 @@ transformer <- power.transform::find_transformation_parameters(
11
12
# Compute the p-value.
13
p_value <- suppressMessages(power.transform::assess_transformation(
14
- x = x_normal,
+ x = x,
15
transformer = transformer
16
))
17
0 commit comments