Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Oct 8, 2019
1 parent af146f5 commit ef8a723
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/OUwieAvg.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ deltaAIC <- function(AIC, na.rm = TRUE){
#' @return An \code{ouwiepars} object. Basically a 4-D array that can be passed to other functions for further analysis/visualization.
#' @export
#' @examples
#' \dontrun{
#' library(OUwie)
#' data(tworegime)
#' ou.results <- list()
Expand All @@ -73,7 +74,7 @@ deltaAIC <- function(AIC, na.rm = TRUE){
#' ou.results[[4]] <- OUwie(tree,trait,model=c("OUMV"))
#'
#' #Both regimes have same parameters for BM1 model. Both regimes have different parameters for other models.
#' regime.mat <- data.frame(BM1 = c(1, 1), BMS = c(1,2), OUM = c(1,2), OUMV = c(1,2), row.names = c(1,2))
#' regime.mat <- data.frame(BM1 = c(1, 1), BMS = c(1,2), OUM = c(1,2), OUMV = c(1,2), row.names = c(1,2))}
#'
#' OUwieParSumm(ou.results, regime.mat)
OUwieParSumm <- function(ou.results, regime.mat, params = c("Alpha","Sigma.sq","Theta","Theta.se", "AICc")){
Expand Down
3 changes: 2 additions & 1 deletion man/OUwieParSumm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef8a723

Please sign in to comment.