| iClick.lm | R Documentation |
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.
iClick.lm(dep,indep,data,Formula=NULL,bootrep=99)
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 |
This GUI fits equaiton into lm regression.
Fitted lm regression output.
Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University
lm()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.