Description Usage Arguments Details Value References Examples
Recreate Litchfield and Wilcoxon's (1949) nomograph to estimate the contribution to the chi-squared from the expected percent effect and the observed minus the expected percent effect.
1 |
values |
A logical scalar indicating whether values should be output. |
... |
Additional parameters to |
Use the nomograph by laying a straight edge from the expected percent effect in the first scale to the observed (corrected, if necessary) minus the expected percent effect in the second scale and reading the point where the straight edge crosses the third scale as the contribution.
The formula behind the nomograph is (observed - expected)^2 / (100 * expected)
If values
is TRUE, a list of length four, with the x and y
coordinates and the corresponding values (all displayed in the log10
scale) of the end points of the three scales. Information is provided
twice for the first scale, once for the left tick marks and once for the
right tick marks.
Litchfield, JT Jr. and F Wilcoxon. 1949. A simplified method of evaluating dose-effect experiments. Journal of Pharmacology and Experimental Therapeutics 96(2):99-113. [link].
1 | LWnomo1()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.