Learn R Programming

shinyr (version 0.3.0)

getCoefficients: Get Coefficients

Description

Get coefficients from the model summary

Usage

getCoefficients(model)

Arguments

model

lm model

Value

data.frame of coeffcients

Details

getCoefficients

Examples

Run this code
# NOT RUN {
 model <- lm(Sepal.Length ~ ., iris) # A linear regression model
 getCoefficients(model)
# }

Run the code above in your browser using DataLab