Package bmem. February 15, 2013

Size: px
Start display at page:

Download "Package bmem. February 15, 2013"

Transcription

1 Package bmem February 15, 2013 Type Package Title Mediation analysis with missing data using bootstrap Version 1.3 Date Author Maintainer Zhiyong Zhang Depends R (>= 1.7), sem, Amelia, MASS Four methods for mediation analysis with missing data: Listwise deletion, Pairwise deletion, Multiple imputation, and Two Stage Maimum Likelihood algorithm. For MI and TS- ML,auiliary variables can be included. Bootstrap confidence intervals for mediation effects are obtained. The robust method is also implemented for TS-ML. License GPL-2 LazyLoad yes URL ZipData no Repository CRAN Repository/R-Forge/Project semdiag Repository/R-Forge/Revision 6 Date/Publication :50:12 NeedsCompilation no 1

2 2 R topics documented: R topics documented: bmem-package bmem bmem.bs bmem.ci.bc bmem.ci.bc bmem.ci.bca bmem.ci.bca bmem.ci.norm bmem.ci.p bmem.cov bmem.em bmem.em.boot bmem.em.cov bmem.em.jack bmem.em.rcov bmem.list bmem.list.boot bmem.list.cov bmem.list.jack bmem.mi bmem.mi.boot bmem.mi.cov bmem.mi.jack bmem.s bmem.pair bmem.pair.boot bmem.pair.cov bmem.pair.jack bmem.pattern bmem.plot bmem.raw2cov bmem.sem bmem.sobel bmem.sobel.ind bmem.ssq bmem.v plot.bmem summary.bmem Inde 26

3 bmem 3 bmem-package Mediation analysis with missing data using bootstrap Details Four methods for mediation analysis with missing data: Listwise deletion, Pairwise deletion, Multiple imputation, and Two-stage ML. For MI and TSML, auiliary variables can be included. Bootstrap confidence intervals for mediation effects are obtained. Package: bmem Type: Package Version: 1.0 Date: License: GPL-2 LazyLoad: yes Maintainer: Zhiyong Zhang <zhiyongzhang@nd.edu> bmem Mediation analysis based on bootstrap Mediation analysis based on bootstrap bmem(,,, v, method= tsml, ci= bc, cl=.95, boot=1000, m=10, varphi=.1, st= i, robust=false, ma_it=500, =FALSE,...) A vector of effec

4 4 bmem v method ci cl boot m varphi st robust ma_it Indices of variables used in the mediation model. If omitted, all variables are used. list: listwise deletion, pair: pairwise deletion, mi: multiple imputation, em: EM algorithm. norm: normal approimation CI, perc: percentile CI, bc: bias-corrected CI, bca: BCa Confidence level. Can be a vector. Number of bootstraps Number of imputations Percent of data to be downweighted Starting values Robust method Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis. Maimum number of iterations in EM Details The effect can be specified using equations such as a*b, a*b+c, and a*b*c+d*e+f. A vector of effects can be used =c( a*b, a*b+c ). The on-screen output includes the paeter estimates, bootstrap standard errors, and CIs. References Zhang, Z. & Wang, L. (2012) Four methods for mediation analysis with missing data. Psychometrika. Zhang, Z. (2012) Robust mediation analysis with missing data and auiliary variables.

5 bmem.bs 5 bmem.bs Bootstrap but using the Bollen-Stine method The same as bmem but using the Bollen-Stine method bmem.bs(,,, v, ci= bc, cl=.95, boot=1000, ma_it=500,...) v ci cl boot ma_it A vector of effec Indices of variables used in the mediation model. If omitted, all variables are used. norm: normal approimation CI, perc: percentile CI, bc: bias-corrected CI, bca: BCa Confidence level. Can be a vector. Number of bootstraps Maimum number of iterations in EM The on-screen output includes the paeter estimates, bootstrap standard errors, and CIs. References Zhang, Z. & Wang, L. (2011) Four methods for mediation analysis with missing data. Zhang, Z. (2011) Robust mediation analysis with missing data and auiliary variables. See Also bmem, bmem.sobel, bmem.plot

6 6 bmem.ci.bc1 bmem.ci.bc Bias-corrected confidence intervals Bias-corrected confidence intervals bmem.ci.bc(par.boot, par0, cl=.95) par.boot par0 A bootstrap object. Original estimate cl Confidence level. Default BC confidence intervals. The output includes - estimates, bootstrap standard errors, and confidence intervals. See Also bmem.ci.norm, bmem.ci.p, bmem.ci.bca bmem.ci.bc1 Bias-corrected confidence intervals (for a single variable) Bias-corrected confidence intervals (for a single variable) bmem.ci.bc1(, b, cl = 0.95) A vector from a bootstrap output. b Paeter estimate from the original sample cl Confidence level. Default 0.95.

7 bmem.ci.bca 7 See Also bmem.ci.norm, bmem.ci.p, bmem.ci.bca bmem.ci.bca Bias-corrected and accelerated confidence intervals Bias-corrected and accelerated confidence intervals bmem.ci.bca(par.boot, par0, jack, cl = 0.95) par.boot A bootstrap object. par0 Original estimate jack A Jackknife object. cl Confidence level. Default BCa confidence intervals. The output includes - estimates, bootstrap standard errors, and confidence intervals. See Also bmem.ci.norm, bmem.ci.p, bmem.ci.bc, bmem.list.jack, bmem.pair.jack, bmem.mi.jack, bmem.em.jack,

8 8 bmem.ci.norm bmem.ci.bca1 BCa for a single variable BCa for a single variable bmem.ci.bca1(, b, jack, cl = 0.95) A vector from a bootstrap output. b Paeter estimate from the original sample jack A vector from a Jackknife analysis cl Confidence level. Default bmem.ci.norm Confidence interval based on normal approimation Confidence interval based on normal approimation bmem.ci.norm(par.boot, par0, cl = 0.95) par.boot A bootstrap object. par0 Original estimate cl Confidence level. Default Normal confidence intervals. The output includes - estimates, bootstrap standard errors, and confidence intervals. See Also bmem.ci.bca, bmem.ci.p, bmem.ci.bc

9 bmem.ci.p 9 bmem.ci.p Percentile confidence interval Percentile confidence interval bmem.ci.p(par.boot, par0, cl = 0.95) par.boot A bootstrap object. par0 Original estimate cl Confidence level. Default Percentile confidence intervals. The output includes - estimates, bootstrap standard errors, and confidence intervals. See Also bmem.ci.bca, bmem.ci.norm, bmem.ci.bc bmem.cov Calculate the covariance matri based on a given model Can be used to simulated data for an SEM model. bmem.cov(,obs.variables,=false, debug=false) obs.variables debug An model Names of the observed variables Whether to use the mean structure debug mode

10 10 bmem.em.boot bmem.em Estimate a mediation model based on EM covariance matri Estimate a mediation model based on EM covariance matri bmem.em(,,, v, robust = FALSE, varphi = 0.1, st= "i", = FALSE, ma_it = 500,...) v robust varphi st ma_it A vector of effec Indices of variables used in the mediation model. If omitted, all variables are used. Roubst method Percent of data to be downweighted Starting values Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis. Maimum number of iterations in EM bmem.em.boot Bootstrap for EM Bootstrap for EM bmem.em.boot(,,, v, robust = FALSE, varphi = 0.1, st= "i", boot = 1000, = FALSE, ma_it = 500,...)

11 bmem.em.cov 11 v robust varphi st Details A vector of effec Indices of variables used in the mediation model. If omitted, all variables are used. Roubst method Percent of data to be downweighted Starting values boot Number of bootstraps. Default is ma_it Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis. Maimum number of iterations in EM The effect can be specified using equations such as a*b, a*b+c, and a*b*c+d*e+f. A vector of effects can be used =c( a*b, a*b+c ). par.boot par0 Paeter estimates from bootstrap samples Paeter estimates from the orignal samples bmem.em.cov Covariance matri from EM Covariance matri from EM bmem.em.cov(mis, = FALSE, ma_it = 500) mis ma_it An object from output of bmem.pattern. Whether estimating mean Maimum number of iterations

12 12 bmem.em.rcov bmem.em.jack Jackknife estimate using EM Jackknife estimate using EM bmem.em.jack(,,, v, robust = FALSE, varphi = 0.1, st= "i", = FALSE, ma_it = 500,...) v robust varphi st ma_it A vector of effec Indices of variables used in the mediation model. If omitted, all variables are used. Roubst method Percent of data to be downweighted Starting values Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis. Maimum number of iterations in EM bmem.em.rcov Estimation of robust covariance matri Estimation of robust covariance matri bmem.em.rcov(mis, varphi=.1, =FALSE, ma_it=1000, st= i )

13 bmem.list 13 mis varphi ma_it st Missing data pattern Percent of data to be downweighted Moment analysis if TRUE Maimum number of iteration Starting values An interval function to calculate the robust covaraince matri bmem.list Estimate a mediaiton model based on listwise deletion Estimate a mediaiton model based on listwise deletion bmem.list(,,, = FALSE,...) A vector of effec Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis.

14 14 bmem.list.cov bmem.list.boot Bootstrap for listwise deletion method Bootstrap for listwise deletion method bmem.list.boot(,,, boot = 1000, = FALSE,...) A vector of effec boot Number of bootstraps. Default is Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis. bmem.list.cov Covariance matri for listwise deletion Covariance matri for listwise deletion bmem.list.cov(, = FALSE) Estimate mean or not

15 bmem.list.jack 15 bmem.list.jack Jackknife for listwise deletion Jackknife for listwise deletion bmem.list.jack(,,, = FALSE,...) A vector of effec Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis. bmem.mi Estimate a mediation model based on multiple imputation Estimate a mediation model based on multiple imputation bmem.mi(,,, v, m = 10, = FALSE,...) v m A vector of effec Indices of variables used in the mediation model. If omitted, all variables are used. Number of imputations. Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis.

16 16 bmem.mi.cov bmem.mi.boot Bootstrap for multiple imputation Bootstrap for multiple imputation bmem.mi.boot(,,, v, m = 10, boot = 1000, = FALSE,...) v m A vector of effec Indices of variables used in the mediation model. If omitted, all variables are used. Number of imputations boot Number of bootstraps. Default is Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis. bmem.mi.cov Covariance estimation for multiple imputation Covariance estimation for multiple imputation bmem.mi.cov(, m = 10, = FALSE) m Number of imputations Estimate mean or not

17 bmem.mi.jack 17 bmem.mi.jack Jackknife for multiple imputation Jackknife for multiple imputation bmem.mi.jack(,,, v, m = 10, = FALSE,...) v m A vector of effec Indices of variables used in the mediation model. If omitted, all variables are used. Number of imputations. Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis. bmem.s Calculate the s of a data set Calculate the s of a data set using either listwise deletion or pairwise deletion bmem.s(, type=0) type How to deal with missing data. 0: listwise deletion; 1: pairwise deletion

18 18 bmem.pair.boot bmem.pair Estimate a mediaiton model based on pairwise deletion Estimate a mediaiton model based on pairwise deletion bmem.pair(,,, = FALSE,...) A vector of effec Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis. bmem.pair.boot Bootstrap for pairwise deletion Bootstrap for pairwise deletion bmem.pair.boot(,,, boot = 1000, = FALSE,...) A vector of effec boot Number of bootstraps. Default is Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis.

19 bmem.pair.cov 19 bmem.pair.cov Covariance matri estimation based on pairwise deletion Covariance matri estimation based on pairwise deletion bmem.pair.cov(, = FALSE) Estimate mean or not bmem.pair.jack Jackknife for pairwise deletion Jackknife for pairwise deletion bmem.pair.jack(,,, = FALSE,...) A vector of effec Select mean structure or covariance analysis. =FALSE, covariance analysis. =TRUE, mean and covariance analysis.

20 20 bmem.plot bmem.pattern Obtain missing data pattern information Obtain missing data pattern information bmem.pattern() bmem.plot Plot of the bootstrap distribution. This function is replaced by plot. Plot of the bootstrap distribution bmem.plot(, par,...) A bmem object par Name of paeter to be plotted.... Options used for the generic plot function. A plot References Zhang, Z. & Wang, L. (2011) Four methods for mediation analysis with missing data. Zhang, Z. (2011) Robust mediation analysis with missing data and auiliary variables. See Also bmem, bmem.sobel, bmem.plot

21 bmem.raw2cov 21 bmem.raw2cov Convert a raw matri to covariance matri Convert a raw matri to covariance matri bmem.raw2cov() A matri A covariance matri References Zhang, Z. & Wang, L. (2011) Four methods for mediation analysis with missing data. Zhang, Z. (2011) Robust mediation analysis with missing data and auiliary variables. See Also bmem, bmem.sobel, bmem.plot bmem.sem Estimate a mediaiton model using SEM technique Estimate a mediaiton model using SEM technique bmem.sem(,, N,, =FALSE,...)

22 22 bmem.sobel A covariance matri A path diag from specify.model N Sample size A vector of effects Whether mean strucuture is used. The default is FALSE... Options that can be supplied to function sem. See Also bmem.list.cov, bmem.pair.cov, bmem.mi.cov, bmem.em.cov bmem.sobel Mediation analysis using sobel test (for complete data only) Mediation analysis using sobel test (for complete data only) bmem.sobel(,,, =FALSE,...) A vector of effec Covariance or analysis The on-screen output includes the paeter estimates and sobel standard errors. References Zhang, Z. & Wang, L. (2011) Four methods for mediation analysis with missing data. Zhang, Z. (2011) Robust mediation analysis with missing data and auiliary variables. See Also bmem, bmem.sobel, bmem.plot

23 bmem.sobel.ind 23 bmem.sobel.ind Mediation analysis using sobel test for one effect Internal function bmem.sobel.ind(sem.object, ind) sem.object ind A sem object Indirect effect Internal output References Zhang, Z. & Wang, L. (2011) Four methods for mediation analysis with missing data. Zhang, Z. (2011) Robust mediation analysis with missing data and auiliary variables. See Also bmem, bmem.sobel, bmem.plot bmem.ssq Sum square of a matri Sum square of a matri bmem.ssq() A matri

24 24 plot.bmem bmem.v Select data according to a vector of indices Select data according to a vector of indices bmem.v(, v, = FALSE) v A matri A vector of indices Covariane analysis or mean and covariance analysis plot.bmem Plot of the bootstrap distribution Plot of the bootstrap distribution ## S3 method for class bmem plot(, par,...) A bmem object par Name of paeter to be plotted.... Options used for the generic plot function. Generate the bootstrap histog for a chosen paeter.

25 summary.bmem 25 References Zhang, Z. & Wang, L. (2011) Four methods for mediation analysis with missing data. Zhang, Z. (2011) Robust mediation analysis with missing data and auiliary variables. See Also bmem, bmem.sobel, bmem.plot summary.bmem Calculate bootstrap confidence intervals Calculate bootstrap confidence intervals ## S3 method for class bmem summary(object, ci= bc, cl=.95,...) object ci cl Details An output object from the function bmem norm: normal approimation CI, perc: percentile CI, bc: bias-corrected CI, bca: BCa Confidence level. Can be a vector.... other options can be used for the generic summary function. The other type of confidence intervals can be constructed from the output of the function bmem. Note if the BCa is required, the ci= BCa should have been specified in the function bmem. The on-screen output includes the paeter estimates, bootstrap standard errors, and CIs.

26 Inde Topic bmem bmem-package, 3 bmem, 3, 5, 20 23, 25 bmem-package, 3 bmem.bs, 5 bmem.ci.bc, 6, 7 9 bmem.ci.bc1, 6 bmem.ci.bca, 6, 7, 7, 8, 9 bmem.ci.bca1, 8 bmem.ci.norm, 6, 7, 8, 9 bmem.ci.p, 6 8, 9 bmem.cov, 9 bmem.em, 10 bmem.em.boot, 10 bmem.em.cov, 11, 22 bmem.em.jack, 7, 12 bmem.em.rcov, 12 bmem.list, 13 bmem.list.boot, 14 bmem.list.cov, 14, 22 bmem.list.jack, 7, 15 bmem.mi, 15 bmem.mi.boot, 16 bmem.mi.cov, 16, 22 bmem.mi.jack, 7, 17 bmem.s, 17 bmem.pair, 18 bmem.pair.boot, 18 bmem.pair.cov, 19, 22 bmem.pair.jack, 7, 19 bmem.pattern, 11, 20 bmem.plot, 5, 20, 20, 21 23, 25 bmem.raw2cov, 21 bmem.sem, 21 bmem.sobel, 5, 20 22, 22, 23, 25 bmem.sobel.ind, 23 bmem.ssq, 23 bmem.v, 24 plot (plot.bmem), 24 plot.bmem, 24 sem, 4, 5, 10 19, 22 summary (summary.bmem), 25 summary.bmem, 25 26

Package crossreg. February 19, 2015

Package crossreg. February 19, 2015 Package crossreg February 19, 2015 Type Package Title Confidence intervals for crossover points of two simple regression lines Version 1.0 Date 2014-07-08 Author Maintainer This package

More information

Package SEMModComp. R topics documented: February 19, Type Package Title Model Comparisons for SEM Version 1.0 Date Author Roy Levy

Package SEMModComp. R topics documented: February 19, Type Package Title Model Comparisons for SEM Version 1.0 Date Author Roy Levy Type Package Title Model Comparisons for SEM Version 1.0 Date 2009-02-23 Author Roy Levy Package SEMModComp Maintainer Roy Levy February 19, 2015 Conduct tests of difference in fit for

More information

Package rela. R topics documented: February 20, Version 4.1 Date Title Item Analysis Package with Standard Errors

Package rela. R topics documented: February 20, Version 4.1 Date Title Item Analysis Package with Standard Errors Version 4.1 Date 2009-10-25 Title Item Analysis Package with Standard Errors Package rela February 20, 2015 Author Michael Chajewski Maintainer Michael Chajewski

More information

Package BayesNI. February 19, 2015

Package BayesNI. February 19, 2015 Package BayesNI February 19, 2015 Type Package Title BayesNI: Bayesian Testing Procedure for Noninferiority with Binary Endpoints Version 0.1 Date 2011-11-11 Author Sujit K Ghosh, Muhtarjan Osman Maintainer

More information

Supplemental material to accompany Preacher and Hayes (2008)

Supplemental material to accompany Preacher and Hayes (2008) Supplemental material to accompany Preacher and Hayes (2008) Kristopher J. Preacher University of Kansas Andrew F. Hayes The Ohio State University The multivariate delta method for deriving the asymptotic

More information

Package darts. February 19, 2015

Package darts. February 19, 2015 Type Package Package darts February 19, 2015 Title Statistical Tools to Analyze Your Darts Game Version 1.0 Date 2011-01-17 Author Maintainer Are you aiming at the right spot in darts?

More information

Package unbalhaar. February 20, 2015

Package unbalhaar. February 20, 2015 Type Package Package unbalhaar February 20, 2015 Title Function estimation via Unbalanced Haar wavelets Version 2.0 Date 2010-08-09 Author Maintainer The package implements top-down

More information

Package scio. February 20, 2015

Package scio. February 20, 2015 Title Sparse Column-wise Inverse Operator Version 0.6.1 Author Xi (Rossi) LUO and Weidong Liu Package scio February 20, 2015 Maintainer Xi (Rossi) LUO Suggests clime, lorec, QUIC

More information

Package MultisiteMediation

Package MultisiteMediation Version 0.0.1 Date 2017-02-25 Package MultisiteMediation February 26, 2017 Title Causal Mediation Analysis in Multisite Trials Author Xu Qin, Guanglei Hong Maintainer Xu Qin Depends

More information

Package ShrinkCovMat

Package ShrinkCovMat Type Package Package ShrinkCovMat Title Shrinkage Covariance Matrix Estimators Version 1.2.0 Author July 11, 2017 Maintainer Provides nonparametric Steinian shrinkage estimators

More information

Package monmlp. R topics documented: December 5, Type Package

Package monmlp. R topics documented: December 5, Type Package Type Package Package monmlp December 5, 2017 Title Multi-Layer Perceptron Neural Network with Optional Monotonicity Constraints Version 1.1.5 Author Ale J. Cannon Maintainer Ale J. Cannon

More information

Package depth.plot. December 20, 2015

Package depth.plot. December 20, 2015 Package depth.plot December 20, 2015 Type Package Title Multivariate Analogy of Quantiles Version 0.1 Date 2015-12-19 Maintainer Could be used to obtain spatial depths, spatial ranks and outliers of multivariate

More information

Package eel. September 1, 2015

Package eel. September 1, 2015 Type Package Title Etended Empirical Likelihood Version 1.1 Date 2015-08-30 Author Fan Wu and Yu Zhang Maintainer Yu Zhang Package eel September 1, 2015 Compute the etended empirical log

More information

Package ebal. R topics documented: February 19, Type Package

Package ebal. R topics documented: February 19, Type Package Type Package Package ebal February 19, 2015 Title Entropy reweighting to create balanced samples Version 0.1-6 Date 2014-01-25 Author Maintainer Package implements entropy balancing,

More information

Package BNN. February 2, 2018

Package BNN. February 2, 2018 Type Package Package BNN February 2, 2018 Title Bayesian Neural Network for High-Dimensional Nonlinear Variable Selection Version 1.0.2 Date 2018-02-02 Depends R (>= 3.0.2) Imports mvtnorm Perform Bayesian

More information

Package IndepTest. August 23, 2018

Package IndepTest. August 23, 2018 Type Package Package IndepTest August 23, 2018 Title Nonparametric Independence Tests Based on Entropy Estimation Version 0.2.0 Date 2018-08-23 Author Thomas B. Berrett [aut],

More information

Package idmtpreg. February 27, 2018

Package idmtpreg. February 27, 2018 Type Package Package idmtpreg February 27, 2018 Title Regression Model for Progressive Illness Death Data Version 1.1 Date 2018-02-23 Author Leyla Azarang and Manuel Oviedo de la Fuente Maintainer Leyla

More information

Package LIStest. February 19, 2015

Package LIStest. February 19, 2015 Type Package Package LIStest February 19, 2015 Title Tests of independence based on the Longest Increasing Subsequence Version 2.1 Date 2014-03-12 Author J. E. Garcia and V. A. Gonzalez-Lopez Maintainer

More information

Package weightquant. R topics documented: December 30, Type Package

Package weightquant. R topics documented: December 30, Type Package Type Package Package weightquant December 30, 2018 Title Weights for Incomplete Longitudinal Data and Quantile Regression Version 1.0 Date 2018-12-18 Author Viviane Philipps Maintainer Viviane Philipps

More information

Package ICGOR. January 13, 2017

Package ICGOR. January 13, 2017 Package ICGOR January 13, 2017 Type Package Title Fit Generalized Odds Rate Hazards Model with Interval Censored Data Version 2.0 Date 2017-01-12 Author Jie Zhou, Jiajia Zhang, Wenbin Lu Maintainer Jie

More information

Package sbgcop. May 29, 2018

Package sbgcop. May 29, 2018 Package sbgcop May 29, 2018 Title Semiparametric Bayesian Gaussian Copula Estimation and Imputation Version 0.980 Date 2018-05-25 Author Maintainer Estimation and inference for parameters

More information

Package flexcwm. R topics documented: July 11, Type Package. Title Flexible Cluster-Weighted Modeling. Version 1.0.

Package flexcwm. R topics documented: July 11, Type Package. Title Flexible Cluster-Weighted Modeling. Version 1.0. Package flexcwm July 11, 2013 Type Package Title Flexible Cluster-Weighted Modeling Version 1.0 Date 2013-02-17 Author Incarbone G., Mazza A., Punzo A., Ingrassia S. Maintainer Angelo Mazza

More information

Package skellam. R topics documented: December 15, Version Date

Package skellam. R topics documented: December 15, Version Date Version 0.2.0 Date 2016-12-13 Package skellam December 15, 2016 Title Densities and Sampling for the Skellam Distribution Author Jerry W. Lewis, Patrick E. Brown , Michail Tsagris

More information

Package gtheory. October 30, 2016

Package gtheory. October 30, 2016 Package gtheory October 30, 2016 Version 0.1.2 Date 2016-10-22 Title Apply Generalizability Theory with R Depends lme4 Estimates variance components, generalizability coefficients, universe scores, and

More information

Package semgof. February 20, 2015

Package semgof. February 20, 2015 Package semgof February 20, 2015 Version 0.2-0 Date 2012-08-06 Title Goodness-of-fit indexes for structural equation models Author Elena Bertossi Maintainer Elena Bertossi

More information

Package spcov. R topics documented: February 20, 2015

Package spcov. R topics documented: February 20, 2015 Package spcov February 20, 2015 Type Package Title Sparse Estimation of a Covariance Matrix Version 1.01 Date 2012-03-04 Author Jacob Bien and Rob Tibshirani Maintainer Jacob Bien Description

More information

Package ltsbase. R topics documented: February 20, 2015

Package ltsbase. R topics documented: February 20, 2015 Package ltsbase February 20, 2015 Type Package Title Ridge and Liu Estimates based on LTS (Least Trimmed Squares) Method Version 1.0.1 Date 2013-08-02 Author Betul Kan Kilinc [aut, cre], Ozlem Alpu [aut,

More information

Package flexcwm. R topics documented: July 2, Type Package. Title Flexible Cluster-Weighted Modeling. Version 1.1.

Package flexcwm. R topics documented: July 2, Type Package. Title Flexible Cluster-Weighted Modeling. Version 1.1. Package flexcwm July 2, 2014 Type Package Title Flexible Cluster-Weighted Modeling Version 1.1 Date 2013-11-03 Author Mazza A., Punzo A., Ingrassia S. Maintainer Angelo Mazza Description

More information

Package rbvs. R topics documented: August 29, Type Package Title Ranking-Based Variable Selection Version 1.0.

Package rbvs. R topics documented: August 29, Type Package Title Ranking-Based Variable Selection Version 1.0. Type Package Title Ranking-Based Variable Selection Version 1.0.2 Date 2015-12-08 Package rbvs August 29, 2016 Author Rafal Baranowski, Patrick Breheny, Isaac Turner Maintainer Rafal Baranowski

More information

Package clogitboost. R topics documented: December 21, 2015

Package clogitboost. R topics documented: December 21, 2015 Package December 21, 2015 Type Package Title Boosting Conditional Logit Model Version 1.1 Date 2015-12-09 Author Haolun Shi and Guosheng Yin Maintainer A set of functions to fit a boosting conditional

More information

Package rgabriel. February 20, 2015

Package rgabriel. February 20, 2015 Type Package Package rgabriel February 20, 2015 Title Gabriel Multiple Comparison Test and Plot the Confidence Interval on Barplot Version 0.7 Date 2013-12-28 Author Yihui XIE, Miao YU Maintainer Miao

More information

Package gma. September 19, 2017

Package gma. September 19, 2017 Type Package Title Granger Mediation Analysis Version 1.0 Date 2018-08-23 Package gma September 19, 2017 Author Yi Zhao , Xi Luo Maintainer Yi Zhao

More information

Package ENA. February 15, 2013

Package ENA. February 15, 2013 Package ENA February 15, 2013 Type Package Title Ensemble Network Aggregation Version 1.2-4 Date 2013-02-14 Author Maintainer Depends R (>= 2.13.0), space (>= 0.1), WGCNA (>= 1.20), GeneNet(>= 1.2.5),

More information

Package DTK. February 15, Type Package

Package DTK. February 15, Type Package Package DTK February 15, 2013 Type Package Title Dunnett-Tukey-Kramer Pairwise Multiple Comparison Test Adjusted for Unequal Variances and Unequal Sample Sizes Version 3.1 Date 2011-03-17 Author Matthew

More information

Package RI2by2. October 21, 2016

Package RI2by2. October 21, 2016 Package RI2by2 October 21, 2016 Type Package Title Randomization Inference for Treatment Effects on a Binary Outcome Version 1.3 Author Joseph Rigdon, Wen Wei Loh, Michael G. Hudgens Maintainer Wen Wei

More information

Package dhga. September 6, 2016

Package dhga. September 6, 2016 Type Package Title Differential Hub Gene Analysis Version 0.1 Date 2016-08-31 Package dhga September 6, 2016 Author Samarendra Das and Baidya Nath Mandal

More information

Package jmcm. November 25, 2017

Package jmcm. November 25, 2017 Type Package Package jmcm November 25, 2017 Title Joint Mean-Covariance Models using 'Armadillo' and S4 Version 0.1.8.0 Maintainer Jianxin Pan Fit joint mean-covariance models

More information

Package CoxRidge. February 27, 2015

Package CoxRidge. February 27, 2015 Type Package Title Cox Models with Dynamic Ridge Penalties Version 0.9.2 Date 2015-02-12 Package CoxRidge February 27, 2015 Author Aris Perperoglou Maintainer Aris Perperoglou

More information

Package factorqr. R topics documented: February 19, 2015

Package factorqr. R topics documented: February 19, 2015 Package factorqr February 19, 2015 Version 0.1-4 Date 2010-09-28 Title Bayesian quantile regression factor models Author Lane Burgette , Maintainer Lane Burgette

More information

Package Bhat. R topics documented: February 19, Title General likelihood exploration. Version

Package Bhat. R topics documented: February 19, Title General likelihood exploration. Version Package Bhat February 19, 2015 Title General likelihood eploration Version 0.9-10 Author Georg Luebeck and Rafael Meza Functions for MLE, MCMC, CIs (originally in

More information

Package jaccard. R topics documented: June 14, Type Package

Package jaccard. R topics documented: June 14, Type Package Tpe Package Package jaccard June 14, 2018 Title Test Similarit Between Binar Data using Jaccard/Tanimoto Coefficients Version 0.1.0 Date 2018-06-06 Author Neo Christopher Chung , Błażej

More information

Package mlmmm. February 20, 2015

Package mlmmm. February 20, 2015 Package mlmmm February 20, 2015 Version 0.3-1.2 Date 2010-07-07 Title ML estimation under multivariate linear mixed models with missing values Author Recai Yucel . Maintainer Recai Yucel

More information

Package LCAextend. August 29, 2013

Package LCAextend. August 29, 2013 Type Package Package LCAextend August 29, 2013 Title Latent Class Analysis (LCA) with familial dependence in extended pedigrees Version 1.2 Date 2012-03-15 Author Arafat TAYEB ,

More information

Package Grace. R topics documented: April 9, Type Package

Package Grace. R topics documented: April 9, Type Package Type Package Package Grace April 9, 2017 Title Graph-Constrained Estimation and Hypothesis Tests Version 0.5.3 Date 2017-4-8 Author Sen Zhao Maintainer Sen Zhao Description Use

More information

Package RTransferEntropy

Package RTransferEntropy Type Package Package RTransferEntropy March 12, 2019 Title Measuring Information Flow Between Time Series with Shannon and Renyi Transfer Entropy Version 0.2.8 Measuring information flow between time series

More information

Package dhsic. R topics documented: July 27, 2017

Package dhsic. R topics documented: July 27, 2017 Package dhsic July 27, 2017 Type Package Title Independence Testing via Hilbert Schmidt Independence Criterion Version 2.0 Date 2017-07-24 Author Niklas Pfister and Jonas Peters Maintainer Niklas Pfister

More information

Package GORCure. January 13, 2017

Package GORCure. January 13, 2017 Package GORCure January 13, 2017 Type Package Title Fit Generalized Odds Rate Mixture Cure Model with Interval Censored Data Version 2.0 Date 2017-01-12 Author Jie Zhou, Jiajia Zhang, Wenbin Lu Maintainer

More information

Package Blendstat. February 21, 2018

Package Blendstat. February 21, 2018 Package Blendstat February 21, 2018 Type Package Title Joint Analysis of Experiments with Mixtures and Random Effects Version 1.0.0 Date 2018-02-20 Author Marcelo Angelo Cirillo Paulo

More information

Package IUPS. February 19, 2015

Package IUPS. February 19, 2015 Package IUPS February 19, 2015 Type Package Title Incorporating Uncertainties in Propensity Scores Version 1.0 Date 2013-6-5 Author Weihua An, Huizi Xu, and Zhida Zheng, Indiana University Bloomington

More information

Package sscor. January 28, 2016

Package sscor. January 28, 2016 Type Package Package sscor January 28, 2016 Title Robust Correlation Estimation and Testing Based on Spatial Signs Version 0.2 Date 2016-01-19 Depends pcapp, robustbase, mvtnorm Provides the spatial sign

More information

Package comparec. R topics documented: February 19, Type Package

Package comparec. R topics documented: February 19, Type Package Package comparec February 19, 2015 Type Package Title Compare Two Correlated C Indices with Right-censored Survival Outcome Version 1.3.1 Date 2014-12-18 Author Le Kang, Weijie Chen Maintainer Le Kang

More information

Package covsep. May 6, 2018

Package covsep. May 6, 2018 Package covsep May 6, 2018 Title Tests for Determining if the Covariance Structure of 2-Dimensional Data is Separable Version 1.1.0 Author Shahin Tavakoli [aut, cre], Davide Pigoli [ctb], John Aston [ctb]

More information

Package QuantifQuantile

Package QuantifQuantile Type Package Package QuantifQuantile August 13, 2015 Title Estimation of Conditional Quantiles using Optimal Quantization Version 2.2 Date 2015-08-13 Author Isabelle Charlier and Davy Paindaveine and Jerome

More information

Package pearson7. June 22, 2016

Package pearson7. June 22, 2016 Version 1.0-2 Date 2016-06-21 Package pearson7 June 22, 2016 Title Maximum Likelihood Inference for the Pearson VII Distribution with Shape Parameter 3/2 Author John Hughes Maintainer John Hughes

More information

Package basad. November 20, 2017

Package basad. November 20, 2017 Package basad November 20, 2017 Type Package Title Bayesian Variable Selection with Shrinking and Diffusing Priors Version 0.2.0 Date 2017-11-15 Author Qingyan Xiang , Naveen Narisetty

More information

Package survidinri. February 20, 2015

Package survidinri. February 20, 2015 Package survidinri February 20, 2015 Type Package Title IDI and NRI for comparing competing risk prediction models with censored survival data Version 1.1-1 Date 2013-4-8 Author Hajime Uno, Tianxi Cai

More information

Package cccrm. July 8, 2015

Package cccrm. July 8, 2015 Package cccrm July 8, 2015 Title Concordance Correlation Coefficient for Repeated (and Non-Repeated) Measures Version 1.2.1 Date 2015-07-03 Author Josep Lluis Carrasco , Josep Puig Martinez

More information

Package coop. November 14, 2017

Package coop. November 14, 2017 Type Package Package coop November 14, 2017 Title Co-Operation: Fast Covariance, Correlation, and Cosine Similarity Operations Version 0.6-1 Fast implementations of the co-operations: covariance, correlation,

More information

Package bivariate. December 10, 2018

Package bivariate. December 10, 2018 Title Bivariate Probability Distributions Version 0.3.0 Date 2018-12-10 License GPL (>= 2) Package bivariate December 10, 2018 Maintainer Abby Spurdle Author Abby Spurdle URL https://sites.google.com/site/asrpws

More information

Package codadiags. February 19, 2015

Package codadiags. February 19, 2015 Type Package Package codadiags February 19, 2015 Title Markov chain Monte Carlo burn-in based on ``bridge'' statistics Version 1.0 Date 2013-09-17 Author Yann Richet, Xavier Bay, Olivier Jacquet, Aleis

More information

Package hot.deck. January 4, 2016

Package hot.deck. January 4, 2016 Type Package Title Multiple Hot-Deck Imputation Version 1.1 Date 2015-11-19 Package hot.deck January 4, 2016 Author Skyler Cranmer, Jeff Gill, Natalie Jackson, Andreas Murr, Dave Armstrong Maintainer Dave

More information

Package R1magic. April 9, 2013

Package R1magic. April 9, 2013 Package R1magic April 9, 2013 Type Package Title Compressive Sampling: Sparse signal recovery utilities Version 0.2 Date 2013-04-09 Author Maintainer Depends stats, utils Provides

More information

Package mixture. R topics documented: February 13, 2018

Package mixture. R topics documented: February 13, 2018 Package mixture February 13, 2018 Type Package Title Finite Gaussian Mixture Models for Clustering and Classification Version 1.5 Date 2018-02-13 Author Ryan P. Browne, Aisha ElSherbiny and Paul D. McNicholas

More information

Package mlma. July 14, 2016

Package mlma. July 14, 2016 Package mlma July 14, 2016 Type Package Title ultilevel ediation Analysis Version 4.0-1 Date 2016-7-12 Author Qingzhao u, Bin Li aintainer Qingzhao u Depends R (>= 2.14.1), lme4, splines,

More information

Package threg. August 10, 2015

Package threg. August 10, 2015 Package threg August 10, 2015 Title Threshold Regression Version 1.0.3 Date 2015-08-10 Author Tao Xiao Maintainer Tao Xiao Depends R (>= 2.10), survival, Formula Fit a threshold regression

More information

Package HIMA. November 8, 2017

Package HIMA. November 8, 2017 Type Package Title High-Dimensional Mediation Analysis Version 1.0.5 Date 2017-11-05 Package HIMA November 8, 2017 Description Allows to estimate and test high-dimensional mediation effects based on sure

More information

Package DiscreteLaplace

Package DiscreteLaplace Type Package Title Discrete Laplace Distributions Version 1.1.1 Date 2016-04-29 Package DiscreteLaplace May 1, 2016 Author Alessandro Barbiero , Riccardo Inchingolo

More information

Package sym.arma. September 30, 2018

Package sym.arma. September 30, 2018 Type Package Package sym.arma September 30, 2018 Title Autoregressive and Moving Average Symmetric Models Version 1.0 Date 2018-09-23 Author Vinicius Quintas Souto Maior [aut,cre,cph] and Francisco Jose

More information

Package causalweight

Package causalweight Type Package Package causalweight August 1, 2018 Title Estimation Methods for Causal Inference Based on Inverse Probability Weighting Version 0.1.1 Author Hugo Bodory and Martin Huber Maintainer Hugo Bodory

More information

Package CPE. R topics documented: February 19, 2015

Package CPE. R topics documented: February 19, 2015 Package CPE February 19, 2015 Title Concordance Probability Estimates in Survival Analysis Version 1.4.4 Depends R (>= 2.10.0),survival,rms Author Qianxing Mo, Mithat Gonen and Glenn Heller Maintainer

More information

Package R1magic. August 29, 2016

Package R1magic. August 29, 2016 Type Package Package R1magic August 29, 2016 Title Compressive Sampling: Sparse Signal Recovery Utilities Version 0.3.2 Date 2015-04-19 Maintainer Depends stats, utils Utilities

More information

Package invgamma. May 7, 2017

Package invgamma. May 7, 2017 Package invgamma May 7, 2017 Type Package Title The Inverse Gamma Distribution Version 1.1 URL https://github.com/dkahle/invgamma BugReports https://github.com/dkahle/invgamma/issues Description Light

More information

Package CompQuadForm

Package CompQuadForm Type Package Package CompQuadForm April 12, 2017 Title Distribution Function of Quadratic Forms in Normal Variables Version 1.4.3 Date 2017-04-10 Author P. Lafaye de Micheaux Maintainer P. Lafaye de Micheaux

More information

Package EMVS. April 24, 2018

Package EMVS. April 24, 2018 Type Package Package EMVS April 24, 2018 Title The Expectation-Maximization Approach to Bayesian Variable Selection Version 1.0 Date 2018-04-23 Author Veronika Rockova [aut,cre], Gemma Moran [aut] Maintainer

More information

Package CMC. R topics documented: February 19, 2015

Package CMC. R topics documented: February 19, 2015 Type Package Title Cronbach-Mesbah Curve Version 1.0 Date 2010-03-13 Author Michela Cameletti and Valeria Caviezel Package CMC February 19, 2015 Maintainer Michela Cameletti

More information

Structural equation modeling

Structural equation modeling Structural equation modeling Rex B Kline Concordia University Montréal ISTQL Set B B1 Data, path models Data o N o Form o Screening B2 B3 Sample size o N needed: Complexity Estimation method Distributions

More information

Package varband. November 7, 2016

Package varband. November 7, 2016 Type Package Package varband November 7, 2016 Title Variable Banding of Large Precision Matrices Version 0.9.0 Implementation of the variable banding procedure for modeling local dependence and estimating

More information

Package ICBayes. September 24, 2017

Package ICBayes. September 24, 2017 Package ICBayes September 24, 2017 Title Bayesian Semiparametric Models for Interval-Censored Data Version 1.1 Date 2017-9-24 Author Chun Pan, Bo Cai, Lianming Wang, and Xiaoyan Lin Maintainer Chun Pan

More information

Package noncompliance

Package noncompliance Type Package Package noncompliance February 15, 2016 Title Causal Inference in the Presence of Treatment Noncompliance Under the Binary Instrumental Variable Model Version 0.2.2 Date 2016-02-11 A finite-population

More information

Package msir. R topics documented: April 7, Type Package Version Date Title Model-Based Sliced Inverse Regression

Package msir. R topics documented: April 7, Type Package Version Date Title Model-Based Sliced Inverse Regression Type Package Version 1.3.1 Date 2016-04-07 Title Model-Based Sliced Inverse Regression Package April 7, 2016 An R package for dimension reduction based on finite Gaussian mixture modeling of inverse regression.

More information

Package esreg. August 22, 2017

Package esreg. August 22, 2017 Type Package Package esreg August 22, 2017 Title Joint Quantile and Expected Shortfall Regression Version 0.3.1 Date 2017-08-22 Simultaneous modeling of the quantile and the expected shortfall of a response

More information

Package polypoly. R topics documented: May 27, 2017

Package polypoly. R topics documented: May 27, 2017 Package polypoly May 27, 2017 Title Helper Functions for Orthogonal Polynomials Version 0.0.2 Tools for reshaping, plotting, and manipulating matrices of orthogonal polynomials. Depends R (>= 3.3.3) License

More information

Package spef. February 26, 2018

Package spef. February 26, 2018 Version 1.0-7 Date 2018-02-05 Title Semiparametric Estimating Functions Package spef February 26, 2018 Author Sy Han (Steven) Chiou, Xiaojing Wang and Jun Yan Maintainer Sy Han (Steven) Chiou

More information

Package BootWPTOS. R topics documented: June 30, Type Package

Package BootWPTOS. R topics documented: June 30, Type Package Type Package Package BootWPTOS June 30, 2016 Title Test Stationarity using Bootstrap Wavelet Packet Tests Version 1.2 Date 2016-06-30 Depends R (>= 2.0), wavethresh, fractal Description Provides significance

More information

Package RootsExtremaInflections

Package RootsExtremaInflections Type Package Package RootsExtremaInflections May 10, 2017 Title Finds Roots, Extrema and Inflection Points of a Curve Version 1.1 Date 2017-05-10 Author Demetris T. Christopoulos Maintainer Demetris T.

More information

Package MBI. February 19, 2015

Package MBI. February 19, 2015 Type Package Package MBI February 19, 2015 Title (M)ultiple-site (B)iodiversity (I)ndices Calculator Version 1.0 Date 2012-10-17 Author Youhua Chen Maintainer Over 20 multiple-site diversity indices can

More information

Package paramap. R topics documented: September 20, 2017

Package paramap. R topics documented: September 20, 2017 Package paramap September 20, 2017 Type Package Title paramap Version 1.4 Date 2017-09-20 Author Brian P. O'Connor Maintainer Brian P. O'Connor Depends R(>= 1.9.0), psych, polycor

More information

Package CEC. R topics documented: August 29, Title Cross-Entropy Clustering Version Date

Package CEC. R topics documented: August 29, Title Cross-Entropy Clustering Version Date Title Cross-Entropy Clustering Version 0.9.4 Date 2016-04-23 Package CEC August 29, 2016 Author Konrad Kamieniecki [aut, cre], Przemyslaw Spurek [ctb] Maintainer Konrad Kamieniecki

More information

Package symmoments. R topics documented: February 20, Type Package

Package symmoments. R topics documented: February 20, Type Package Type Package Package symmoments February 20, 2015 Title Symbolic central and noncentral moments of the multivariate normal distribution Version 1.2 Date 2014-05-21 Author Kem Phillips Depends mvtnorm,

More information

Package HPbayes. February 19, 2015

Package HPbayes. February 19, 2015 Type Package Package HPbayes February 19, 2015 Title Heligman Pollard mortality model parameter estimation using Bayesian Melding with Incremental Mixture Importance Sampling Depends MASS, mvtnorm, corpcor,

More information

The sbgcop Package. March 9, 2007

The sbgcop Package. March 9, 2007 The sbgcop Package March 9, 2007 Title Semiparametric Bayesian Gaussian copula estimation Version 0.95 Date 2007-03-09 Author Maintainer This package estimates parameters of

More information

Package beam. May 3, 2018

Package beam. May 3, 2018 Type Package Package beam May 3, 2018 Title Fast Bayesian Inference in Large Gaussian Graphical Models Version 1.0.2 Date 2018-05-03 Author Gwenael G.R. Leday [cre, aut], Ilaria Speranza [aut], Harry Gray

More information

Package covtest. R topics documented:

Package covtest. R topics documented: Package covtest February 19, 2015 Title Computes covariance test for adaptive linear modelling Version 1.02 Depends lars,glmnet,glmpath (>= 0.97),MASS Author Richard Lockhart, Jon Taylor, Ryan Tibshirani,

More information

Package REGARMA. R topics documented: October 1, Type Package. Title Regularized estimation of Lasso, adaptive lasso, elastic net and REGARMA

Package REGARMA. R topics documented: October 1, Type Package. Title Regularized estimation of Lasso, adaptive lasso, elastic net and REGARMA Package REGARMA October 1, 2014 Type Package Title Regularized estimation of Lasso, adaptive lasso, elastic net and REGARMA Version 0.1.1.1 Date 2014-10-01 Depends R(>= 2.10.0) Imports tseries, msgps Author

More information

Package anoint. July 19, 2015

Package anoint. July 19, 2015 Type Package Title Analysis of Interactions Version 1.4 Date 2015-07-10 Package anoint July 19, 2015 Author Ravi Varadhan and Stephanie Kovalchik Maintainer Stephanie Kovalchik

More information

Package esaddle. R topics documented: January 9, 2017

Package esaddle. R topics documented: January 9, 2017 Package esaddle January 9, 2017 Type Package Title Extended Empirical Saddlepoint Density Approximation Version 0.0.3 Date 2017-01-07 Author Matteo Fasiolo and Simon Wood Maintainer Matteo Fasiolo

More information

Package leiv. R topics documented: February 20, Version Type Package

Package leiv. R topics documented: February 20, Version Type Package Version 2.0-7 Type Package Package leiv February 20, 2015 Title Bivariate Linear Errors-In-Variables Estimation Date 2015-01-11 Maintainer David Leonard Depends R (>= 2.9.0)

More information

Package InferenceSMR

Package InferenceSMR Type Package Package InferenceSMR February 19, 2015 Title Inference about the standardized mortality ratio when evaluating the effect of a screening program on survival. Version 1.0 Date 2013-05-22 Author

More information

Package alabama. March 6, 2015

Package alabama. March 6, 2015 Package alabama March 6, 2015 Type Package Title Constrained Nonlinear Optimization Description Augmented Lagrangian Adaptive Barrier Minimization Algorithm for optimizing smooth nonlinear objective functions

More information

Package gsarima. February 20, 2015

Package gsarima. February 20, 2015 Package gsarima February 20, 2015 Version 0.1-4 Date 2013-06-17 Title Two functions for Generalized SARIMA time series simulation Author Olivier Briet Maintainer Olivier Briet

More information