The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Shape Comparison Plots for Nominal Variables

Shape Comparison Plots for Nominal Variables

This vignette demonstrates how to create shape comparison plots for nominal variables using the shape_comp_plot function from the nomiShape package. Shape comparison plots visually compare the distribution shapes of the observed distribution (in black dotted line) of a nominal variable with a set of 4 theoretical ones: uniform, triangular, normal and exponential.

Creating Shape Comparison Plots

# Example usage of shape_comp_plot
shape_comp_plot(categories, "animal")

# Example usage of shape_comp_plot
shape_comp_plot(categories2, "animal")

# Example usage of shape_comp_plot
shape_comp_plot(categories3, "animal")

# Example usage of shape_comp_plot
shape_comp_plot(starwars, "species")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.