Skip to content

Commit 4d27b5e

Browse files
maybe now?
1 parent dd372f6 commit 4d27b5e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
export(SimPed)
44
export(addPersonToPed)
5+
export(alignPhenToMatrix)
56
export(buildFamilyGroups)
67
export(buildOneFamilyGroup)
78
export(buildPedigreeModelCovariance)

R/buildmxPedigrees.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,8 @@ fitPedigreeModel <- function(
430430
#' contains the phenotype values to be aligned.
431431
#' @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}.
432432
#' @param personID A character string specifying the column name in \code{ped} that contains the individual IDs. Default is "ID".
433+
#' @export
434+
433435

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

0 commit comments

Comments
 (0)