regressoR (version 1.1.7)

rl_coeff: rl_coeff

Description

generates the code to get the information of the coefficients of the linear regression model

Usage

rl_coeff(model.var = "modelo.rl")

Arguments

model.var

the name of the variable that stores the resulting model.

Examples

Run this code
# 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