Package breakaway. R topics documented: March 30, 2016

Size: px
Start display at page:

Download "Package breakaway. R topics documented: March 30, 2016"

Transcription

1 Title Species Richness Estimation and Modeling Version 3.0 Date Author and John Bunge Maintainer Package breakaway March 30, 2016 Species richness estimation is an important problem in biodiversity analysis. This package provides methods for total species richness estimation (observed plus unobserved) and a method for modelling total diversity with covariates. breakaway() estimates total (observed plus unobserved) species richness. Microbial diversity datasets are characterized by a large number of rare species and a small number of highly abundant species. The class of models implemented by breakaway() is flexible enough to model both these features. breakaway_nof1() implements a similar procedure however does not require a singleton count. betta() provides a method for modelling total diversity with covariates in a way that accounts for its estimated nature and thus accounts for unobserved taxa, and betta_random() permits random effects modelling. License GPL-2 NeedsCompilation no Repository CRAN Date/Publication :14:27 R topics documented: breakaway-package apples betta betta_pic betta_random breakaway breakaway_nof chao chao1_bc chao_bunge hawaii

2 2 breakaway-package wlrm_transformed wlrm_untransformed Index 19 breakaway-package Species richness estimation and modelling in the high-diversity setting Details Species richness estimation is an important problem in biodiversity analysis. This package provides methods for total species richness estimation (observed plus unobserved) and a method for modelling total diversity with covariates. breakaway estimates total (observed plus unobserved) species richness. Microbial diversity datasets are characterized by a large number of rare species and a small number of highly abundant species. The class of models implemented by breakaway is flexible enough to model both these features. breakaway_nof1 implements a similar procedure however does not require a singleton count. betta provides a method for modelling total diversity with covariates in a way that accounts for its estimated nature and thus accounts for unobserved taxa, and betta_random permits random effects modelling. Package: breakaway Type: Package Version: 3.0 Date: License: GPL-2 The function breakaway estimates the total (observed plus unobserved) number of classes (usually, distinct species) based on a sample of the frequency counts. Standard errors and model fits are also given. The algorithm is based on theory of characterization of distributions by ratios of their probabilities. Parameter estimation is done via nonlinear regression. The class of models available is usually broad enough to account for the high-diversity case, which is often observed in microbial diversity datasets. Since many classical estimation procedures either fail to provide an estimate or provide poor fits in the microbial setting, breakaway addresses this data structure. Additionally, since sequencing errors may result in an inflated singleton count, breakaway_nof1 performs a similar procedure but does not require a singleton count. It can be used as an exploratory tool for investigating the plausibility of the given singleton count. betta runs a regression-type analysis of estimated total diversity, thus permitting accounting for unobserved taxa. It does not enforce use of breakaway for diversity estimation. A mixed-model approach accounts for the differing levels of confidence in the diversity estimates, and covariates constitute the fixed effects. Support of this work from Cornell University s Department of Statistical Sciences is gratefully acknowledged. & John Bunge

3 apples 3 Maintainer: <adw96@cornell.edu> Willis, A. and Bunge, J. (2015). Estimating diversity via frequency ratios. Biometrics. Willis, A. (2015). Species richness estimation with high diversity but spurious singletons. Under review. Willis, A., Bunge, J., and Whitman, T. (2015). Inference for changes in biodiversity. arxiv preprint. Rocchetti, I., Bunge, J. and Bohning, D. (2011). Population size estimation based upon ratios of recapture probabilities. Annals of Applied Statistics, 5. Chao, A. and Bunge, J. (2002). Estimating the number of species in a stochastic abundance model. Biometrics, 58. Chao, A. (1984). Nonparametric estimation of the number of classes in a population. Scandinavian Journal of Statistics, 4. breakaway(apples) breakaway(apples,plot=false,print=false,answers=true) breakaway_nof1(apples[-1,]) betta(c(1552,1500,884),c(305,675,205)) apples apples dataset Source Frequency count table for a microbial community sampled in the soil of an apple orchard in Switzerland. apples Walsh et. al. (2014). Restricted streptomycin use in apple orchards did not adversely alter the soil bacteria communities. Frontiers in Microbiology, 4. breakaway breakaway(apples)

4 4 betta betta modelling total diversity This function tests for heterogeneity of total diversity (observed plus unobserved) across multiple sites. It can account or test for fixed effects that may explain diversity. It returns the significance of the covariates in explaining diversity and a hypothesis test for heterogeneity. betta(chats, ses, X = NA) chats ses X A vector of estimates of total diversity at different sampling locations. breakaway estimates are suggested in the high-diversity case but not enforced. The standard errors in chats, the diversity estimates. A numeric matrix of covariates. If not supplied, an intercept-only model will be fit. Value table cov ssq_u homogeneity global blups blupses A coefficient table for the model parameters. The columns give the parameter estimates, standard errors, and p-values, respectively. This model is only as effective as your diversity estimation procedure; for this reason please confirm that your estimates are appropriate and that your model is not misspecified. betta_pic may be useful for this purpose. Estimated covariance matrix of the parameter estimates. The estimate of the heterogeneity variance. The test statistic and p-value for the test of homogeneity. The test statistic and p-value for the test of model explanatory power. The conditional expected values of the diversity estimates (conditional on the random effects). The authors propose that if the practitioner believes that information from one diversity estimator may inform the others, then using the condfits as estimators of total diversity rather than Chats may reduce variance of diversity estimates by sharing strength across the samples. The estimated standard deviation (standard errors) in the blups. Note Ecologists who are interested in the way species richness varies with covariate information often run a regression-type analysis on the observed diversity using their covariate information as predictors. However, in many settings (especially microbial), rare and unobserved taxa play a hugely important role in explaining the subtleties of the ecosystem, however, a regression analysis on the observed

5 betta_pic 5 diversity level fails to account for these unobserved taxa. By predicting the total level of diversity (for example, via breakaway) and estimating the standard error in the estimate, one can take account of these unobserved, but important, taxa. In order to account for the estimated nature of the response, a mixed model approach is taken, whereby the varying levels of confidence in the estimates contributes to a diagonal but heteroscedastic covariance matrix. Given covariates constitute the fixed effects in the mixed model, and significance of the random effect term sigsq_u reflects heterogeneity in the sample, that is, variability that cannot be explained by only the covariates. The authors believe this to be the first attempt at modelling total diversity in a way that accounts for its estimated nature. Willis, A., Bunge, J., and Whitman, T. (2015). Inference for changes in biodiversity. arxiv preprint. Willis, A. and Bunge, J. (2015). Estimating diversity via frequency ratios. Biometrics. breakaway; breakaway_nof1; betta_pic; apples betta(c(2000, 3000, 4000, 3000), c(100, 200, 150, 180), cbind(1, c(100, 150, 100, 50))) ## handles missing data betta(c(2000, 3000, 4000, 3000), c(100, 200, 150, NA)) ## A test for heterogeneity of apples diversity estimates vs butterfly estimates betta(c(1552,1500,884),c(305,675,205), cbind(1,c(0,0,1))) betta_pic function for plotting total diversity A simple plotting interface for comparing total diversity across samples or a covariate gradient. betta_pic(y, se, x=1:length(y), ylimu=na, myy=na, mymain=na, mycol=rep("black", length(y)), labs=na, mypch=rep(16, length(y)), myxlim=c(0.8*min(x, na.rm=t), 1.2*max(x, na.rm=t)))

6 6 betta_random y se x ylimu myy mymain mycol labs mypch myxlim A vector of estimates of total diversity. Other parameter estimates are accessible; this method may be used for plotting any parameter estimates.. The standard errors in y, the diversity (or other parameter s) estimates. A vector of covariates to form the x-coordinates of the intervals. If no argument is given, defaults to the order. The upper endpoint of the y-axis. A label for the y-axis. Default is none. A main title for the plot. Default is none. Colors for the plotting points. Default is black. x-axis labels. Default is none (non x-axis plotted). Plotting characters for the estimates. Defaults to circles. A vector of x-axis limits. Default is 0 to 10% greater than the maximum x value. Willis, A., Bunge, J., and Whitman, T. (2015). Inference for changes in biodiversity. arxiv preprint. betta betta_pic(c(1552,1500,884),c(305,675,205),mymain="example title") betta_random modelling total diversity with random effects This function extends betta() to permit random effects modelling. betta_random(chats, ses, X = NA, groups)

7 betta_random 7 chats ses X groups A vector of estimates of total diversity at different sampling locations. The standard errors in chats, the diversity estimates. A numeric matrix of covariates corresponding to fixed effects. If not supplied, an intercept-only model will be fit. A categorical variable representing the random-effects groups that each of the estimates belong to. Value table cov ssq_u ssq_g homogeneity global blups A coefficient table for the model parameters. The columns give the parameter estimates, standard errors, and p-values, respectively. This model is only as effective as your diversity estimation procedure; for this reason please confirm that your estimates are appropriate and that your model is not misspecified. betta_pic may be useful for this purpose. Estimated covariance matrix of the parameter estimates. The estimate of the heterogeneity variance. Estimates of within-group variance. The estimate will be zero for groups with only one observation. The test statistic and p-value for the test of homogeneity. The test statistic and p-value for the test of model explanatory power. The conditional expected values of the diversity estimates (conditional on the random effects). Estimates of variability for the random effects case are unavailable at this time; please contact the maintainer if needed. Willis, A., Bunge, J., and Whitman, T. (2015). Inference for changes in biodiversity. arxiv preprint. betta; betta_pic betta_random(c(2000, 3000, 4000, 3000), c(100, 200, 150, 180), X = cbind("int"=1, "Cont_var"=c(100, 150, 100, 50)), groups = c("a", "a", "a", "b")) ## handles missing data betta_random(c(2000, 3000, 4000, 3000), c(100, 200, 150, NA), groups= c("a", NA, "b", "b"))

8 8 breakaway breakaway function for species richness estimation This function implements the species richness estimation procedure outlined in Willis & Bunge (2015). The diversity estimate, standard error, estimated model coefficients, model details and plot of the fitted model are returned. breakaway(data, print = TRUE, plot = TRUE, answers = FALSE, force = FALSE) Value data print plot The sample frequency count table for the population of interest. The first row must correspond to the singletons. Acceptable formats include a matrix, data frame, or file path (csv or txt). The standard frequency count table format is used: two columns, the first of which contains the frequency of interest (eg. 1 for singletons, species observed once, 2 for doubletons, species observed twice, etc.) and the second of which contains the number of species observed this many times. Frequencies (first column) should be ordered least to greatest. At least 6 contiguous frequencies are necessary. Do not concatenate large frequencies. See dataset apples for sample formatting. Logical: whether the results should be printed to screen. If FALSE, answers should be set to TRUE so that results will be returned. Logical: whether the data and model fit should be plotted. answers Logical: whether the function should return an argument. If FALSE, print should be set to TRUE. force Logical: force breakaway to run in the presence of frequency count concatenation. breakaway checks that the user has not concatenated multiple upper frequencies. force=true will force breakaway to fit models in the presence of this. breakaway s diversity estimates cannot be considered reliable in this case. code A category representing algorithm behaviour. code=1 indicates no nonlinear models converged and the transformed WLRM diversity estimate of Rocchetti et. al. (2011) is returned. code=2 indicates that the iteratively reweighted model converged and was returned. code=3 indicates that iterative reweighting did not converge but a model based on a simplified variance structure was returned (in this case, the variance of the frequency ratios is assumed to be proportional to the denominator frequency index). Please peruse your fitted model before using your diversity estimate.

9 breakaway 9 name para est seest full ci The name of the selected model. The first integer represents the numerator polynomial degree and the second integer represents the denominator polynomial degree of the model for the frequency ratios. See Willis & Bunge (2015) for details. Estimated model parameters and standard errors. The estimate of total (observed plus unobserved) diversity. The standard error in the diversity estimate. The chosen nonlinear model for frequency ratios. An asymmetric 95% confidence interval for diversity. Note breakaway presents an estimator of species richness that is well-suited to the high-diversity/microbial setting. However, many microbial datasets display more diversity than the Kemp-type models can permit. In this case, the log-transformed WLRM diversity estimator of Rocchetti et. al. (2011) is returned. The authors experience suggests that some datasets that require the log-transformed WLRM contain false diversity, that is, diversity attributable to sequencing errors (via an inflated singleton count). The authors encourage judicious use of diversity estimators when the dataset may contain these errors, and recommend the use of breakaway_nof1 as an exploratory tool in this case. Willis, A. and Bunge, J. (2015). Estimating diversity via frequency ratios. Biometrics. Rocchetti, I., Bunge, J. and Bohning, D. (2011). Population size estimation based upon ratios of recapture probabilities. Annals of Applied Statistics, 5. breakaway_nof1; apples breakaway(apples) breakaway(apples,plot=false,print=false,answers=true)

10 10 breakaway_nof1 breakaway_nof1 species richness estimation without singletons This function permits estimation of total diversity based on a sample frequency count table. Unlike breakaway, it does not require an input for the number of species observed once, making it an excellent exploratory tool for microbial ecologists who believe that their sample may contain spurious singletons. The underlying estimation procedure is similar to that of breakaway and is outlined in Willis & Bunge (2014). The diversity estimate, standard error, estimated model coefficients and plot of the fitted model are returned. breakaway_nof1(data, print = TRUE, plot = TRUE, answers = FALSE, force = FALSE) data print plot answers force The sample frequency count table for the population of interest. The first row must correspond to the doubletons. Acceptable formats include a matrix, data frame, or file path (csv or txt). The standard frequency count table format is used: two columns, the first of which contains the frequency of interest (eg. 1 for singletons, species observed once; 2 for doubletons, species observed twice, etc.) and the second of which contains the number of species observed this many times. Frequencies (first column) should be ordered least to greatest. At least 6 contiguous frequencies are necessary. Do not concatenate large frequencies. See dataset apples for sample formatting. Logical: whether the results should be printed to screen. If FALSE, answers should be set to TRUE so that results will be returned. Logical: whether the data and model fit should be plotted. Logical: whether the function should return an argument. If FALSE, print should be set to TRUE. Logical: force the procedure to run in the presence of frequency count concatenation. A basic check procedure confirms that the user has not appeared to concatenate multiple upper frequencies. force=true will force the procedure to fit models in the presence of this. breakaway_nof1 s diversity estimates cannot be considered reliable in this case. Value code A category representing algorithm behaviour. code=1 indicates no nonlinear models converged and the transformed WLRM diversity estimate of Rocchetti et. al. (2011) is returned. code=2 indicates that the iteratively reweighted model converged and was returned. code=3 indicates that iterative reweighting did not converge but a model based on a simplified variance structure was

11 breakaway_nof1 11 name para est seest full returned (in this case, the variance of the frequency ratios is assumed to be proportional to the denominator frequency index). Please peruse your fitted model before using your diversity estimate. The name of the selected model. The first integer represents the numerator polynomial degree and the second integer represents the denominator polynomial degree. See Willis & Bunge (2014) for details. Estimated model parameters and standard errors. The estimate of total (observed plus unobserved) diversity. The standard error in the diversity estimate. The chosen nonlinear model for frequency ratios. Note It is common for microbial ecologists to believe that their dataset contains false diversity. This often arises because sequencing errors result in classifying already observed organisms as new organisms. breakaway_nof1 was developed as an exploratory tool in this case. Practitioners can run breakaway on their dataset including the singletons, and breakaway_nof1 on their dataset excluding the singletons, and assess if the estimated levels of diversity are very different. Great disparity may provide evidence of an inflated singleton count, or at the very least, that breakaway is especially sensitive to the number of rare species observed. Note that breakaway_nof1 may be less stable than breakaway due to predicting based on a reduced dataset, and have greater standard errors. Willis, A. (2015). Species richness estimation with high diversity but spurious singletons. Under review. Willis, A. and Bunge, J. (2015). Estimating diversity via frequency ratios. Biometrics. breakaway; apples breakaway_nof1(apples[-1,]) breakaway_nof1(apples[-1,],plot=false,print=false,answers=true)

12 12 chao1 chao1 species richness lower bound This function implements the Chao1 diversity index. chao1(data, print=true, answers=false) data print answers The sample frequency count table for the population of interest. See breakaway for details. Logical: whether the results should be printed to screen. Logical: whether the function should return an argument. Value name est seest ci The name of the model. The estimate of total (observed plus unobserved) diversity. The standard error in the diversity estimate. An asymmetric 95% confidence interval for diversity. Note This estimator is based on the assumption of equal species detection probabilities, that is, every group in the population is equally likely to be observed. This assumption never applies, thus this should never be used for species richness estimation. However, it provides a reliable lower bound for species richness, and has historical significance. breakaway, breakaway_nof1 and chao_bunge provide viable alternatives for species richness estimation and are included in this package. Chao, A. (1984). Nonparametric estimation of the number of classes in a population. Scandinavian Journal of Statistics, 4. breakaway; apples; wlrm_untransformed; chao1_bc; chao_bunge

13 chao1_bc 13 chao1(apples) chao1_bc species richness estimator under equal detection probabilities This function implements the bias-corrected Chao1 species richness estimator. chao1_bc(data, print=true, answers=false) data print answers The sample frequency count table for the population of interest. See breakaway for details. Logical: whether the results should be printed to screen. Logical: whether the function should return an argument. Value name est seest ci The name of the model. The estimate of total (observed plus unobserved) diversity. The standard error in the diversity estimate. An asymmetric 95% confidence interval for diversity. Note This estimator is based on the assumption of equal species detection probabilities, that is, every group in the population is equally likely to be observed. This assumption never applies, thus this estimator should never be used for species richness estimation. breakaway, breakaway_nof1 and chao_bunge provide viable alternatives and are included in this package. Chao, A. (1984). Nonparametric estimation of the number of classes in a population. Scandinavian Journal of Statistics, 4. breakaway; apples; wlrm_untransformed; chao1; chao_bunge

14 14 chao_bunge chao1_bc(apples) chao_bunge function for species richness estimation This function implements the species richness estimation procedure outlined in Chao and Bunge (2002). chao_bunge(data, cutoff=10, print=true, answers=false) data The sample frequency count table for the population of interest. See breakaway for details. cutoff The maximum frequency count to use for prediction. Defaults to 10. print answers Logical: whether the results should be printed to screen. Logical: whether the function should return an argument. Value name est seest ci The name of the model. The estimate of total (observed plus unobserved) diversity. The standard error in the diversity estimate. An asymmetric 95% confidence interval for diversity. Note This estimator is based on the negative binomial model and for that reason generally produces poor fits to microbial data. The result is artificially low standard errors. Caution is advised. Chao, A. and Bunge, J. (2002). Estimating the number of species in a stochastic abundance model. Biometrics, 58.

15 hawaii 15 breakaway; apples; wlrm_untransformed; chao1 chao_bunge(apples) hawaii hawaii dataset Frequency count table for a microbial community sampled in the soil near the Kohala Volcano, Hawaii. hawaii Source Chadwick, O.A. et al. (2007). Precontact vegetation and soil nutrient status in the shadow of Kohala Volcano, Hawaii, Geomorphology, 89 1, breakaway breakaway(hawaii) wlrm_transformed function for species richness estimation This function implements the transformed version of the species richness estimation procedure outlined in Rocchetti, Bunge and Bohning (2011). wlrm_transformed(data, print=true, plot=false, answers=false, cutoff=na)

16 16 wlrm_transformed data print plot answers cutoff The sample frequency count table for the population of interest. See breakaway for details. Logical: whether the results should be printed to screen. Logical: whether the data and model fit should be plotted. Logical: whether the function should return an argument. The maximum frequency count to use for prediction. Defaults to maximal. Value name para est seest full ci The name of the model. Estimated model parameters and standard errors. The estimate of total (observed plus unobserved) diversity. The standard error in the diversity estimate. The chosen linear model for frequency ratios. An asymmetric 95% confidence interval for diversity. Note While robust to many different structures, model is almost always misspecified. The result is usually implausible diversity estimates with artificially low standard errors. Extreme caution is advised. Rocchetti, I., Bunge, J. and Bohning, D. (2011). Population size estimation based upon ratios of recapture probabilities. Annals of Applied Statistics, 5. breakaway; apples; wlrm_untransformed wlrm_transformed(apples) wlrm_transformed(apples,plot=false,print=false,answers=true)

17 wlrm_untransformed 17 wlrm_untransformed function for species richness estimation This function implements the untransformed version of the species richness estimation procedure outlined in Rocchetti, Bunge and Bohning (2011). wlrm_untransformed(data, print=true, plot=false, answers=false, cutoff=na) data print plot answers cutoff The sample frequency count table for the population of interest. See breakaway for details. Logical: whether the results should be printed to screen. Logical: whether the data and model fit should be plotted. Logical: whether the function should return an argument. The maximum frequency count to use for prediction. Defaults to maximal. Value name para est seest full ci The name of the model. Estimated model parameters and standard errors. The estimate of total (observed plus unobserved) diversity. The standard error in the diversity estimate. The chosen linear model for frequency ratios. An asymmetric 95% confidence interval for diversity. Note This estimator is based on the negative binomial model and for that reason generally produces poor fits to microbial data. The result is usually artificially low standard errors. Caution is advised. Rocchetti, I., Bunge, J. and Bohning, D. (2011). Population size estimation based upon ratios of recapture probabilities. Annals of Applied Statistics, 5.

18 18 wlrm_untransformed breakaway; apples; wlrm_transformed wlrm_untransformed(apples)

19 Index Topic datasets apples, 3 hawaii, 15 Topic diversity betta, 4 betta_pic, 5 betta_random, 6 breakaway, 8 breakaway_nof1, 10 chao1, 12 chao1_bc, 13 chao_bunge, 14 wlrm_transformed, 15 wlrm_untransformed, 17 Topic error breakaway_nof1, 10 Topic microbial breakaway, 8 breakaway_nof1, 10 Topic models breakaway, 8 breakaway_nof1, 10 chao1, 12 chao1_bc, 13 chao_bunge, 14 wlrm_transformed, 15 wlrm_untransformed, 17 Topic nonlinear breakaway, 8 breakaway_nof1, 10 chao1, 12, 13, 15 chao1_bc, 12, 13 chao_bunge, 12, 13, 14 hawaii, 15 wlrm_transformed, 15, 18 wlrm_untransformed, 12, 13, 15, 16, 17 apples, 3, 5, 9 13, 15, 16, 18 betta, 2, 4, 6, 7 betta_pic, 5, 5, 7 betta_random, 6 breakaway, 2, 3, 5, 8, 10 13, 15, 16, 18 breakaway-package, 2 breakaway_nof1, 2, 5, 9, 10 19

Package SPECIES. R topics documented: April 23, Type Package. Title Statistical package for species richness estimation. Version 1.

Package SPECIES. R topics documented: April 23, Type Package. Title Statistical package for species richness estimation. Version 1. Package SPECIES April 23, 2011 Type Package Title Statistical package for species richness estimation Version 1.0 Date 2010-01-24 Author Ji-Ping Wang, Maintainer Ji-Ping Wang

More information

Species richness estimation with high diversity but spurious singletons

Species richness estimation with high diversity but spurious singletons Species richness estimation with high diversity but spurious singletons Amy Willis arxiv:604.02598v [stat.me] 9 Apr 206 Informal note from the author The method described in this paper has been available

More information

CatchAll Version 2.0 User Operations Manual. by Linda Woodard, Sean Connolly, and John Bunge Cornell University. June 7, 2011

CatchAll Version 2.0 User Operations Manual. by Linda Woodard, Sean Connolly, and John Bunge Cornell University. June 7, 2011 CatchAll Version 2.0 User Operations Manual by Linda Woodard, Sean Connolly, and John Bunge Cornell University June 7, 20 Funded by National Science Foundation grant #086638. System requirements. There

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

arxiv: v2 [stat.me] 9 Dec 2014

arxiv: v2 [stat.me] 9 Dec 2014 Estimating Diversity via Frequency Ratios Amy Willis Cornell University, Ithaca, New York, U.S.A. John Bunge Cornell University, Ithaca, New York, U.S.A. arxiv:1408.3333v2 [stat.me] 9 Dec 2014 Summary.

More information

Package Rarity. December 23, 2016

Package Rarity. December 23, 2016 Type Package Package Rarity December 23, 2016 Title Calculation of Rarity Indices for Species and Assemblages of Species Version 1.3-6 Date 2016-12-23 Author Boris Leroy Maintainer Boris Leroy

More information

Package robustrao. August 14, 2017

Package robustrao. August 14, 2017 Type Package Package robustrao August 14, 2017 Title An Extended Rao-Stirling Diversity Index to Handle Missing Data Version 1.0-3 Date 2016-01-31 Author María del Carmen Calatrava Moreno [aut, cre], Thomas

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 metafuse. October 17, 2016

Package metafuse. October 17, 2016 Package metafuse October 17, 2016 Type Package Title Fused Lasso Approach in Regression Coefficient Clustering Version 2.0-1 Date 2016-10-16 Author Lu Tang, Ling Zhou, Peter X.K. Song Maintainer Lu Tang

More information

Package IsingFit. September 7, 2016

Package IsingFit. September 7, 2016 Type Package Package IsingFit September 7, 2016 Title Fitting Ising Models Using the ELasso Method Version 0.3.1 Date 2016-9-6 Depends R (>= 3.0.0) Imports qgraph, Matrix, glmnet Suggests IsingSampler

More information

Package aspi. R topics documented: September 20, 2016

Package aspi. R topics documented: September 20, 2016 Type Package Title Analysis of Symmetry of Parasitic Infections Version 0.2.0 Date 2016-09-18 Author Matt Wayland Maintainer Matt Wayland Package aspi September 20, 2016 Tools for the

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

CHAO, JACKKNIFE AND BOOTSTRAP ESTIMATORS OF SPECIES RICHNESS

CHAO, JACKKNIFE AND BOOTSTRAP ESTIMATORS OF SPECIES RICHNESS IJAMAA, Vol. 12, No. 1, (January-June 2017), pp. 7-15 Serials Publications ISSN: 0973-3868 CHAO, JACKKNIFE AND BOOTSTRAP ESTIMATORS OF SPECIES RICHNESS CHAVAN KR. SARMAH ABSTRACT: The species richness

More information

Package effectfusion

Package effectfusion Package November 29, 2016 Title Bayesian Effect Fusion for Categorical Predictors Version 1.0 Date 2016-11-21 Author Daniela Pauger [aut, cre], Helga Wagner [aut], Gertraud Malsiner-Walli [aut] Maintainer

More information

Package OUwie. August 29, 2013

Package OUwie. August 29, 2013 Package OUwie August 29, 2013 Version 1.34 Date 2013-5-21 Title Analysis of evolutionary rates in an OU framework Author Jeremy M. Beaulieu , Brian O Meara Maintainer

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 metansue. July 11, 2018

Package metansue. July 11, 2018 Type Package Package metansue July 11, 2018 Title Meta-Analysis of Studies with Non Statistically-Significant Unreported Effects Version 2.2 Date 2018-07-11 Author Joaquim Radua Maintainer Joaquim Radua

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 ForwardSearch

Package ForwardSearch Package ForwardSearch February 19, 2015 Type Package Title Forward Search using asymptotic theory Version 1.0 Date 2014-09-10 Author Bent Nielsen Maintainer Bent Nielsen

More information

Generalized Linear Models

Generalized Linear Models York SPIDA John Fox Notes Generalized Linear Models Copyright 2010 by John Fox Generalized Linear Models 1 1. Topics I The structure of generalized linear models I Poisson and other generalized linear

More information

Package generalhoslem

Package generalhoslem Package generalhoslem December 2, 2017 Type Package Title Goodness of Fit Tests for Logistic Regression Models Version 1.3.2 Date 2017-12-02 Author Matthew Jay [aut, cre] Maintainer Matthew Jay

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 ZIBBSeqDiscovery

Package ZIBBSeqDiscovery Type Package Package ZIBBSeqDiscovery March 23, 2018 Title Zero-Inflated Beta-Binomial Modeling of Microbiome Count Data Version 1.0 Date 2018-03-22 Author Maintainer Yihui Zhou Microbiome

More information

Package MonoPoly. December 20, 2017

Package MonoPoly. December 20, 2017 Type Package Title Functions to Fit Monotone Polynomials Version 0.3-9 Date 2017-12-20 Package MonoPoly December 20, 2017 Functions for fitting monotone polynomials to data. Detailed discussion of the

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 JointModel. R topics documented: June 9, Title Semiparametric Joint Models for Longitudinal and Counting Processes Version 1.

Package JointModel. R topics documented: June 9, Title Semiparametric Joint Models for Longitudinal and Counting Processes Version 1. Package JointModel June 9, 2016 Title Semiparametric Joint Models for Longitudinal and Counting Processes Version 1.0 Date 2016-06-01 Author Sehee Kim Maintainer Sehee Kim

More information

Package milineage. October 20, 2017

Package milineage. October 20, 2017 Type Package Package milineage October 20, 2017 Title Association Tests for Microbial Lineages on a Taxonomic Tree Version 2.0 Date 2017-10-18 Author Zheng-Zheng Tang Maintainer Zheng-Zheng Tang

More information

Package pssm. March 1, 2017

Package pssm. March 1, 2017 Version 1.1 Type Package Date 2017-02-28 Package pssm March 1, 2017 Title Piecewise Exponential Model for Time to Progression and Time from Progression to Death Author David A. Schoenfeld [aut, cre] Maintainer

More information

Package SpatialNP. June 5, 2018

Package SpatialNP. June 5, 2018 Type Package Package SpatialNP June 5, 2018 Title Multivariate Nonparametric Methods Based on Spatial Signs and Ranks Version 1.1-3 Date 2018-06-05 Author Seija Sirkia, Jari Miettinen, Klaus Nordhausen,

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 severity. February 20, 2015

Package severity. February 20, 2015 Type Package Title Mayo's Post-data Severity Evaluation Version 2.0 Date 2013-03-27 Author Nicole Mee-Hyaang Jinn Package severity February 20, 2015 Maintainer Nicole Mee-Hyaang Jinn

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 hierdiversity

Package hierdiversity Version 0.1 Date 2015-03-11 Package hierdiversity March 20, 2015 Title Hierarchical Multiplicative Partitioning of Complex Phenotypes Author Zachary Marion, James Fordyce, and Benjamin Fitzpatrick Maintainer

More information

Package SightabilityModel

Package SightabilityModel Type Package Title Wildlife Sightability Modeling Version 1.3 Date 2014-10-03 Author John Fieberg Package SightabilityModel Maintainer John Fieberg February 19, 2015 Uses logistic regression

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 nardl. R topics documented: May 7, Type Package

Package nardl. R topics documented: May 7, Type Package Type Package Package nardl May 7, 2018 Title Nonlinear Cointegrating Autoregressive Distributed Lag Model Version 0.1.5 Author Taha Zaghdoudi Maintainer Taha Zaghdoudi Computes the

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 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 SPreFuGED. July 29, 2016

Package SPreFuGED. July 29, 2016 Type Package Package SPreFuGED July 29, 2016 Title Selecting a Predictive Function for a Given Gene Expression Data Version 1.0 Date 2016-07-27 Author Victor L Jong, Kit CB Roes & Marinus JC Eijkemans

More information

Package sklarsomega. May 24, 2018

Package sklarsomega. May 24, 2018 Type Package Package sklarsomega May 24, 2018 Title Measuring Agreement Using Sklar's Omega Coefficient Version 1.0 Date 2018-05-22 Author John Hughes Maintainer John Hughes

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 TwoStepCLogit

Package TwoStepCLogit Package TwoStepCLogit March 21, 2016 Type Package Title Conditional Logistic Regression: A Two-Step Estimation Method Version 1.2.5 Date 2016-03-19 Author Radu V. Craiu, Thierry Duchesne, Daniel Fortin

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 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 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 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 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 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 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

The nltm Package. July 24, 2006

The nltm Package. July 24, 2006 The nltm Package July 24, 2006 Version 1.2 Date 2006-07-17 Title Non-linear Transformation Models Author Gilda Garibotti, Alexander Tsodikov Maintainer Gilda Garibotti Depends

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 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 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 bhrcr. November 12, 2018

Package bhrcr. November 12, 2018 Type Package Package bhrcr November 12, 2018 Title Bayesian Hierarchical Regression on Clearance Rates in the Presence of Lag and Tail Phases Version 1.0.2 Date 2018-11-12 Author Colin B. Fogarty [cre]

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 funrar. March 5, 2018

Package funrar. March 5, 2018 Title Functional Rarity Indices Computation Version 1.2.2 Package funrar March 5, 2018 Computes functional rarity indices as proposed by Violle et al. (2017) . Various indices

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 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

Hypothesis Testing for Var-Cov Components

Hypothesis Testing for Var-Cov Components Hypothesis Testing for Var-Cov Components When the specification of coefficients as fixed, random or non-randomly varying is considered, a null hypothesis of the form is considered, where Additional output

More information

Package MACAU2. R topics documented: April 8, Type Package. Title MACAU 2.0: Efficient Mixed Model Analysis of Count Data. Version 1.

Package MACAU2. R topics documented: April 8, Type Package. Title MACAU 2.0: Efficient Mixed Model Analysis of Count Data. Version 1. Package MACAU2 April 8, 2017 Type Package Title MACAU 2.0: Efficient Mixed Model Analysis of Count Data Version 1.10 Date 2017-03-31 Author Shiquan Sun, Jiaqiang Zhu, Xiang Zhou Maintainer Shiquan Sun

More information

This manual is Copyright 1997 Gary W. Oehlert and Christopher Bingham, all rights reserved.

This manual is Copyright 1997 Gary W. Oehlert and Christopher Bingham, all rights reserved. This file consists of Chapter 4 of MacAnova User s Guide by Gary W. Oehlert and Christopher Bingham, issued as Technical Report Number 617, School of Statistics, University of Minnesota, March 1997, describing

More information

How to deal with non-linear count data? Macro-invertebrates in wetlands

How to deal with non-linear count data? Macro-invertebrates in wetlands How to deal with non-linear count data? Macro-invertebrates in wetlands In this session we l recognize the advantages of making an effort to better identify the proper error distribution of data and choose

More information

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages:

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages: Glossary The ISI glossary of statistical terms provides definitions in a number of different languages: http://isi.cbs.nl/glossary/index.htm Adjusted r 2 Adjusted R squared measures the proportion of the

More information

Binary choice 3.3 Maximum likelihood estimation

Binary choice 3.3 Maximum likelihood estimation Binary choice 3.3 Maximum likelihood estimation Michel Bierlaire Output of the estimation We explain here the various outputs from the maximum likelihood estimation procedure. Solution of the maximum likelihood

More information

Package lomb. February 20, 2015

Package lomb. February 20, 2015 Package lomb February 20, 2015 Type Package Title Lomb-Scargle Periodogram Version 1.0 Date 2013-10-16 Author Thomas Ruf, partially based on C original by Press et al. (Numerical Recipes) Maintainer Thomas

More information

Package reinforcedpred

Package reinforcedpred Type Package Package reinforcedpred October 31, 2018 Title Reinforced Risk Prediction with Budget Constraint Version 0.1.1 Author Yinghao Pan [aut, cre], Yingqi Zhao [aut], Eric Laber [aut] Maintainer

More information

PACKAGE LMest FOR LATENT MARKOV ANALYSIS

PACKAGE LMest FOR LATENT MARKOV ANALYSIS PACKAGE LMest FOR LATENT MARKOV ANALYSIS OF LONGITUDINAL CATEGORICAL DATA Francesco Bartolucci 1, Silvia Pandofi 1, and Fulvia Pennoni 2 1 Department of Economics, University of Perugia (e-mail: francesco.bartolucci@unipg.it,

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 neuralnet. August 16, 2016

Package neuralnet. August 16, 2016 Type Package Title Training of Neural Networks Version 1.33 Date 2016-08-05 Package neuralnet August 16, 2016 Author Stefan Fritsch [aut], Frauke Guenther [aut, cre], Marc Suling [ctb], Sebastian M. Mueller

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

Journal of Statistical Software

Journal of Statistical Software JSS Journal of Statistical Software April 2011, Volume 40, Issue 9. http://www.jstatsoft.org/ SPECIES: An R Package for Species Richness Estimation Ji-Ping Wang Northwestern University Abstract We introduce

More information

Package LBLGXE. R topics documented: July 20, Type Package

Package LBLGXE. R topics documented: July 20, Type Package Type Package Package LBLGXE July 20, 2015 Title Bayesian Lasso for detecting Rare (or Common) Haplotype Association and their interactions with Environmental Covariates Version 1.2 Date 2015-07-09 Author

More information

Package ARCensReg. September 11, 2016

Package ARCensReg. September 11, 2016 Type Package Package ARCensReg September 11, 2016 Title Fitting Univariate Censored Linear Regression Model with Autoregressive Errors Version 2.1 Date 2016-09-10 Author Fernanda L. Schumacher, Victor

More information

Package HarmonicRegression

Package HarmonicRegression Package HarmonicRegression April 1, 2015 Type Package Title Harmonic Regression to One or more Time Series Version 1.0 Date 2015-04-01 Author Paal O. Westermark Maintainer Paal O. Westermark

More information

Package mpmcorrelogram

Package mpmcorrelogram Type Package Package mpmcorrelogram Title Multivariate Partial Mantel Correlogram Version 0.1-4 Depends vegan Date 2017-11-17 Author Marcelino de la Cruz November 17, 2017 Maintainer Marcelino de la Cruz

More information

Package rkt. March 7, 2017

Package rkt. March 7, 2017 Type Package Package rkt March 7, 2017 Title Mann-Kendall Test, Seasonal and Regional Kendall Tests Version 1.5 Date 2017-03-07 Author Aldo Marchetto Maintainer Aldo Marchetto

More information

Package CorrMixed. R topics documented: August 4, Type Package

Package CorrMixed. R topics documented: August 4, Type Package Type Package Package CorrMixed August 4, 2016 Title Estimate Correlations Between Repeatedly Measured Endpoints (E.g., Reliability) Based on Linear Mixed-Effects Models Version 0.1-13 Date 2015-03-08 Author

More information

Passing-Bablok Regression for Method Comparison

Passing-Bablok Regression for Method Comparison Chapter 313 Passing-Bablok Regression for Method Comparison Introduction Passing-Bablok regression for method comparison is a robust, nonparametric method for fitting a straight line to two-dimensional

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 velociraptr. February 15, 2017

Package velociraptr. February 15, 2017 Type Package Title Fossil Analysis Version 1.0 Author Package velociraptr February 15, 2017 Maintainer Andrew A Zaffos Functions for downloading, reshaping, culling, cleaning, and analyzing

More information

Package EnergyOnlineCPM

Package EnergyOnlineCPM Type Package Package EnergyOnlineCPM October 2, 2017 Title Distribution Free Multivariate Control Chart Based on Energy Test Version 1.0 Date 2017-09-30 Author Yafei Xu Maintainer Yafei Xu

More information

Package Select. May 11, 2018

Package Select. May 11, 2018 Package Select May 11, 2018 Title Determines Species Probabilities Based on Functional Traits Version 1.4 The objective of these functions is to derive a species assemblage that satisfies a functional

More information

The evdbayes Package

The evdbayes Package The evdbayes Package April 19, 2006 Version 1.0-5 Date 2006-18-04 Title Bayesian Analysis in Extreme Theory Author Alec Stephenson and Mathieu Ribatet. Maintainer Mathieu Ribatet

More information

CRISP: Capture-Recapture Interactive Simulation Package

CRISP: Capture-Recapture Interactive Simulation Package CRISP: Capture-Recapture Interactive Simulation Package George Volichenko Carnegie Mellon University Pittsburgh, PA gvoliche@andrew.cmu.edu December 17, 2012 Contents 1 Executive Summary 1 2 Introduction

More information

Trendlines Simple Linear Regression Multiple Linear Regression Systematic Model Building Practical Issues

Trendlines Simple Linear Regression Multiple Linear Regression Systematic Model Building Practical Issues Trendlines Simple Linear Regression Multiple Linear Regression Systematic Model Building Practical Issues Overfitting Categorical Variables Interaction Terms Non-linear Terms Linear Logarithmic y = a +

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 testassay. November 29, 2016

Package testassay. November 29, 2016 Type Package Package testassay November 29, 2016 Title A Hypothesis Testing Framework for Validating an Assay for Precision Version 0.1.0 Author Michael C Sachs and Michael P Fay Maintainer Michael C Sachs

More information

Introduction to mtm: An R Package for Marginalized Transition Models

Introduction to mtm: An R Package for Marginalized Transition Models Introduction to mtm: An R Package for Marginalized Transition Models Bryan A. Comstock and Patrick J. Heagerty Department of Biostatistics University of Washington 1 Introduction Marginalized transition

More information

Package Rsurrogate. October 20, 2016

Package Rsurrogate. October 20, 2016 Type Package Package Rsurrogate October 20, 2016 Title Robust Estimation of the Proportion of Treatment Effect Explained by Surrogate Marker Information Version 2.0 Date 2016-10-19 Author Layla Parast

More information

Statistics Toolbox 6. Apply statistical algorithms and probability models

Statistics Toolbox 6. Apply statistical algorithms and probability models Statistics Toolbox 6 Apply statistical algorithms and probability models Statistics Toolbox provides engineers, scientists, researchers, financial analysts, and statisticians with a comprehensive set of

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 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 drgee. November 8, 2016

Package drgee. November 8, 2016 Type Package Package drgee November 8, 2016 Title Doubly Robust Generalized Estimating Equations Version 1.1.6 Date 2016-11-07 Author Johan Zetterqvist , Arvid Sjölander

More information

SC705: Advanced Statistics Instructor: Natasha Sarkisian Class notes: Introduction to Structural Equation Modeling (SEM)

SC705: Advanced Statistics Instructor: Natasha Sarkisian Class notes: Introduction to Structural Equation Modeling (SEM) SC705: Advanced Statistics Instructor: Natasha Sarkisian Class notes: Introduction to Structural Equation Modeling (SEM) SEM is a family of statistical techniques which builds upon multiple regression,

More information

Chapter 1 Statistical Inference

Chapter 1 Statistical Inference Chapter 1 Statistical Inference causal inference To infer causality, you need a randomized experiment (or a huge observational study and lots of outside information). inference to populations Generalizations

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 LPTime. March 3, 2015

Package LPTime. March 3, 2015 Type Package Package LPTime March 3, 2015 Title LP Nonparametric Approach to Non-Gaussian Non-Linear Time Series Modelling Version 1.0-2 Date 2015-03-03 URL http://sites.temple.edu/deepstat/d-products/

More information

Package abundant. January 1, 2017

Package abundant. January 1, 2017 Type Package Package abundant January 1, 2017 Title High-Dimensional Principal Fitted Components and Abundant Regression Version 1.1 Date 2017-01-01 Author Adam J. Rothman Maintainer Adam J. Rothman

More information

Package ExtremeBounds

Package ExtremeBounds Type Package Title Extreme Bounds Analysis (EBA) Version 0.1.6 Date 2018-01-03 Package ExtremeBounds January 3, 2018 Author Marek Hlavac Maintainer Marek Hlavac

More information

Package rnmf. February 20, 2015

Package rnmf. February 20, 2015 Type Package Title Robust Nonnegative Matrix Factorization Package rnmf February 20, 2015 An implementation of robust nonnegative matrix factorization (rnmf). The rnmf algorithm decomposes a nonnegative

More information