Learn R Programming

dbEmpLikeGOF (version 1.2.4)

testfun2: Internal Function for mapply

Description

internal function not called by user

Usage

testfun2(iter, sample.size, testcall, delta=.5, delta.equality=.1, random.seed.flag=FALSE)

Arguments

iter
iteration value for mapply
sample.size
number of observations
testcall
Type of distribution: either uniform,normal, or distribution.equality
delta
delta value when normal or uniform is used
delta.equality
delta when distribution equality is used
random.seed.flag
logical if set seed should be used. uses value of iteration as seed

Value

Details

This function is used in a mapply within the return.cutoff function. sample.size may be of length two for testcall is distribution.equality for comparing two varying length sequences.

See Also

returnCutoff