Learn R Programming

sasLM (version 0.6.0)

satt: Satterthwaite Approximation of Pooled Variance and Degree of Freedom

Description

Calculates pooled variance and degree of freedom using Satterthwaite equation.

Usage

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

Arguments

vars

a vector of variances

dfs

a vector of degree of freedoms

ws

a vector of weights

Value

Variance

pooled variance

Df

degree of freedom

Details

The input can be more than two variances.