Learn R Programming

BNSL (version 0.1.1)

FFtable: 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.

See Also

fftable

Examples

Run this code
library(bnlearn)
FFtable(asia)

Run the code above in your browser using DataLab