File: crosstabTest.Rd

package info (click to toggle)
r-cran-rpf 1.0.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,484 kB
  • sloc: cpp: 5,364; sh: 114; ansic: 41; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (3)
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/diagnose.R
\name{crosstabTest}
\alias{crosstabTest}
\title{Monte-Carlo test for cross-tabulation tables}
\usage{
crosstabTest(ob, ex, trials)
}
\arguments{
\item{ob}{observed table}

\item{ex}{expected table}

\item{trials}{number of Monte-Carlo trials}
}
\description{
\lifecycle{experimental}
This is for developers.
}