- New argument:
inf.crit
- Compute additional statistics (adjusted R^2, AIC, BIC, HQC) for linear model
- Compute additional statistics (joint adjusted R^2, joint AIC, joint BIC, joint HQC) for full threshold model
Updates and changes in functions compared to original source code by Bruce E. Hansen.
- New arguments:
var.names
,cr
,graph
,quick
- A
data.frame
can be passed - Arguments
yi
,xi
,qi
may be of typeinteger
orcharacter
- Output in LaTeX format
- New arguments:
test.pvalue
,conf2
,nonpar
,graph
,signif.level
,digits
,integer.digits
,header
,output.short
,signif.legend
- A
data.frame
can be passed - Arguments
yi
,xi
,qi
may be of typeinteger
orcharacter
- Loop over different significance levels
c(.9, .95, .99)
for estimation of coefficients - Definition of notation for significance levels
c(.9, .95, .99)
for threshold test and estimated coefficients- for
"stars"
: number of stars - for
"colors"
: red/blue tones for positive/negative estimates
- for
- Constructs a summarizing threshold regression table with estimates, standard errors, and significance levels for both regimes
- Changed
"Constant"
to"Const"
for shorter output in tables - Output in LaTeX format