AWKruijt / JT-RCI

obtain and plot Jacobson-Truax and reliable change indices
10 stars 1 forks source link

Error: #1

Closed atanasj closed 3 years ago

atanasj commented 3 years ago

Hi,

I have specified the below code.

JTRCI(data = phd_sp_rc_wide,
      ppid = "ID",
      pre = "pb_mean_1",
      post = "pb_mean_2",
      group = "C",
      reliability = pb_rel,
      indextype = "JT",
      JTcrit = "auto"
)

I am getting the following error:

Error in JTRCI(data = phd_sp_rc_wide, ppid = "ID", pre = "pb_mean_1",  : 
  'list' object cannot be coerced to type 'double'

I'm not quite sure what is going on.

atanasj commented 3 years ago

Created in error and closed.