Learn R Programming

shinyr (version 0.4.2)

getCoefficients: Get Coefficients

Description

Get coefficients from the model summary

Usage

getCoefficients(model)

Value

data.frame of coeffcients

Arguments

model

lm model

Author

Jayachandra N

Details

getCoefficients

Examples

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

Run the code above in your browser using DataLab