a synthetic dataset that includes relational data where the number of nominations per row is censored at 10, along with information on eight covariates

data(YX_cbin)

Format

The format is: List of 2 $ Y: num [1:100, 1:100] NA 0 0 0 1 0 0 0 0 3 ... $ 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_cbin) gofstats(YX_cbin$Y)
#> sd.rowmean sd.colmean dyad.dep cycle.dep trans.dep #> 0.039373005 0.028860506 0.539267664 0.008495321 0.015489824