Constructor for masked data.
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.