The goal of ‘bmsma’ is to …
‘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")
bmsma_model("linear") |>
bmsma_assign_data(X = Loblolly$age,
Y = Loblolly$height,
N = nrow(Loblolly)) |>
bmsma_run()
Please submit a GitHub issue with details of the bug. A reprex would be particularly helpful with the bug-proofing process!