Questions tagged [gmisc]

An R package of miscellaneous functions for graphics, table creating, plotting and more.

Gmisc is an package containing functions for descriptive statistics, transition plot, and other miscellanea including: tools for making the descriptive "Table 1" used in medical articles, a transition plot for showing changes between categories, a method for variable selection based on the , lines with arrows complementing the ones in the package.

Repositories

Vignettes

Other resources

Related tags

16 questions
0
votes
1 answer

In R - How do you make transition charts with the Gmisc package?

I've been trying to make a graph that looks like this (but nicer) based on what I found in this discussion using the transitionPlot() function from the Gmiscpackage. However, I can't get my transition_matrix right and I also can't seem to plot the…
OFish
  • 474
  • 1
  • 9
  • 19
1
2