Add some CTVsuggest packages - #48
Open
willgearty wants to merge 2 commits into
Open
Conversation
hlapp
reviewed
Jul 22, 2026
| - `r pkg("mvMORPH")` can fit Brownian motion, early burst, ACDC, OU, and shift models to univariate or multivariate data. | ||
| - `r github("gilles-didier/cauphy")` models trait distribution using the Cauchy Process. | ||
| - `r pkg("geiger")`, `r pkg("motmot")`, `r pkg("ouch")`, `r pkg("slouch")`, `r pkg("surface")`, and `r pkg("OUwie")` can be used to fit Ornstein-Uhlenbeck (OU) models. `r pkg("ouch")` and `r pkg("slouch")` can implement models with multiple means, `r pkg("surface")` can implement models with multiple means using stepwise AIC, `r pkg("slouch")` can implement models with continuous covariates, and `r pkg("OUwie")` can implement models with multiple means, rates, and attraction values. Also see `r github("mongiardino/extendedSurface")` which combines the functionality of `r pkg("surface")` and `r pkg("OUwie")`. | ||
| - `r pkg("geiger")`, `r pkg("motmot")`, `r pkg("ouch")`, `r pkg("slouch")`, `r pkg("surface")`, `r pkg("bayou")`, and `r pkg("OUwie")` can be used to fit Ornstein-Uhlenbeck (OU) models. `r pkg("ouch")` and `r pkg("slouch")` can implement models with multiple means, `r pkg("surface")` can implement models with multiple means using stepwise AIC, `r pkg("bayou")` can implement models with multiple means using Bayesian reversible-jump methods (see Uyeda and Harmon 2014), `r pkg("slouch")` can implement models with continuous covariates, `r pkg("OUwie")` can implement models with multiple means, rates, and attraction values, and `r pkg("bayou")` . Also see `r github("mongiardino/extendedSurface")` which combines the functionality of `r pkg("surface")` and `r pkg("OUwie")`. |
Collaborator
There was a problem hiding this comment.
, and
r pkg("bayou").
seems like an incomplete sentence?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds some of the new CTVsuggest suggestions (see #9).