| RunProcedures {RTaxometrics} | R Documentation | 
Runs taxometric procedures for empirical data
Description
This function runs the MAMBAC, MAXEIG, L-Mode, and MAXSLOPE analyses for empirical data
Usage
RunProcedures(x, parameters)
Arguments
| x | The data matrix | 
| parameters | The data and program parameters | 
Details
Called by higher-order functions; users do not need to call this function directly.
Value
A list of curve-level data for each procedure performed:
| MAMBAC | MAMBAC curve | 
| MAXEIG.x | X values of MAXEIG curve | 
| MAXEIG.y | Y values of MAXEIG curve | 
| LMode.x | X values of LMode curve | 
| LMode.y | Y values of LMode curve | 
| MAXSLOPE.x | X values of MAXSLOPE curve | 
| MAXSLOPE.y | Y values of MAXSLOPE curve | 
Author(s)
John Ruscio <ruscio@tcnj.edu> and Shirley Wang <shirleywang@g.harvard.edu> Maintainer: John Ruscio <ruscio@tcnj.edu>
[Package RTaxometrics version 3.2.1 Index]