Skip to content

Commit

Permalink
Fix pointer in anatLmer doc
Browse files Browse the repository at this point in the history
Addresses #113
  • Loading branch information
cfhammill committed Dec 19, 2016
1 parent 562ebc6 commit df16036
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions R/minc_anatomy.R
Original file line number Diff line number Diff line change
Expand Up @@ -767,12 +767,10 @@ anatLm <- function(formula, data, anat, subset=NULL) {
#' @details \code{anatLmer}, like its relative \link{mincLmer} provides an interface to running
#' linear mixed effects models at every vertex. Unlike standard linear models testing hypotheses
#' in linear mixed effects models is more difficult, since the denominator degrees of freedom are
#' more difficult to determine. RMINC provides two alternatives: (1) estimating degrees of freedom using the
#' \code{\link{mincLmerEstimateDF}} function, and (2) comparing two separate models using
#' \code{\link{mincLogLikRatio}} (which in turn can be corrected using
#' \code{\link{mincLogLikRatioParametricBootstrap}}). For the most likely models - longitudinal
#' models with a separate intercept or separate intercept and slope per subject - both of these
#' approximations are likely correct. Be careful in using these approximations if
#' more difficult to determine. RMINC provides estimating degrees of freedom using the
#' \code{\link{anatLmerEstimateDF}} function. For the most likely models - longitudinal
#' models with a separate intercept or separate intercept and slope per subject - this
#' approximation is likely correct. Be careful in using this approximations if
#' using more complicated random effects structures.
#' @export
anatLmer <-
Expand Down
10 changes: 4 additions & 6 deletions man/anatLmer.Rd

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

0 comments on commit df16036

Please sign in to comment.