-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdescribeEffect.Rd
32 lines (25 loc) · 1.04 KB
/
describeEffect.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
% File man/describeEffect.Rd
% Part of the DEVISE package, https://github.com/cwendorf/DEVISE
\name{describeEffect}
\alias{describeEffect}
\alias{describeMeansEffect}
\title{Describe Effect}
\description{Provides a Analysis of Variance source table.}
\usage{
\method{describeEffect}{data.frame}(frame, ...)
\method{describeEffect}{formula}(formula, ...)
\method{describeEffect}{wsm}(moments, corrs, ...)
\method{describeEffect}{bsm}(moments, ...)
}
\arguments{
\item{frame}{a set of (non-empty) numeric vectors of data values}
\item{formula}{a formula of the form \code{lhs ~ rhs} where \code{lhs} is a numeric variable giving the data values and \code{rhs} a factor giving the corresponding groups}
\item{moments}{a matrix/frame of descriptive/summary statistics}
\item{corrs}{a matrix/frame of correlations for the data set}
}
\value{
The returned frame contains the following components:
\item{SS}{the sum of Squares for the various sources}
\item{df}{the degrees of freedom for the various sources}
\item{MS}{the mean squares for the various sources}
}