predict_normal | R Documentation |
This internal function simulates covariate values from a normal distribution.
predict_normal(x, mean, est_sd = NA)
x |
Integer specifying the number of observations to be simulated. |
mean |
Numeric scalar specifying the mean of the distribution. |
est_sd |
Numeric scalar specifying the standard deviation of the distribution. |
Numeric vector of simulated covariate values under the normal distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.