Working with Code

We are interested in doing open science because we’d like to return the favor back to the scientific community as open science has been helpful to us.

x <- c(5, 15, 25, 35, 45, 55)
y <- c(5, 20, 14, 32, 22, 38)
lm(x ~ y)

Call:
lm(formula = x ~ y)

Coefficients:
(Intercept)            y  
      1.056        1.326