View source: R/Gibbs_CS_Wish.R
gibbs_cs_wish | R Documentation |
Fitting function for function-on-scalar regression for cross-sectional data. This function estimates model parameters using a Gibbs sampler and estimates the residual covariance surface using a Wishart prior.
gibbs_cs_wish(
formula,
Kt = 5,
data = NULL,
verbose = TRUE,
N.iter = 5000,
N.burn = 1000,
alpha = 0.1,
min.iter = 10,
max.iter = 50,
Aw = NULL,
Bw = NULL,
v = NULL,
SEED = NULL
)
formula |
a formula indicating the structure of the proposed model. |
Kt |
number of spline basis functions used to estimate coefficient functions |
data |
an optional data frame, list or environment containing the variables in the model. If not found in data, the variables are taken from environment(formula), typically the environment from which the function is called. |
verbose |
logical defaulting to |
N.iter |
number of iterations used in the Gibbs sampler |
N.burn |
number of iterations discarded as burn-in |
alpha |
tuning parameter balancing second-derivative penalty and zeroth-derivative penalty (alpha = 0 is all second-derivative penalty) |
min.iter |
minimum number of iterations |
max.iter |
maximum number of iterations |
Aw |
hyperparameter for inverse gamma controlling variance of spline terms for population-level effects |
Bw |
hyperparameter for inverse gamma controlling variance of spline terms for population-level effects |
v |
hyperparameter for inverse Wishart prior on residual covariance |
SEED |
seed value to start the sampler; ensures reproducibility |
Jeff Goldsmith ajg2202@cumc.columbia.edu
Goldsmith, J., Kitago, T. (2016). Assessing Systematic Effects of Stroke on Motor Control using Hierarchical Function-on-Scalar Regression. Journal of the Royal Statistical Society: Series C, 65 215-236.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.