We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6444472 commit 9f26844Copy full SHA for 9f26844
tests/test_QP.R
@@ -14,3 +14,4 @@ soln2 = coef(G, s=lam/n, exact=TRUE, x=X, y=Y)[-1]
14
print(soln1)
15
print(soln2)
16
plot(soln1, soln2)
17
+print(summary(lm(soln1 ~ soln2)))
0 commit comments