Skip to content

eddelbuettel/mvabund

 
 

Repository files navigation

mvabund

License CRAN Downloads Codecov test coverage

The goal of mvabund is to provide tools for a model-based approach to the analysis of multivariate abundance data in ecology (Yi Wang et al. 2012), in particular, testing hypotheses about the community-environment association. Abundance measures include counts, presence/absence data, ordinal or biomass data.

This package includes functions for visualising data, fitting predictive models, checking model assumptions, as well as testing hypotheses about the community–environment association.

Installation

mvabund is available on CRAN and can be installed directly in R:

install.packages("mvabund")

library(mvabund)

Alternatively, you can install the development version of mvabund from GitHub with:

# install.packages("remotes")
remotes::install_github("eco-stats/mvabund")

library(mvabund)

Getting Started

We highly recommend you taking a good read of our vignette over at our website before launching into the mvabund. Alternatively, you can access the vignettes in R by:

remotes::install_github("eco-stats/mvabund", build_vignettes = TRUE)

vignette("mvabund")

Show mvabund your support

citation("mvabund")
#> 
#> To cite package 'mvabund' in publications use:
#> 
#>   Wang Y, Naumann U, Eddelbuettel D, Wilshire J, Warton D (2022).
#>   _mvabund: Statistical Methods for Analysing Multivariate Abundance
#>   Data_. R package version 4.2.2,
#>   <https://fontikar.github.io/mvabund/>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {mvabund: Statistical Methods for Analysing Multivariate Abundance Data},
#>     author = {Yi Wang and Ulrike Naumann and Dirk Eddelbuettel and John Wilshire and David Warton},
#>     year = {2022},
#>     note = {R package version 4.2.2},
#>     url = {https://fontikar.github.io/mvabund/},
#>   }

Spot a bug?

Thanks for finding the bug! We would appreciate it if you can pop over to our Issues page and describe how to reproduce the bug!

Other resources

mvabund in action

Check out the list of studies that uses mvabund in their analyses here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 75.8%
  • C++ 23.7%
  • Other 0.5%