[381c22]: / man / wilcoxon.unpaired.seq.func.Rd

Download this file

20 lines (18 with data), 456 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/internal-functions-samr-adapted.R
\name{wilcoxon.unpaired.seq.func}
\alias{wilcoxon.unpaired.seq.func}
\title{Twoclass Wilcoxon statistics}
\usage{
wilcoxon.unpaired.seq.func(xresamp, y)
}
\arguments{
\item{xresamp}{an rank array with dim #gene*#sample*nresamp}
\item{y}{outcome vector of values 1 and 2}
}
\value{
the statistic.
}
\description{
Twoclass Wilcoxon statistics
}