getCoefficients {shinyr}R Documentation

Get Coefficients

Description

Get coefficients from the model summary

Usage

getCoefficients(model)

Arguments

model

lm model

Details

getCoefficients

Value

data.frame of coeffcients

Author(s)

Jayachandra N

Examples

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

[Package shinyr version 0.4.2 Index]