Description Usage Arguments Value
View source: R/ExtraFunctions.R
Simulate a bin's mean from its non-zero cell proportion from estimated second degree polynomial coefficients.
1 | simBinMeans(x, c0, c1, c2)
|
x |
non-zero cell proportion of a bin. |
c0 |
coefficient of x power 0. |
c1 |
coefficient of x power 1. |
c2 |
coefficient of x power 2. |
A dependent variable y, which is the simulated bin mean.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.