linMod: Linear model

Description Usage Value Author(s) Examples

View source: R/linMod.R

Description

It calculate the linear model. Which can find the regression.

Usage

1

Value

The function return residual standard error, R-squared, R-squared adjusted, F-statistic, Degrees of freedom, p-value and the betas (this is the intercept with the y-axis and the slope, and so on)

Author(s)

Steffan Leth Jensen
Department of mathematics and computer science (IMADA)
University of southern Denmark, SDU, Odense
steje14@student.sdu.dk

Examples

1
linMod(cars$speed ~ cars$dist)

mrleth94/ST522ExamSteje14 documentation built on May 23, 2019, 7:37 a.m.