Checks some basic assumptions about the suitability of network analysis on your data
assumptionCheck(
data,
type = c("network", "impact"),
percent = 20,
split = c("median", "mean", "forceEqual", "cutEqual", "quartiles"),
plot = FALSE,
binary.data = FALSE,
na.rm = TRUE
)
dataframe or matrix of observational data (rows: observations, columns: nodes)
which assumptions to check? "network" tests the suitability for network analysis in general. "impact" tests the suitability for analyzing impact
percent difference from grand mean that is acceptable when comparing variances.
if type="impact", specifies the type of split to utilize
logical. Should histograms each variable be plotted?
logical. Defaults to FALSE
logical. Should missing values be removed?
Network analysis rests on several assumptions. Among these: - Variance of each node is (roughly) equal - Distributions are (roughly) normal
Comparing networks in impact rests on additional assumptions including: - Overall variances are (roughly) equal in each half
This function checks these assumptions and notifies any violations. This function is not intended as a substitute for careful data visualization and independent assumption checks.
See citations in the references section for further details.
Terluin, B., de Boer, M. R., & de Vet, H. C. W. (2016). Differences in Connection Strength between Mental Symptoms Might Be Explained by Differences in Variance: Reanalysis of Network Data Did Not Confirm Staging. PLOS ONE, 11(11), e0155205. Retrieved from https://doi.org/10.1371/journal.pone.0155205