wrapdataL | R Documentation |
Wrap up of dataL in forensim. Given file with columns: "No, Marker, Allele, Frequency and Height" the log likelihood for requested number of contributors is calculated. For now only "Frequency" column is used.
wrapdataL(fil , plotte , nInMixture , tit )
fil |
Input file |
plotte |
If T, plot |
nInMixture |
Alternatives for number of contributors, say 1:5 |
tit |
Title to be used in plot |
Plot (optional) and log likelihoods
Thore Egeland Thore.Egeland@medisin.uio.no
## Not run: aa<-simMixSNP(nSNP=5,writeFile=TRUE,outfile="sim.txt",ncont=3) #Simulates data res<-wrapdataL(fil="sim.txt") # Calculates and plots ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.