Switch to unified view

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