powered by
homophily configuration graph weights
hcg.weights(rds.data, outcome.variable, N = NULL, small.fraction = FALSE, ...)
An rds.data.frame
The variable used to base the weights on.
Population size
should a small sample fraction be assumed
Unused
# NOT RUN { data(fauxtime) hcg.weights(fauxtime,"var1",N=3000) fauxtime$NETWORK[c(1,100,40,82,77)] <- NA # }
Run the code above in your browser using DataLab