-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Description
I am running a Bayesian network analysis in JASP and have calculated the centrality measures (Expected Influence, Closeness and Betweenness). However, I would also like to obtain the confidence intervals for these measures. Unfortunately, JASP does not seem to provide these (only in a plot but not as values), and I also cannot access the underlying R syntax to extract them manually.
Purpose
The check for stability of the centrality measures and to report this in an academic paper
Use-case
No response
Is your feature request related to a problem?
I want to report the values of the CI's in an academic paper but I cannot read the values in the centrality plot
Is your feature request related to a JASP module?
Network
Describe the solution you would like
The values of the CI's in a table or the R syntax of the calculation of the standarized means and CI's of the centrality meaures (expected influence, closeness, betweenness)
Describe alternatives that you have considered
I calculated the standarized means and CI's of the centrality measures in R. However, the values are different than the ones in JASP. As I don't have the syntax used in JASP, I don't know how they are calculated.
Additional context
No response