Package: ggstudent Type: Package Date: 2020-05-05 Title: Continuous Confidence Interval Plots using t-Distribution Version: 0.1.1-1 Authors@R: person(given = "Jouni", family = "Helske", role = c("aut", "cre"), email = "jouni.helske@iki.fi", comment = c(ORCID = "0000-0001-7130-793X")) License: GPL (>= 2) Description: Provides an extension to 'ggplot2' (Wickham, 2016, ) for creating two types of continuous confidence interval plots (Violin CI and Gradient CI plots), typically for the sample mean. These plots contain multiple user-defined confidence areas with varying colours, defined by the underlying t-distribution used to compute standard confidence intervals for the mean of the normal distribution when the variance is unknown. Two types of plots are available, a gradient plot with rectangular areas, and a violin plot where the shape (horizontal width) is defined by the probability density function of the t-distribution. Encoding: UTF-8 BugReports: https://github.com/helske/ggstudent/issues URL: https://github.com/helske/ggstudent Depends: R (>= 3.1.0) Imports: dplyr, ggplot2, stats Suggests: scales RoxygenNote: 6.1.1 Repository: https://helske.r-universe.dev Date/Publication: 2021-09-06 10:37:03 UTC RemoteUrl: https://github.com/helske/ggstudent RemoteRef: HEAD RemoteSha: cb07e69f56b09de1b6c73eaac5e28f900beb1d3e NeedsCompilation: no Packaged: 2026-06-04 09:03:45 UTC; root Author: Jouni Helske [aut, cre] (ORCID: ) Maintainer: Jouni Helske