diff --git a/R/gpuLm.R b/R/gpuLm.R index d2c79a8..87057be 100644 --- a/R/gpuLm.R +++ b/R/gpuLm.R @@ -716,7 +716,7 @@ gpuGlm.fit <- coefficients = coef, residuals = resid, effects = effects, rank = integer(1L), pivot = as.integer(0L:(nvars-1)), - qraux = qraux, useSingle=useSingle, + qraux = qraux, useSingle=useSingle )[c('qr', 'n', 'p', 'ny', 'tol', 'coefficients', 'residuals', 'effects', 'rank', 'pivot', 'qraux')] @@ -870,4 +870,4 @@ gpuGlm.fit <- null.deviance = nulldev, iter = iter, weights = wt, prior.weights = weights, df.residual = resdf, df.null = nulldf, y = y, converged = conv, boundary = boundary) -} \ No newline at end of file +}