Revision d4cb3e7e9238e92df8bca607c6f7afd82c8efb52 authored by Daniel Luedecke on 14 August 2014, 18:06:29 UTC, committed by cran-robot on 14 August 2014, 18:06:29 UTC
1 parent 1338a2d
Raw File
sju.phi.Rd
% Generated by roxygen2 (4.0.1): do not edit by hand
\name{sju.phi}
\alias{sju.phi}
\title{Phi value for a contingency table}
\usage{
sju.phi(tab)
}
\arguments{
\item{tab}{A simple \code{\link{table}} or \code{\link{ftable}}. Tables of class
\code{\link{xtabs}} and other will be coerced to \code{\link{ftable}} objects.}
}
\value{
The table's Phi value.
}
\description{
Compute Phi value for a contingency table.
}
\examples{
tab <- table(sample(1:2, 30, TRUE), sample(1:2, 30, TRUE))
sju.phi(tab)
}
\seealso{
\code{\link{sju.table.values}} \cr
         \code{\link{sju.cramer}}
}

back to top