Skip to content

Commit c70c719

Browse files
Correct input.
1 parent c92861e commit c70c719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/tests/testthat/test-goodness-of-fit.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ transformer <- power.transform::find_transformation_parameters(
1111

1212
# Compute the p-value.
1313
p_value <- suppressMessages(power.transform::assess_transformation(
14-
x = x_normal,
14+
x = x,
1515
transformer = transformer
1616
))
1717

0 commit comments

Comments
 (0)