How to calculate the p-value (?) using LRT from codeml output ?
HI
I constructed LRT
ΔLRT = 2×(lnL1 - lnL0)
= (2×(-1114.093613 − (-1116.287406)) = 4.387586.
The degree of freedom is 1 (np1 - np0 = 20 - 19) = 1
How do I calculate the p-value ?
Little confused,
Suggestions please.
• 1,837 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Hey check out this tutorial..
Seems good tutorial, I'm not so clear ... Clear explanation is needed in understanding/calculating the p-value (?) using the LRT and df score.
Calculating p-value using dchisq() in R.