FFtable {BNSL}R Documentation

A faster version of fftable

Description

The same procedure as fftable prepared by the R language. The program is written using Rcpp.

Usage

 FFtable(df)

Arguments

df

a dataframe.

Value

a frequency table of the last column based on the states that are determined by the other columns.

Author(s)

Joe Suzuki and Jun Kawahara

See Also

fftable

Examples

library(bnlearn)
FFtable(asia)

[Package BNSL version 0.1.4 Index]