internal functions {GeneF}R Documentation

Internal GeneF Functions

Description

Internal functions to support generalized F-statistics.

Usage

get.numbers(x)
t1p1(v, n)
t1p2(v, n1, n2)

Arguments

x a vector of ordered groups of numbers
v a vector of real numbers
n the sample size of one-sample data
n1 the first sample size of two-sample data
n2 the second sample size of two-sample data

Value

get.numbers a vector of culmulative sample sizes from ordered groups
t1p1 a p-value from one-sample t-test
t1p2 a p-value from two-sample t-test

Author(s)

Yinglei Lai ylai@gwu.edu


[Package GeneF version 1.0 Index]