[3bfed4]: / man / pvalue_logit.Rd

Download this file

23 lines (20 with data), 596 Bytes

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