Search Results

Search: Posts Made By: quincyjones
2,082
Posted By quincyjones
No worries but thank you for the help. I figure...
No worries but thank you for the help. I figure out this in R in more easy way.

library(dplyr)
a<-read.table("input", head=T)
b<- a %>%
group_by(name) %>%
summarise_each(funs(median(.,...
2,082
Posted By quincyjones
I am afraid, it seems there is a small bug some...
I am afraid, it seems there is a small bug some where. Sometimes, I get different outputs from the same input. Some times just the header.
2,082
Posted By quincyjones
How to print median values of matrix -awk?
I use the following script to print the sum and how could I extend this to print medians instead? thanks

name s1 s2 s3 s4
g1 2 8 6 5
g1 5 7 9 9
g1 6 7 8 9
g2 8 8 8 8
g2 7 7 7 7...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 12:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy