68
25 March 2013 Introduction to the software for Forensim users Hinda Haned

Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

25 March 2013

Introduction to the software for Forensim users

Hinda Haned

Page 2: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

2 Introduction to LRmix |Sevilla, September 2013

Part 1: general introduction to R

Part 2: introduction to the LRmix module

Page 3: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

3 Introduction to LRmix |Sevilla, September 2013

Part1

Page 4: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

4 Introduction to LRmix |Sevilla, September 2013

What is ?

is a freely available language and environment for statisticalcomputing and graphics

Open source means that the source code is available to allpotential users and they are free to use, modify, and re-distributethe source code.

Page 5: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

5 Introduction to LRmix |Sevilla, September 2013

What is open source software?

Open source means that the source code is available to allpotential users and they are free to use, modify, and re-distributethe source code.

Page 6: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

6 Introduction to LRmix |Sevilla, September 2013

What is source code?

A source code file is the original computer program written by aprogrammer

It shows the logic behind a program, the strategies used for solving various problems, and all the details needed to make the software run

Page 7: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

7 Introduction to LRmix |Sevilla, September 2013

What is source code?

PCR simulation module in Forensim:

Page 8: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

8 Introduction to LRmix |Sevilla, September 2013

What is source code?Source code of the module:

Page 9: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

9 Introduction to LRmix |Sevilla, September 2013

Open source software: Definitions

Refers exclusively to the source code and it is possible to havesupport, services, documentation, and even binary versions whichare not monetarily free.

Open source = transparent

Open source “black box”

Open source free of charge, but most of the time it is!

Page 10: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

10 Introduction to LRmix |Sevilla, September 2013

Open source software: Definitions

Four essential freedoms:1. Redistribute software without restriction2. Access the source code3. Modify the source code4. Distribute the modified version of the software : for free...or

not!

Open source evolves through community cooperation: Community of users Community of developers

Page 11: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

11 Introduction to LRmix |Sevilla, September 2013

Open source ≠ Freeware

Freeware : A software which can be downloaded, used, and copiedwithout restrictions, but, no access to the source code.

There is no community and no development infrastructure aroundfreeware" as there is around open source software

Open source ≠ Freeware

Page 12: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

12 Introduction to LRmix |Sevilla, September 2013

Open source vs. Freeware: example

Open source software Community of developers Community of users Users report bugs to developers

Freeware ≠ open source Community of users Users report bugs to Microsoft

Page 13: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

13 Introduction to LRmix |Sevilla, September 2013

Widely used open source software

Gimp

Mozilla FirefoxVLC Media Player

Linux

Android

Page 14: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

14 Introduction to LRmix |Sevilla, September 2013

Is open source secure?“Since everyone can contribute to open source software, isn't lessreliable than commercial software?”

No ! Any change to an open source project is submitted to the filter of a group of maintainers first

Open source software can be more secure than commercial software:

• active communities tracking bugs and inconsistencies• users = testers that report back to the project (mailing lists,

forums)

Page 15: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

15 Introduction to LRmix |Sevilla, September 2013

Open source = Free software

Example: Commercial version of the R software:

Core program is free, but the company charges for extra products • Enterprise deployment• Technical support• Consulting• Training• …

Free as in free speech, not as in free beer!

Page 16: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

16 Introduction to LRmix |Sevilla, September 2013

Summary

Open source software : freedom to run, copy, distribute, study,change and improve the software.

Open source ≠ non-commercial

“Open source promotes software reliability and quality by supporting independent peer review and rapid evolution of source code”- The Free Software Foundation-

Page 17: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

17 Introduction to LRmix |Sevilla, September 2013

Why should you use ?

Advantages• Fast and free• Work on the cutting edge of statistical research• Very active user community • Excellent for simulation, programming, computer, intensive analyses…• Script language: forces you to think about your analysis!

Disadvantages• Not user-friendly• Data preparation and cleaning might be difficult • R-Help list : famous to be hostile !

Page 18: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

18 Introduction to LRmix |Sevilla, September 2013

• R is like other programming languages : C, Perl and Python

• R is particularly useful because it contains built-in mechanisms for organizing data, running calculations, creating graphical representations of data sets

• Researchers and engineers can improve the existing code for a specific task, for example, the calculation of the mean, and make these new functions available in a package

fundamentals

Page 19: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

19 Introduction to LRmix |Sevilla, September 2013

A package is a collection of small programs dedicated to aspecific task. You can find packages for almost anything !

fundamentals

• Statistical Genetics• Forensic genetics• Bayesian inference• Computational physics• Clinical trials• Probability distributions• Analysis of ecological data

• Finance• Graphics• Medical image analysis• Multivariate statistics• Statistics for the social sciences• Analysis of spatial data• Survival analysis• Time series analysis

For an overview of available packages per topic:http://cran.r-project.org/web/views/

Page 20: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

20 Introduction to LRmix |Sevilla, September 2013

fundamentals

The Comprehensive R Archive Network (CRAN) : is a networkof ftp and web servers around the world that store identical,up-to-date, versions of code and documentation for R.

Currently, the CRAN package repository features 2343 availablepackages!

Page 21: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

21 Introduction to LRmix |Sevilla, September 2013

The Forensim package

• Forensim is a package for the R statistical software• Forensim is freely available• Sources are freely available on the web• Compiles and runs on a wide variety of UNIX platforms, Windowsand MacOS

Page 22: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

22 Introduction to LRmix |Sevilla, September 2013

Overview of the Forensim packageForensim combines different features to answer some of theidentified needs in forensic genetics

Simulation tools: simulation of data commonly encountered in forensic casework

Statistical tools: main statistical methods forforensic DNA evidenceinterpretation

Page 23: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

23 Introduction to LRmix |Sevilla, September 2013

Forensim package: simulation tools

R script• Allele frequencies- population substructure• DNA profiles (qualitative and quantitative data)• DNA mixtures

User-friendly modules• Polymorphism chain reaction: simPCR2• Heterozygote balance (demonstration later today): Hbsimu

Page 24: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

24 Introduction to LRmix |Sevilla, September 2013

Forensim package: statistical tools

• Exclusion probability (RMNE)

• Likelihood ratios: General formula for likelihood ratios – LRmix user-friendly module

• Curran et al, 1999, Balding & Buckleton, FSIG, 2009

• Random match probabilities

Page 25: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

25 Introduction to LRmix |Sevilla, September 2013

Forensim package: documentation

• Manual: all functions and data sets are described, examples are given

• Detailed tutorials with practical and reproducible examples are available online• LRmix tutorial is distributed during the course

http://forensim.r-forge.r-project.org/

Page 26: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

26 Introduction to LRmix |Sevilla, September 2013

Forensim package: how to get help

Post a message on Forensim mailing list forensim-help

Contact me: [email protected]/[email protected]

Subscribe to [email protected]

Page 27: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

27 Introduction to LRmix |Sevilla, September 2013

Part 2: introduction to LRmix

Page 28: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

28 Introduction to LRmix |Sevilla, September 2013

(1) Install the R software

Page 29: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

29 Introduction to LRmix |Sevilla, September 2013

(1) Install the R software

Page 30: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

30 Introduction to LRmix |Sevilla, September 2013

(1) Install the R software

Page 31: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

31 Introduction to LRmix |Sevilla, September 2013

Page 32: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

32 Introduction to LRmix |Sevilla, September 2013

An executable file will be downloaded automatically. R.2.15.1.exe Simply click and follow the instructions! Es possible elegir Español

Page 33: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

33 Introduction to LRmix |Sevilla, September 2013

Press ‘next’ until...

Page 34: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

34 Introduction to LRmix |Sevilla, September 2013

Page 35: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

35 Introduction to LRmix |Sevilla, September 2013

Prepare your working folder first!-Create a folder where you will put your cases, notes, lectures, etc-Copy the blue R Icon in the folder

Page 36: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

36 Introduction to LRmix |Sevilla, September 2013

A little trick to make your life easier...

Page 37: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

37 Introduction to LRmix |Sevilla, September 2013

A little trick to make your life easier...

Page 38: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

38 Introduction to LRmix |Sevilla, September 2013

Leave it blank

Press Apply

Page 39: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

39 Introduction to LRmix |Sevilla, September 2013

You are now ready to launch R

Simply click the blue Icon!

Page 40: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

40 Introduction to LRmix |Sevilla, September 2013

(2) Install the Forensim package

Option 1: install the package directly from the R environment (Internet connexion)

Option 2: Install the package manually (no Internet connexion) Refer to LRmix tutorial online

Page 41: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

41 Introduction to LRmix |Sevilla, September 2013

(2) Install the Forensim package

Page 42: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

42 Introduction to LRmix |Sevilla, September 2013

Choose mirror (in Spain)

Page 43: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

43 Introduction to LRmix |Sevilla, September 2013

Choose package forensim

Page 44: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

44 Introduction to LRmix |Sevilla, September 2013

Clear console for better visibility(nothing will be deleted)

Page 45: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

45 Introduction to LRmix |Sevilla, September 2013

(3) Load the Forensim libraryType the following code in the R console:

library(forensim)

Page 46: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

46 Introduction to LRmix |Sevilla, September 2013

(3) Load the Forensim libraryType the following code in the R console:

library(forensim)

Page 47: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

47 Introduction to LRmix |Sevilla, September 2013

(4) Start LRmixType the following code in the R console:

library(forensim)LRmixTK()

Page 48: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

48 Introduction to LRmix |Sevilla, September 2013

Illustration of the LRmix module using the Hammer case, Published in Gill et al, FSIG, 2007

Page 49: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

49 Introduction to LRmix |Sevilla, September 2013

Main LRmix interface

Page 50: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

50 Introduction to LRmix |Sevilla, September 2013

Input files in LRmixType 1: CSV files, they are comma separated files (‘,’), and the decimal separator is the dot (‘.’)

Type 2: tab separated files, they are tab separated (‘\t’, e.g. Excel), and the dot(‘.’) is the decimal separator

Never use spaces in your column-names, or in the sample-names (epg, or references)

Page 51: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

51 Introduction to LRmix |Sevilla, September 2013

Installing OpenOffice could greatly assist!!

Open office is the equivalent of Microsoft Office, except:-It is open source-Free of charge-Much more efficient when it comes to visualising data-You can visualise data much more easily than with Excel or notepad

www.openoffice.org

Page 52: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

52 Introduction to LRmix |Sevilla, September 2013

Main LRmix interface

(1) Load the crime-sample profile

(2) Load the references (suspect/victim)

(3) Load your allele frequencies

Page 53: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

53 Introduction to LRmix |Sevilla, September 2013

(1) Load the crime-sample profiles

Page 54: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

54 Introduction to LRmix |Sevilla, September 2013

(1) Load the crime-sample profiles

sampleHammer.txt

Page 55: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

55 Introduction to LRmix |Sevilla, September 2013

(1) Load the crime-sample profiles

sampleHammer.txt

Import Data

Page 56: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

56 Introduction to LRmix |Sevilla, September 2013

(1) Load the crime-sample profiles

Display profiles,

To make sure the data are OK

sampleHammer.txt

Page 57: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

57 Introduction to LRmix |Sevilla, September 2013

If everything looks good, press OK!

• You can select loci

• You can select replicates

Page 58: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

58 Introduction to LRmix |Sevilla, September 2013

(2) Load reference profiles

suspectHammer.txt

victimHammer.txt

Page 59: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

59 Introduction to LRmix |Sevilla, September 2013

You cannot see the reference profiles

Page 60: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

60 Introduction to LRmix |Sevilla, September 2013

You cannot see the reference profiles The program will automatically select the loci you chose in step(1) If there loci in the epg that are not given in the reference profile, the program will give an error message

Page 61: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

61 Introduction to LRmix |Sevilla, September 2013

(3) Import the allele frequencies

identifilerUSA.txt

Page 62: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

62 Introduction to LRmix |Sevilla, September 2013

You may need help building frequencies file for the first time!

Page 63: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

63 Introduction to LRmix |Sevilla, September 2013

Page 64: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

64 Introduction to LRmix |Sevilla, September 2013

Don’t worry about the drop-out parameter now, you will be able to carry out a sensitivity plot in the following steps

We will address the performance tests later on tomorrow

Page 65: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

65 Introduction to LRmix |Sevilla, September 2013

(I)Hp: Victim 1 + victim 2+ SuspectHd: Victim 1+ Victim 2+ Unknown

Drop-in=0.05

Drop-out=0.10

Theta=0

Page 66: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

66 Introduction to LRmix |Sevilla, September 2013

Hp: Victim 1 + victim 2+ SuspectHd: Victim 1+ Victim 2+ Unknown

Dropin=0.05

Drop-out=0.10

Theta=0

Sensitivity plot

Page 67: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

67 Introduction to LRmix |Sevilla, September 2013

Sensitivity analysis

Drop-out ranges [Export results]

Page 68: Introduction to LRmix - forensim web pageforensim.r-forge.r-project.org/misc/4_introduction_LRmix.pdf · 2013-09-12 · 4 Introduction to LRmix |Sevilla, September 2013 What is ?

68 Introduction to LRmix |Sevilla, September 2013

Set-up your hypotheses(I)Hp: Victim 1 + victim 2+ SuspectHd: Victim 1+ Victim 2+ Unknown

(II)Hp: Victim 1 + Unknown+ SuspectHd:Victim 1+ 2 Unknowns

(III)Hp: Victim 2 + Unknown+ SuspectHd: Victim 1+ 2 Unknowns