mycrosstab

PURPOSE

Cross tabulation table for vectors X,Y

SYNOPSIS

function T = mycrosstab(x,y)

DESCRIPTION

Cross tabulation table for vectors X,Y
T = MYCROSSTAB(X,Y)

 Included for compatibility with GNU Octave 
 (crosstab function currently not implemented in Octave statistics package)
 In MATLAB: mycrosstab(x,y) = crosstab(x,y)

 Vectors (X) and (Y) must be of the same length

CROSS-REFERENCE INFORMATION

This function calls: This function is called by:
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005