numeric or logical, If an integer, size
of each subsample. If FALSE, runs PCA on entire data
set.
n.subsamples
numeric, number of subsamples.
ignore.cols
numeric, indices of columns not to
include
use.cols
numeric, indices of columns to use
progress.bar
logical, if TRUE then progress in
running subsamples will be shown.
Value
A list
dils
vector, named vector of component
weights for first dimension of principal component
analysis (see example for comparison to
prcomp).
dils.edgelist
Unused
columns of x bound with the DILS scores on the
right. Forms an edgelist if there were two unused columns
and they containted the ids for the dyads.
coefficients
named vector, weights that genereate
dils by taking dot-product with network data.
weights
named vector, raw.weights scaled by
standard deviations of network edges, then scaled to sum
to 1.