Print method, prints the NCT output, plot method plots the output, summary method returns a summary of the output.
# S3 method for NCT
print(x,...)
# S3 method for NCT
summary(object,...)
# S3 method for NCT
plot(x, what = c("strength","network","edge","centrality"),...)
output of NCT
output of NCT
defines what has to be plotted: results pertaining to test on invariance of global strength ("strength"), network structure ("network"), edge strength ("edge"), or specific centrality measure ("centrality")
Arguments only used in plot method
Claudia D. van Borkulo, with contributions from Jonas Haslbeck, Sacha Epskamp, Payton Jones and Alex Millner
Maintainer: Claudia D. van Borkulo <cvborkulo@gmail.com>