Skip to contents

a synthetic dataset that includes binary relational data as well as information on eight covariates

Usage

data(YX_bin)

Format

The format is: List of 2 $ Y: num [1:100, 1:100] NA 0 0 0 0 0 0 0 0 1 ... $ X: num [1:100, 1:100, 1:8] 1 1 1 1 1 1 1 1 1 1 ... ..- attr(*, "dimnames")=List of 3 .. ..$ : NULL .. ..$ : NULL .. ..$ : chr [1:8] "intercept" "rgpa" "rsmoke" "cgpa" ...

Examples


data(YX_bin)
gof_stats(YX_bin$Y) 
#> Note: Square matrix assumed to be unipartite. Use mode='bipartite' for square bipartite networks.
#> sd.rowmean sd.colmean   dyad.dep  cycle.dep  trans.dep 
#> 0.04977650 0.03099423 0.52449087 0.01984067 0.02400606