powered by
generates the code to get the information of the coefficients of the linear regression model
rl_coeff(model.var = "modelo.rl")
the name of the variable that stores the resulting model.
# NOT RUN { x <- rl_model('iris', 'Petal.Length', 'model_rl') exe(x) print(model_rl) x <- rl_coeff('model_rl') exe(x) print(df.rl) print(r2) # }
Run the code above in your browser using DataLab