mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-15 02:20:05 +00:00
The BasePlus package [ver. 1.37.0]
## The BasePlus package [ver. 1.37.0] Changes: - Update to the %rainCloudPlot() macro. - New macro %iffunc() added. - Documentation updated. --- SHA256 digest for BasePlus: F*8155BFE82F7833E4B0DA24D81DBDFC58463906D6032B1F0161772DADE84BE790 ---
This commit is contained in:
@@ -362,7 +362,7 @@ run;
|
|||||||
**EXAMPLE 27** Conditional value assignment:
|
**EXAMPLE 27** Conditional value assignment:
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas
|
||||||
%let x = A B C;
|
%let x = A B C;
|
||||||
%let y = %iffunc((%scan(&x.,1)=A),Stats with "A"., Does not start with "A".);
|
%let y = %iffunc((%scan(&x.,1)=A),Starts with "A"., Does not start with "A".);
|
||||||
%put &=y.;
|
%put &=y.;
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@@ -1995,7 +1995,7 @@ See examples in `%zipEvalf()` help for the details.
|
|||||||
|
|
||||||
## >>> `%RainCloudPlot()` macro: <<< <a name="raincloudplot-macro"></a> #######################
|
## >>> `%RainCloudPlot()` macro: <<< <a name="raincloudplot-macro"></a> #######################
|
||||||
|
|
||||||
The RainCloudPlot() macro allow to plot Rain Cloud plots, i.e. pots of
|
The RainCloudPlot() macro allow to plot Rain Cloud plots, i.e. plots of
|
||||||
kernel density estimates, jitter data values, and box-and-whiskers plot.
|
kernel density estimates, jitter data values, and box-and-whiskers plot.
|
||||||
|
|
||||||
See examples below for the details.
|
See examples below for the details.
|
||||||
@@ -5918,7 +5918,7 @@ The basic syntax is the following, the `<...>` means optional parameters:
|
|||||||
**EXAMPLE 4.** Macro-Functions works too:
|
**EXAMPLE 4.** Macro-Functions works too:
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~sas
|
||||||
%let x = A B C;
|
%let x = A B C;
|
||||||
%put %iffunc((%scan(&x.,1)=A),Stats with "A"., Does not start with "A".);
|
%put %iffunc((%scan(&x.,1)=A),Starts with "A"., Does not start with "A".);
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user