print1.linreg: Method print1.linreg

Description Usage Arguments Value Source Examples

View source: R/print.R

Description

Method print1.linreg

Usage

1

Arguments

lan_formula_name

User input of the formula

lan_data_name

User input of the data

modelled

The full output of the linear regression analysis.

Value

Prints the coefficients of the linear regression analysis of the input data

Source

http://web.nchu.edu.tw/~numerical/course1012/ra/Applied_Regression_Analysis_A_Research_Tool.pdf

Examples

1
2
print1.linreg(Petal.Length~Species, data = iris)
print1.linreg(Employed ~ ., longley)

AdelaidaK/Lab4AdvancedR documentation built on Dec. 17, 2021, 7:40 a.m.