Skip to content

Commit b8e95d2

Browse files
committed
Oopsie
1 parent a622776 commit b8e95d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mlRegressionLinear.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
mlRegressionLinear <- function(jaspResults, dataset, options, ...) {
1919

2020
# Preparatory work
21-
dataset <- .mlRegressionRegularizedReadData(dataset, options)
21+
dataset <- .readDataRegressionAnalyses(dataset, options, include_weights = TRUE)
2222
.mlRegressionErrorHandling(dataset, options, type = "lm")
2323

2424
# Check if analysis is ready to run

0 commit comments

Comments
 (0)