Description Usage Arguments Author(s)
View source: R/helper.r View source: R/BridgeChangeFixedPanelHybrid.R
Hybrid Approach to Bridge Change Point Model with Fixed Effect
1 | adaptive.lasso(y1, x1, beta.hat)
|
fomula |
Inherited from |
data |
Data.frame object. |
index |
String vector for unit and time index variables.
For example, |
model |
Model ( |
effect |
Effect ( |
standardize |
If TRUE, all covariates are standardized. |
interaction |
If interaction = 1, no interaciton. If interaction = 2, only two-way interaciton. Interaction can be up to K, which is the rank of the model matrix. |
n.break |
Number of breaks.
If |
ols.weight |
If TRUE, OLS estimates are used for adpative lasso weight vector. |
mcmc |
MCMC iteration. |
burn |
Burn-in period. |
verbose |
Verbose. |
sparse.only |
If TRUE, skip MCMC and fit a sparse regressiong using adaptive lasso. This works only for n.break=0. |
thin |
Thinning. |
c0 |
Hyperparam |
d0 |
= 0.1 |
nu.shape |
=2.0 |
nu.rate |
=2.0 |
alpha |
= 1 |
Jong Hee Park, and Soichiro Yamauchi syamauchi@princeton.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.