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 8ff82c1 commit 2515984Copy full SHA for 2515984
README.md
@@ -39,7 +39,7 @@ Below is a simple example of RinRuby usage for simple linear regression. The sim
39
est <- round(coef(fit),3)
40
pvalue <- summary(fit)$coefficients[2,4]
41
EOF
42
- puts "E(y|x) ~= {R.est[0]} + {R.est[1]} * x"
+ puts "E(y|x) ~= #{R.est[0]} + #{R.est[1]} * x"
43
if R.pvalue < alpha
44
puts "Reject the null hypothesis and conclude that x and y are related."
45
else
0 commit comments