Skip to content

Commit

Permalink
Update regressionlinear.R (#269)
Browse files Browse the repository at this point in the history
added gettext function to create table call
  • Loading branch information
brandmaier authored Nov 14, 2023
1 parent e50acc9 commit ca5aaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/regressionlinear.R
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ RegressionLinearInternal <- function(jaspResults, dataset = NULL, options) {

.linregCreateCoefficientsTable <- function(modelContainer, model, dataset, options, position) {

coeffTable <- createJaspTable("Coefficients")
coeffTable <- createJaspTable(gettext("Coefficients"))
coeffTable$dependOn(c("coefficientEstimate", "coefficientCi", "coefficientCiLevel",
"collinearityDiagnostic", "vovkSellke"))
coeffTable$position <- position
Expand Down

0 comments on commit ca5aaf5

Please sign in to comment.