


% -*- 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