1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-05-07 20:36:32 +02:00
aVirtualTwins/man/vt.subgroups.Rd
2015-07-25 02:10:28 +02:00

28 lines
646 B
R

% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/tools.R
\name{vt.subgroups}
\alias{vt.subgroups}
\title{Visualize subgroups}
\usage{
vt.subgroups(vt.trees, only.leaf = T, only.fav = T, tables = F,
verbose = F)
}
\arguments{
\item{vt.trees}{\code{\link{VT.tree}} object (can be a list)}
\item{only.leaf}{logical select only leaf of trees}
\item{only.fav}{logical select only favorable subgroup (meaning with favorable label of the tree)}
\item{tables}{logical show tables of incidence}
\item{verbose}{print tables during computation}
}
\value{
data.frame of rules
}
\description{
Visualize subgroups
}