gt_clumppling
objecttidy_gt_clumppling.Rd
A tidy
method to extract information from a gt_clumppling
object, and
return it as a tibble. It can extract:
'modes': all the modes detected by gt_clumppling()
. The models have label
'KxMy', where 'x' and 'y' represent the K value and the mode rank.
'major_modes': modes of rank 1 for each K.
'Q_modes', 'q_modes': a list of q matrices, one per mode, each tidied into a tibble
'Q_major_modes', 'q_major_modes': the same output as 'Q_modes' but subsetted to only the major modes.
the gt_clumppling
object
a string defining the information to be extracted, one of: "modes", "major_modes", "Q_modes", "Q_major_modes".
Additional arguments. Not used. Needed to match generic signature only.
a tibble::tibble of the information of interest