Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.28 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.28 KB

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!