transformation {bootnet}R Documentation

Data transformation functions

Description

Functions to transform data

Usage

quantile_transformation(x)
rank_transformation(x, ties.method = c("average", "first", 
    "last", "random", "max", "min"))

Arguments

x

A dataset

ties.method

See rank.

Author(s)

Sacha Epskamp <mail@sachaepskamp.com>


[Package bootnet version 1.6 Index]