ic_get_2vect_cnt_table: Get the counts from 2 vectors

Description Usage Arguments Value Examples

View source: R/IC_related.R

Description

Get the counts from 2 vectors

Usage

1
ic_get_2vect_cnt_table(V1, V2, pseudo)

Arguments

V1

A vector.

V2

A vector.

pseudo

An integer.

Value

calculate the joint distributions of V1 and V2 with pseudo as the pseudo counts

Examples

1
ic_get_2vect_cnt_table (c("3","2","1"),c("3","2","1"),5)

aquaflakes/MutualInfo documentation built on Feb. 19, 2020, 12:02 a.m.