synthetic longitudinal binary relational data (latent-scale)
Source:R/amen-package.R
YX_bin_long.Rda synthetic 50-actor, 4-period dataset used by the vignettes. The
shipped Y array holds the latent probit-scale predictor
(range roughly -24 to 20), not 0/1 ties. To recover the binary tie
indicator the dataset name implies, threshold at zero:
Y_bin <- (YX_bin_long$Y > 0) * 1. If passed unthresholded to
lame(..., family = "binary") the fit will warn and silently
apply the same Y > 0 threshold.
Usage
data(YX_bin_long)