mids_subset_2: Subset imputed data sets

Description Usage Arguments Author(s)

View source: R/mids_subset_2.r

Description

Subset imputed data sets from a mids object. If the subsetting index is proper, this function will call mids_subset and thus index can be integer, logical or character. For improper subsets the index must be integer, and the object$data will get its rownames set to 1:nrow(object$data) (for ease of handling).

Usage

1
mids_subset_2(object, index)

Arguments

object

a mids object

index

the rows you want (must be integer for improper subsets)

Author(s)

Henrik Renlund


renlund/formids documentation built on May 27, 2019, 5:51 a.m.