Skip to content

Bayesian Multilevel Standardised Major Axis models

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

traitecoevo/bmsma

Repository files navigation

bmsma

R-CMD-check Codecov test coverage Lifecycle: experimental

The goal of ‘bmsma’ is to …

Installation

‘bmsma’ is under active development. You can install the current developmental version of ‘bmsma’ from GitHub with:

# install.packages("remotes")
remotes::install_github("traitecoevo/bmsma")

Quick demo

bmsma_model("linear") |>
  bmsma_assign_data(X = Loblolly$age,
                   Y = Loblolly$height,
                   N = nrow(Loblolly)) |>
  bmsma_run()

Found a bug?

Please submit a GitHub issue with details of the bug. A reprex would be particularly helpful with the bug-proofing process!

About

Bayesian Multilevel Standardised Major Axis models

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published