{{category R}} {{category R.package}} {{category R.analysis}} !!!RandomForest {{outline}} ---- !インストール {{pre install.packages("randomForest", dependencies =T) library(randomForest) }} !実行 model <- randomforest(分類カテゴリ ~ ., data=データフレーム) model *予測精度:error rateとconfusion matrixが表示される !!References