Skip to content

Commit 853eb12

Browse files
committed
fix syntax
1 parent c210870 commit 853eb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/run-pgs-statistics.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ run.pgs.regression <- function(pgs, phenotype.data) {
245245
#' Odds Ratios (OR), and p-values for each PGS. Corresponding ROC curves are plotted automatically.
246246
#' @param pgs.data A data frame containing the PGS, phenotype, and covariate columns.
247247
#' @param pgs.columns A character vector specifying the names of the PGS columns
248-
#' in \code{data} to be analyzed. All specified columns must be numeric.
248+
#' in \code{pgs.data} to be analyzed. All specified columns must be numeric.
249249
#' @param phenotype.columns A character vector specifying the names of the phenotype columns in \code{data} to be analyzed. If binary phenotypes are specified, they must be factors with two levels (0 and 1).
250250
#' @param covariate.columns A character vector specifying the names of covariate columns in \code{data} to be included in the regression model. Default is NULL.
251251
#' @param phenotype.type A character string specifying the type of phenotype. Must be either 'continuous' or 'binary'. All provided phenotype columns must match this type.

0 commit comments

Comments
 (0)