------------------------------------------------------------------------------- help for cvxindex R Allan Reese, University of Hull, UK ------------------------------------------------------------------------------- program cvxindex version 8.0 syntax [if] [in] /// [, PREfix(string) SELect(numlist int min=0 >0 sort) noREPort]

Extracts point counts for convex hulls as stored by cvxhull.

ANY OTHER USE IS ENTIRELY AT THE USER'S RISK

cvxindex [if exp] [in range] [, prefix(string) select(numlist) noreport]

Description

cvxindex extracts counts placed in variables by cvxhull which may be in any order because the observations were sorted within that routine. New variables are generated, two for each group of data, to hold the minimum and maximum counts respectively. Counts for the 1st (outermost) hull are place > d in the first element, the 2nd hull in the second element, etc.

Parameters

No varlist is allowed.

The if and in qualifiers should match those in the previous call of cvxhull.

Options

Main options

prefix(string) specifies prefix for variables as generated by cvxhull. If omitted, defaults to _cvxh

select(numlist) counts will be extracted and variables generated only for the groups identified in the list, which refers to numbers in _cvxhgrp (or `prefix'grp). {cmd:noreport suppresses the progress message confirming the program has run.

Examples

. cvxhull yvar xvar, h(10) group(gvar) . cvxindex . list _cvx*dex in 1/10

Since a maximum of ten hulls were identified, any counts after this must be missing.

Author

R Allan Reese, University of Hull, UK r.a.reese@hull.ac.uk

Also see

On-line: help for {cnd:cvxhull} cvxplot Manual: [R] graph, [R] connectlines