R coding related questions

While applying Mann Whitney test in R for median age data of two groups , its showing it cant calculate p values

Please show some data and the code you ran. To share data, you can use the dput() function. If your data are in a data frame named DF, you can share the whole data set by posting the output of

dput(DF)

If the data set is large, you can share the first twenty rows by posting the output of

dput(head(df,20))

Put lines with three back ticks before and after the output, like this
```
dput() output goes here
```

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.