}
buff.append("Parameter estimates:\n");
buff.append(PMMLUtils.pad(miningSchemaI.classAttribute().name(), " ",
maxClassWidth + maxParamWidth + 2 -
miningSchemaI.classAttribute().name().length(), false));
buff.append(PMMLUtils.pad("Coeff.", " ", maxBetaWidth + 1 - "Coeff.".length(), true));
buff.append(PMMLUtils.pad("df", " ", maxBetaWidth - "df".length(), true));
buff.append("\n");
for (int i = 0; i < m_paramMatrix.length; i++) {
// scan for non-null entry for this class value