Learn R Programming

homals (version 0.2.4)

tkhomals: Homogeneity Analysis GUI

Description

This function provides a tcl/tk gui for the homals function.

Usage

tkhomals(data)

Arguments

data
data (in data-frame)

Details

This functions requires data to be stored in a data-frame. It can produce a variety of graphs which are stored in a pdf file. Results are stored in an ascii file.

Examples

Run this code
## present tcl/tk gui for data set senate
data(senate)
tkhomals(senate)

Run the code above in your browser using DataLab