R/hipamAnthropom.R

Defines functions hipamAnthropom

Documented in hipamAnthropom

hipamAnthropom <- function(data,asw.tol=0,maxsplit=5,local.const=NULL,orness=0.7,type,
                           ah=c(23,28,20,25,25),verbose,...){
 #Initialize the tree:
 tree <- initialize.tree(data, maxsplit, orness, type, ah, verbose, ...)
 #Local hipam: 
 tree <- hipam.local(tree, data, asw.tol, maxsplit, local.const, orness, type, ah, verbose, ...)
 tree$cases <- tree$medoids
 tree$medoids <- NULL
 tree
}

Try the Anthropometry package in your browser

Any scripts or data that you put into this service are public.

Anthropometry documentation built on March 7, 2023, 6:58 p.m.