Skip to contents

Constructor for masked data.

Usage

md(x, ...)

Arguments

x

An object to convert to masked data.

...

pass additional arguments to `as_tibble`

Value

A masked data tibble with additional attributes.

Details

Converts an object `x` to masked data, which is a tibble (data frame) with some extra attributes, such as the `latent` attribute to specify which variables are latent in the model.