Row bind a list of objects that inherit from dplyr::tibble to create
a single object grouped by id. Objects in the list must currently be of
class psweight, psweight_mi, surv_ate, or marginal_survival.
rbind_list(l, id, integer_id = FALSE)
| l | A list containing the objects of interest, which must all be of the
same class and inherit from |
|---|---|
| id | Identifier for for the returned object used to group results.
Passed to the |
| integer_id | If |
A single object of class "grouped_{class}"
where {class} is the class of element in l. The returned object also
inherits from dplyr::tibble and is grouped by id.