Home > freetb4matlab > statistics > base > table.m

table

PURPOSE ^

% Create a contingency table @var{t} from data vectors. The @var{l}

SYNOPSIS ^

function [t, v, w] = table (x, y)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {[@var{t}, @var{l_x}] =} table (@var{x})
% @deftypefnx {Function File} {[@var{t}, @var{l_x}, @var{l_y}] =} table (@var{x}, @var{y})
% Create a contingency table @var{t} from data vectors.  The @var{l}
% vectors are the corresponding levels.
%
% Currently, only 1- and 2-dimensional tables are supported.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003