You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.0 KiB
Plaintext
52 lines
1.0 KiB
Plaintext
.-
|
|
help for ^baplot^ (STB-55: sbe33)
|
|
.-
|
|
|
|
Bland-Altman plots
|
|
------------------
|
|
|
|
^baplot^ varname1 varname2 [^if^ exp] [^in^ range] [^, format(^str^)^
|
|
^avlab(^str^) difflab(^str^)^ graph_options]
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
^baplot^ produces Bland-Altman plots, that is, plots of the difference of
|
|
paired variables versus their average.
|
|
|
|
|
|
Options
|
|
-------
|
|
|
|
^format(^str^)^ sets the format for the results given.
|
|
|
|
^avlab(^str^)^ gives a variable label to the average before plotting the graph.
|
|
|
|
^difflab(^str^)^ gives a variable label to the difference before plotting the
|
|
graph.
|
|
|
|
graph_options are any of the options allowed with ^graph, twoway^.
|
|
|
|
|
|
Examples
|
|
--------
|
|
|
|
. ^use col_icp^
|
|
. ^baplot icp colorime, avlab("ICPOES vs Colorimetry)^
|
|
|
|
|
|
Author
|
|
------
|
|
Paul Seed
|
|
GKT School of Medicine
|
|
King's London, UK
|
|
email: paul.seed@@kcl.ac.uk
|
|
|
|
|
|
Also see
|
|
--------
|
|
|
|
STB: STB-55 sbe33
|
|
|