halfWidthSummaryReportAsLaTeXTabular

fun halfWidthSummaryReportAsLaTeXTabular(maxRows: Int = 60, confLevel: Double = 0.95): List<StringBuilder>

Gets statistics as LaTeX tabular. Each StringBuilder in the list represents a tabular with a maximum number of rows

Response Name Average Half-width

Note: If the name has any special LaTeX characters the resulting tabular may not compile.

Return

a List of StringBuilders

Parameters

maxRows

maximum number of rows in each tabular

confLevel

the confidence level for the half-width calculation