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
Hi. I ran into an issue with this package on R version 4.2.2 . When running the ihw() command (precise details below), the R client crashes, even when running in the R terminal with only ihw() loaded. Running the same command in R version 4.1.2 resolved this issue.
The precise command that I encounter this issue is here:
p.adj_ihw <- ihw(p.val ~ number, data=data_reshape, alpha=.05)
I've attached the dataframe (as an .RData file, zipped up) that I attempted to do this with here: test_df.zip
The text was updated successfully, but these errors were encountered:
Hi. I ran into an issue with this package on R version 4.2.2 . When running the ihw() command (precise details below), the R client crashes, even when running in the R terminal with only ihw() loaded. Running the same command in R version 4.1.2 resolved this issue.
The precise command that I encounter this issue is here:
p.adj_ihw <- ihw(p.val ~ number, data=data_reshape, alpha=.05)
I've attached the dataframe (as an .RData file, zipped up) that I attempted to do this with here:
test_df.zip
The text was updated successfully, but these errors were encountered: