-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DCMS and stat_to_pvalue subsetting issue #19
Comments
Hi, Did you solve it ? I try once again and again.......... |
Try an older version of R (like 4.2.1)
…On Mon, 19 Jun 2023 at 11:47 AM shelfey ***@***.***> wrote:
Hi, Did you solve it ? I try once again and again..........
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3NQWV7ABIEL4TLN23FSMU3XMAG2RANCNFSM6AAAAAAQ4TNSHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Oh my god, thank you so much........ |
My pleasure, im not sure why this is an issue with newer versions of R and
it would be nice if the devs chime in on whether this workaround is okay or
not
…On Mon, 19 Jun 2023 at 11:51 AM shelfey ***@***.***> wrote:
Oh my god, thank you so much........
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3NQWV4WPH7ID4Q32TOWREDXMAHIRANCNFSM6AAAAAAQ4TNSHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
i Try an older version of R(4.2.1),but it doesn't work also |
hallo, do you solve this problem, i tried many times, but failed again and again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using the stat_to_pvalue and DCMS functions of MINOTAUR and an error came up that hadn’t existed previously when I ran the program back in august. If I try to use a dataframe with more than one column I get this error repeatedly:
dfp_left<-stat_to_pvalue(dfv, column.nums = 1:ncol(dfv), subset = 1:nrow(dfv),
two.tailed = rep(FALSE, length(column.nums)), right.tailed = rep(FALSE,
length(column.nums)))
Error in if (class(try(df.vars[subset, ], silent = TRUE)) == "try-error") stop("subset must contain valid indexes for choosing rows in dfv") :
the condition has length > 1
it works fine when I run only one column but I need to use multiple columns in DCMS, appreciate the help.
The text was updated successfully, but these errors were encountered: