Learn R Programming

sasLM (version 0.10.5)

satt: Satterthwaite Approximation of Variance and Degree of Freedom

Description

Calculates pooled variance and degree of freedom using Satterthwaite equation.

Usage

satt(vars, dfs, ws=c(1, 1))

Value

Variance

approximated variance

Df

degree of freedom

Arguments

vars

a vector of variances

dfs

a vector of degree of freedoms

ws

a vector of weights

Author

Kyun-Seop Bae k@acr.kr

Details

The input can be more than two variances.