View source: R/lme_mass_fit_vw.R
lme_mass_fit_vw | R Documentation |
Mass-univariate linear mixed-effects model fitting
lme_mass_fit_vw(
X,
Zcols,
Y,
ni,
maskvtx = NA,
prs = 1,
e = 10^-1,
Xrows = NA,
numcore = 1
)
X |
Design matrix |
Zcols |
Vector of random effect indices in design matrix |
Y |
Outcome variable |
ni |
Vector indicating the repeated observations of each subject |
maskvtx |
Indices (one-based) for vertices to include in the analysis (default: all) |
prs |
(currently ignored) |
e |
Tolerance (default: 10^-1) |
Xrows |
Internal parameter (default: NA) |
numcore |
Number of cores for parallel computing (default: 1) |
This function returns a list with the following parameters: Bhat, CovBhat, phisqhat, Dhat, X, Zcols, invEI, Pth, Qthth, lreml.
## Not run: stats <- lme_mass_fit_vw(X, Zcols, Y, ni, numcore=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.