iClick.lm: iClick GUI for linear model

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/iClick_lm.R

Description

This GUI estimates ARIMA both with automatic lag selection and fixed lag length. The GUI is only only a GUI, but also a output format.

Usage

1
iClick.lm(dep,indep,data,Formula=NULL,bootrep=99)

Arguments

data

A R data object for lm()

dep

scalar, the number of column as dependent variable

indep

scalar, the numbers of column as independent variables

Formula

A formula for lm, default is NULL, if specified, dep and indep should leave empty. See example below

bootrep

Bootstrap replications, default is 99

Details

This GUI fits equaiton into lm regression.

Value

Fitted lm regression output.

Author(s)

Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University

See Also

lm()

Examples

1
2
3
4
5
data("FFplusMOM")
iClick.lm(dep=2,indep=c(3,5:6),data=FFplusMOM, bootrep=9)

#Eq=RET~(MK_BETA+HML_BETA+SMB_BETA)^2
#iClick.lm(Formula=Eq,data=FFplusMOM, bootrep=9)

iClick documentation built on May 1, 2019, 9:21 p.m.