You are here: Symbol Reference > Statistics Namespace > Functions > Statistics.FullFactDesign Function
Stats Master VCL
ContentsIndex
Example
Uses MtxExpr, Statistics;
procedure Example;
  var ResMtx: Matrix;
begin
  FullFactDesign(2,ResMtx);
end;
#include "MtxExpr.hpp"
#include "Statistics.hpp"
void __fastcall Example()
{
  sMatrix m;
  FullFactDesign(2,m,NULL);
}
Copyright (c) 1999-2025 by Dew Research. All rights reserved.