misc_functions {GAPGOM}R Documentation

GAPGOM internal - Miscellaneous functions

Description

These functions are misc. functions that are mostly used in applies. They are defined here probably because they are used often.

Usage

misc_pearson(x, args)

misc_sobolev(x, args)

misc_fisher(x, args)

misc_kendall(x, args)

misc_spearman(x, args)

Arguments

x

vector of expression values

args

internal arguments, used for target expression datas

Value

output is different on a case-to-case basis

Notes

These functions are internal functions and should not be called by the user.


[Package GAPGOM version 1.8.0 Index]