Re: [R] AMOVA error: 'bin' must be numeric or a factor

2012-02-12 Thread Ben Bolker
Hanne Ballestad bio.uio.no> writes: > I am trying to analyse my data using amova > (http://www.oga-lab.net/RGM2/func.php?rd_id=pegas:amova): > > My input to R is a DNA sequence file, format=fasta > dna<- read.dna("XX.fasta", format="fasta") #left other options as > default > d<

[R] AMOVA error: 'bin' must be numeric or a factor

2012-02-11 Thread Hanne Ballestad
Hi! I am trying to analyse my data using amova (http://www.oga-lab.net/RGM2/func.php?rd_id=pegas:amova): My input to R is a DNA sequence file, format=fasta dna<- read.dna("XX.fasta", format="fasta") #left other options as default d<- dist.dna(dna, model="raw") g<- read.table