From ab33779364c20322dece3afd7bb526a868eaa9e6 Mon Sep 17 00:00:00 2001 From: "Alexander B. Leichtle" Date: Fri, 14 Jul 2017 00:23:53 +0200 Subject: [PATCH] Update gpuLm.R --- R/gpuLm.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}