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
Hope everything is well. I met an issue when I run ash function with input z. Here, z is a P by 1 vector of z-score. Do you have any idea for this error? Thank you.
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 't': error in evaluating the argument 'x' in selecting a method for function 't': non-conformable arrays
ashr::ash( z, rep(1,length(z)) )
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 't': argument is not a matrix
The text was updated successfully, but these errors were encountered:
Hi there,
Hope everything is well. I met an issue when I run
ash
function with inputz
. Here, z is a P by 1 vector of z-score. Do you have any idea for this error? Thank you.ashr::ash( z, rep(1,length(z)),mixcompdist = "normal" )
ashr::ash( z, rep(1,length(z)) )
The text was updated successfully, but these errors were encountered: