You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' Odds Ratios (OR), and p-values for each PGS. Corresponding ROC curves are plotted automatically.
246
246
#' @param pgs.data A data frame containing the PGS, phenotype, and covariate columns.
247
247
#' @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.
249
249
#' @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).
250
250
#' @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.
251
251
#' @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