Skip to content

Commit c176a68

Browse files
added missing method
1 parent de27cb3 commit c176a68

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

R/convertPedigree.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#' @param standardize.colnames logical. If TRUE, standardize the column names of the pedigree dataset
1919
#' @param transpose_method character. The method to use for computing the transpose. Options are "tcrossprod", "crossprod", or "star"
2020
#' @param adjacency_method character. The method to use for computing the adjacency matrix. Options are "loop" or "indexed"
21+
#' @param isChild_method character. The method to use for computing the isChild matrix. Options are "classic" or "partialparent"
2122
#' @param ... additional arguments to be passed to \code{\link{ped2com}}
2223
#' @details The algorithms and methodologies used in this function are further discussed and exemplified in the vignette titled "examplePedigreeFunctions". For more advanced scenarios and detailed explanations, consult this vignette.
2324
#' @export

man/ped2com.Rd

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

0 commit comments

Comments
 (0)