search for: nmuon

Displaying 1 result from an estimated 1 matches for "nmuon".

Did you mean: nmon
2005 Oct 12
3
Newbie problem with read.table
Hi R, I have a seemingly simple problem. I have a table in following format (tab seperated) Njets NBjets NElec NMuon Meff HT HT3j HE Aplan Plan 1 4 3 2 0 366.278 253.642 87.7473 1385 0.0124566 0.376712 2 3 1 1 0 235.19 157.688 18.2852 574.253 0.00064187 0.00528814 I read in with: > ttbar<-read.table("test2.dat",header=TRUE)...