Entering edit mode
6.4 years ago
shivangi.agarwal800
▴
120
I want to test normality in R, my data looks like:
file:///home/ravi/Pictures/data.png
I want to do normality test for each of the transcript. I used the code as:
my_data <- read.csv("b.csv")
my_data
shapiro.test(my_data$t1)
When I am doing shapiro.test(my_data) Error: is.numeric(x) is not TRUE It gave me result for t1, likewise I want to do for all, how to do it at once?
Data is like this, where each row represents patient's ids (p1,p2,p3,p4,p5,p6) and each column represents transcript ids (t1,t2,t3,t4)
You will find this useful: How to add images to a Biostars post
You can't link/upload images on your local desktop to Biostars directly.
Please use the formatting bar (especially the
code
option) to present your post better. I've done it for you this time.Thank you!