Hi everyone,
I am quite new to Rstudio and had an error while running a NCT code.
I used the following code:
NCT_a <- NCT(group_1_history_of_depression, group_2_no_history_depression, gamma=0, it=10, binary.data = TRUE,
test.edges=TRUE, edges="all")
and this error came up:
in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'drop': non-conformable arguments
I have no clue how to go from here. Does anyone have any tips?
Thanks!