ng_pseudo_response | R Documentation |
Pseudo responses should be regarded as a computational tool, not as an estimate of the score itself.
ng_pseudo_response(x, w = rep(1, length(x)))
x |
vector of covariates. |
w |
vector of weights. |
A vector of score estimates.
x <- seq(-3,3, length.out=50)
ng_pseudo_response(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.