{{-- analysis/quanti.blade.php --}} {{-- Quantitative criteria analysis per product --}} {{-- Legacy: show_table_StudyQuery_quanti() --}} @extends('layouts.app') @section('content') @include('components.analysis-nav', ['activeTab' => 'quanti']) @include('components.analysis-filter', ['formAction' => route('kms.study.quanti', $study->Id)])
| Critère | N | Moyenne | Ecart-type | Min | Max | Top % | @if($normeId)Signif. | @endif{{ $crit['label'] }} | {{ $crit['n'] }} | @include('components.cell', ['type' => 'TWO_DECI', 'value' => $crit['avg']]) | @include('components.cell', ['type' => 'TWO_DECI', 'value' => $crit['std']]) | {{ $crit['min'] }} | {{ $crit['max'] }} | {{ $crit['top_pct'] }}% | @if($normeId){{ $crit['significance']?->value ?? '' }} | @endif @endforeach
|---|