Learn R Programming

HTT (version 0.1.2)

printsplit: Displays split table for Fitted htt Object

Description

Display the split table for fitted htt object.

Usage

printsplit(object)

Value

Display the split table.

Arguments

object

fitted model object of class htt returned by the HTT function.

See Also

HTT, htt.object

Examples

Run this code
irishtt = HTT(Species ~., data = iris)
printsplit(irishtt)

Run the code above in your browser using DataLab