diff --git a/docs/.doctrees/Multihistogram.doctree b/docs/.doctrees/Multihistogram.doctree index 2339bdf..9be415c 100644 Binary files a/docs/.doctrees/Multihistogram.doctree and b/docs/.doctrees/Multihistogram.doctree differ diff --git a/docs/.doctrees/Raincloud_plot.doctree b/docs/.doctrees/Raincloud_plot.doctree index ba0a673..9a76897 100644 Binary files a/docs/.doctrees/Raincloud_plot.doctree and b/docs/.doctrees/Raincloud_plot.doctree differ diff --git a/docs/.doctrees/environment.pickle b/docs/.doctrees/environment.pickle index a17401c..7c5248c 100644 Binary files a/docs/.doctrees/environment.pickle and b/docs/.doctrees/environment.pickle differ diff --git a/docs/Multihistogram.html b/docs/Multihistogram.html index a1c52ad..dc318d7 100644 --- a/docs/Multihistogram.html +++ b/docs/Multihistogram.html @@ -102,7 +102,7 @@

What’s this?1

+

This macro was designed based on the report of Wierenga, Madison R et al. 1

Input data

@@ -154,7 +154,6 @@

Syntaxcattitle=#, leveltitle=#, pairtitle=#, - leveltitle=level, responsetxt=false, orient=v, pairsplit=false, @@ -230,12 +229,6 @@

ParametersReference

-
1
-

Running CA Wierenga MR, Crawford CR. Older us adults like sweetened colas, but not other chemesthetic beverages. 2020. URL: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8140601/.

+
1
+

Madison R. Wierenga, Ciera R. Crawford, and Cordelia A. Running. Older us adults like sweetened colas, but not other chemesthetic beverages. Journal of texture studies, 51(5):722–732, 2020. URL: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8140601/.

diff --git a/docs/Raincloud_plot.html b/docs/Raincloud_plot.html index 06c31c1..20c1d55 100644 --- a/docs/Raincloud_plot.html +++ b/docs/Raincloud_plot.html @@ -61,6 +61,7 @@
  • Scale parameter
  • +
  • Reference
  • Raincloud plot (paired)
  • @@ -100,13 +101,10 @@

    Raincloud plot

    What’s this?

    Macro for generate raincloud plot using SAS GRAPH.

    -

    Raincloud plot is contained density plot (half-violin plot) , box plot and strip plot.

    +

    Raincloud plot is contained density plot (half-violin plot) , box plot and strip plot. 1

    density plot displays distribution estimated by KDE (kernel density estimation) of input data.

    box plot displays descriptive statistics (mean, q1, q2, q3 outlier).

    strip plot is jittered scatterplot and displays individual data.

    -

    more information is described in following paper.

    -

    Allen M, Poggiali D, Whitaker K et al. Raincloud plots: a multi-platform tool for robust data visualization -[version 2; peer review: 2 approved]. Wellcome Open Res 2021, 4:63 (https://doi.org/10.12688/wellcomeopenres.15191.2)

    Input data

    @@ -549,6 +547,16 @@

    Scale parameter

    +
    +

    Reference

    +
    +
    +
    1
    +

    Micah Allen, Davide Poggiali, Kirstie Whitaker, Tom Rhys Marshall, Jordy van Langen, and Rogier A Kievit. Raincloud plots: a multi-platform tool for robust data visualization, version 2. Wellcome open research, 2021. URL: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6480976/.

    +
    +
    +
    +
    diff --git a/docs/_sources/Multihistogram.rst.txt b/docs/_sources/Multihistogram.rst.txt index 8b4a73d..06b2faa 100644 --- a/docs/_sources/Multihistogram.rst.txt +++ b/docs/_sources/Multihistogram.rst.txt @@ -11,7 +11,7 @@ Macro for multihistogram using SAS GRAPH. multihitogram is histogram created by each category variable and pair variable. Box width of histogram is reflect the response variable. multihistogram is used for frequency comparison of multiple category in small display area. -This macro was designed based on the report of Wierenga, Madison R et al. :footcite:p:`multiplehistogram` +This macro was designed based on the report of Wierenga, Madison R et al. :footcite:p:`madison2020older` @@ -49,7 +49,6 @@ Syntax cattitle=#, leveltitle=#, pairtitle=#, - leveltitle=level, responsetxt=false, orient=v, pairsplit=false, @@ -111,10 +110,6 @@ Parameters if True the histogram will be split by pair variable. default is "False". -- **pairtitle : text (optional)** - - title of pair variable legend. if legend parameter is set "False", this parameter will be ignored. - default is "Pair". - **legend : bool (optional)** diff --git a/docs/_sources/Raincloud_plot.rst.txt b/docs/_sources/Raincloud_plot.rst.txt index 3c3cee8..ea9aebe 100644 --- a/docs/_sources/Raincloud_plot.rst.txt +++ b/docs/_sources/Raincloud_plot.rst.txt @@ -8,7 +8,7 @@ What's this? Macro for generate raincloud plot using SAS GRAPH. -Raincloud plot is contained density plot (half-violin plot) , box plot and strip plot. +Raincloud plot is contained density plot (half-violin plot) , box plot and strip plot. :footcite:p:`allen2019raincloud` density plot displays distribution estimated by KDE (kernel density estimation) of input data. @@ -16,11 +16,6 @@ box plot displays descriptive statistics (mean, q1, q2, q3 outlier). strip plot is jittered scatterplot and displays individual data. -more information is described in following paper. - -Allen M, Poggiali D, Whitaker K et al. Raincloud plots: a multi-platform tool for robust data visualization -[version 2; peer review: 2 approved]. Wellcome Open Res 2021, 4:63 (https://doi.org/10.12688/wellcomeopenres.15191.2) - ***************** Input data @@ -476,4 +471,9 @@ code :: bw_method=srot ); -.. image:: ./img/rain_width1.svg \ No newline at end of file +.. image:: ./img/rain_width1.svg + +*************** +Reference +*************** +.. footbibliography:: \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 6417dab..aaa54b3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -98,6 +98,7 @@
  • Syntax
  • Parameters
  • example
  • +
  • Reference
  • Raincloud plot (paired)