Learn R Programming

pctax (version 0.1.3)

suijisenlin: RandomForest

Description

RandomForest

Usage

suijisenlin(otutab, group_df, topN = 10)

Value

diff

Arguments

otutab

otutab

group_df

a dataframe with rowname same to dist and one group column

topN

default: 10

Examples

Run this code
if (requireNamespace("randomForest")) {
  data(otutab, package = "pcutils")
  suijisenlin(otutab, metadata["Group"]) -> rf_res
}

Run the code above in your browser using DataLab