a | b/man/DifferentialLRT.Rd | ||
---|---|---|---|
1 | % Generated by roxygen2: do not edit by hand |
||
2 | % Please edit documentation in R/scAI_model.R |
||
3 | \name{DifferentialLRT} |
||
4 | \alias{DifferentialLRT} |
||
5 | \title{likelood ratio test} |
||
6 | \usage{ |
||
7 | DifferentialLRT(x, y, xmin = 0) |
||
8 | } |
||
9 | \arguments{ |
||
10 | \item{x}{a vector} |
||
11 | |||
12 | \item{y}{a vector} |
||
13 | |||
14 | \item{xmin}{threshold for the values in the vector} |
||
15 | } |
||
16 | \description{ |
||
17 | likelood ratio test |
||
18 | } |