Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Linear regression Model [The spring constant]
F=c(2,5,7) x1=c(5,8,10) F x1 sum(x1*F)/sum(x1^2) # =lm(F~0+x1) lm(F~0+x1) x2=c(1,3,4) lm(F~1+x2)
run
|
edit
|
history
|
help
0
Data Transformation
R Distribution Results
Critical correlation value calculation
AjusteNaoLinear-alpha-c
16-09-2020ExPedro
Chi-squared tests of independence [Seat Belt Yes/No] worked
Teste
print name and age
Ex15-12-20
ECO Stat