You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was using circumplex package I got the following error message:
Error in **purrr::map_dbl()**:
ℹ In index: 1.
ℹ With name: t1.
Caused by error in **quantile.default()**:
! missing values and NaN's not allowed if 'na.rm' is FALSE
I tried to analyse circumplex data using this code:
Can you please email me ([email protected]) either your exact dataframe or a subset or an MRE that produces the problem (ideally as an RDS file via writeRDS())? I can then track down the problem and report back.
While I was using circumplex package I got the following error message:
I tried to analyse circumplex data using this code:
This is the backtrace:
There are no missing values nor NaNs in my dataframe.
Dataframe sample:
How can I resolve this error? Thank you in advance!
The text was updated successfully, but these errors were encountered: