Flavjack / inti

Tools and Statistical Procedures in Plant Science

Home Page:https://flavjack.github.io/inti/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lm

Flavjack opened this issue · comments

lm_eqn <- function(x, y, data) {

fml <- as.formula(paste(x,y, sep = " ~ "))

esta mal el orden del modelo, debe ser y ~ x