FFtable: A faster version of fftable

Description Usage Arguments Value Author(s) See Also Examples

View source: R/parent_set.R

Description

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

Usage

1

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

1
2
library(bnlearn)
FFtable(asia)

BNSL documentation built on May 2, 2019, 7:58 a.m.