Attributes

Define demographic and psychographic attributes for your synthetic panel

fetch_assoc()): ?>
Name Type Choices Created By Actions

Statistics

Define statistical distributions for synthetic panel generation

fetch_assoc()): ?>
Name Type Attributes Created By Actions

Statistics Check

Monitor panel alignment with target statistics

fetch_assoc()): ?> 0 ? (($actualPct - $targetPct) / $targetPct) * 100 : 0; $deviationClass = ''; $absDeviation = abs($deviation); if ($absDeviation > 20) { $deviationClass = $deviation > 0 ? 'deviation-positive-3' : 'deviation-negative-3'; } elseif ($absDeviation > 10) { $deviationClass = $deviation > 0 ? 'deviation-positive-2' : 'deviation-negative-2'; } elseif ($absDeviation > 5) { $deviationClass = $deviation > 0 ? 'deviation-positive-1' : 'deviation-negative-1'; } $combinationValues = json_decode($check['combination_values'], true); $combinationText = implode(' × ', $combinationValues); ?>
Statistic Combination Target % Panel % Deviation % Created By
% % %