Description Usage Arguments Value Methods (by class)
Draw n
response vectors from a fitted model for a population
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## S3 method for class 'betareg'
draw(m, x = stats::model.frame(m), B, ...)
## S3 method for class 'crch'
draw(m, x = stats::model.frame(m), B, ...)
draw(m, x, B, ...)
## S3 method for class 'glm'
draw(m, x = stats::model.frame(m), B, ...)
## S3 method for class 'svymnlogit'
draw(m, x = stats::model.frame(m), B, ...)
## S3 method for class 'svyolr'
draw(m, x, B, ...)
|
m |
the model. |
x |
data.frame. The population of interest. |
B |
matrix. A set of plausible coefficient vectors generated via |
... |
other arguments to |
a vector of responses.
betareg
: betareg
crch
: crch
glm
: glm
svymnlogit
: svymnlogit
svyolr
: the x
argument may not be omitted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.