Diff of /man/pvalue_logit.Rd [000000] .. [3bfed4]

Switch to unified view

a b/man/pvalue_logit.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/helper_function.R
3
\name{pvalue_logit}
4
\alias{pvalue_logit}
5
\title{Obtain p-values using logistic regression}
6
\usage{
7
pvalue_logit(x, class_label, Met_name)
8
}
9
\arguments{
10
\item{x}{This is a data frame consists of data from group 1 and group 2.}
11
12
\item{class_label}{This is a binary array indicating 0 for group 1 and 1 for group 2.}
13
14
\item{Met_name}{This is an array of IDs.}
15
}
16
\value{
17
p-values
18
}
19
\description{
20
This function calculates p-values using logistic regression in cases that p-values 
21
    are not provided.
22
}