Skip to content

Suggestion for adapting the parameter aggregation #33

@KarolineHuth

Description

@KarolineHuth

Hi Jonas,

in some recent work, we looked at the nodewise estimation approach for networks https://osf.io/preprints/psyarxiv/nmdxe. In the manuscript, we looked at the asymptotic properties of different methods of aggregating the parameters. In there, we show that merely averaging the two parameters leads to an asymptotically biased estimator. Instead, one should multiply or rescale the nodewise parameters. To avoid the bias in MGM, we recommend updating the R code that aggregates the edge weights in your script. If adopting the multiplied approach, one can obtain the edge weights with

sgn(weights_matrix)sqrt(weights_matrixt(weights_matrix))

Happy to discuss further.

Best, Karoline

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions