Skip to content

Commit 9f26844

Browse files
print R2 from lm
1 parent 6444472 commit 9f26844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_QP.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ soln2 = coef(G, s=lam/n, exact=TRUE, x=X, y=Y)[-1]
1414
print(soln1)
1515
print(soln2)
1616
plot(soln1, soln2)
17+
print(summary(lm(soln1 ~ soln2)))

0 commit comments

Comments
 (0)