[[,Response_set,numeric,missing-method | R Documentation |
Response_set
objectsSubset Response_set
objects
## S4 method for signature 'Response_set,numeric,missing'
x[[i, j, ...]]
x |
A |
i |
indices specifying elements to extract or replace. |
j |
This will not be used in |
... |
Additional parameters to be passed to the function. |
A Response-class
object.
Emre Gonulates
resp_set <- sim_resp(ip = generate_ip(n = 12), theta = rnorm(10),
output = "response_set")
resp_set[[2]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.