Skip to content

Commit 32564a2

Browse files
docs
1 parent 9a92ca0 commit 32564a2

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

R/buildmxPedigrees.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ fitPedigreeModel <- function(
428428
#' @param ped A data frame representing the pedigree, containing at least the columns specified by \code{phenotype} and \code{personID}.
429429
#' @param phenotype A character string specifying the column name in \code{ped} that
430430
#' contains the phenotype values to be aligned.
431-
#' @param keep_ids A vector of IDs for which the phenotype values should be extracted and aligned. These IDs should correspond to the values in the \code{personID} of \code{ped}.
432-
#' @param personID A character string specifying the column name in \code{ped} that contains the individual IDs. Default is "ID".
431+
#' @param keep_ids A vector of IDs for which the phenotype values should be extracted and aligned. These IDs should correspond to the values in the \code{personID} of \code{ped}.
432+
#' @param personID A character string specifying the column name in \code{ped} that contains the individual IDs. Default is "ID".
433433

434434
alignPhenToMatrix <- function(ped, phenotype, keep_ids, personID = "ID") {
435435
obs_ids <- make.names(as.character(keep_ids))

man/alignPhenToMatrix.Rd

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)