I am trying to add group labels using the group_labels = list() option. However, the group labels are printed erroneously. The first group gets a tag "(N=)" for specifying the number of group members, but without actually specifying the number of members. The second group does not even print this tag at all. Here is a reproducible example:
I am trying to add group labels using the
group_labels = list()
option. However, the group labels are printed erroneously. The first group gets a tag "(N=)" for specifying the number of group members, but without actually specifying the number of members. The second group does not even print this tag at all. Here is a reproducible example:This example produces the following output: I marked the erroneous and the missing group size tags.