tkhomals {homals}R Documentation

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.

Note

Needs to be executed from a writeable directory. File names are determined by the name of the data argument passed to the function.

Author(s)

Arno Ouwehand

Examples

## present tcl/tk gui for data set senate
## Not run: data(senate)
## Not run: tkhomals(senate)

[Package homals version 0.2.2 Index]