Help needed by those who use 'R' please
One of my interests is the DNA side of genealogy . For this I use R sometimes. I've tried adding a sample to a txt file that works as the source , but keep getting the following error message .
[1] "2. FULL TABLE nMONTE"
Error in FUN(x, aperm(array(STATS, dims[perm]), order(perm)), ...) :
non-numeric argument to binary operator
In addition: Warning messages:
1: In read.table(file = file, header = header, sep = sep, quote = quote, :
incomplete final line found by readTableHeader on 'Me g25 scaled.txt'
2: In Ops.factor(left, right) : ‘>’ not meaningful for factors
3: In dist(totArr, method = "euclidean") : NAs introduced by coercion
To me this is gibberish , but I'm hoping one of the highly skilled computer programming people here can explain things to me in simple terms.