Skip to content

Commit

Permalink
update binaryPGLMM doc [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Daijiang Li committed Oct 11, 2019
1 parent a6749b6 commit 152c836
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions R/binaryPGLMM.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
#'
#' @author Anthony R. Ives
#'
#' @seealso package \pkg{pez} and its function \code{communityPGLMM}; package
#' @seealso \code{\link{pglmm}}; package
#' \pkg{phylolm} and its function \code{phyloglm}; package \pkg{MCMCglmm}
#'
#' @references Ives, A. R. and Helmus, M. R. (2011) Generalized linear mixed
Expand Down Expand Up @@ -450,7 +450,8 @@ binaryPGLMM <- function(formula, data = list(), phy, s2.init = 0.1, B.init = NUL
P.H0.s2 <- pchisq(2 * (logLik.cond.reml - logLik.cond.reml0), df = 1, lower.tail = F)/2

results <- list(formula = formula, B = B, B.se = B.se, B.cov = B.cov, B.zscore = B.zscore,
B.pvalue = B.pvalue, logLik = logLik, AIC = AIC, BIC = BIC, s2 = s2, P.H0.s2 = P.H0.s2, mu = mu, mu_hat = mu_hat, b = b, B.init = B.init,
B.pvalue = B.pvalue, logLik = logLik, AIC = AIC, BIC = BIC, s2 = s2,
P.H0.s2 = P.H0.s2, mu = mu, mu_hat = mu_hat, b = b, B.init = B.init,
X = X, y = y, phy = phy, data = data, H = H, VCV = Vphy, V = V, convergeflag = convergeflag,
iteration = iteration, converge.test.s2 = converge.test.s2, converge.test.B = converge.test.B,
rcondflag = rcondflag)
Expand Down
2 changes: 1 addition & 1 deletion man/binaryPGLMM_ape.Rd

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

0 comments on commit 152c836

Please sign in to comment.