Skip to content

Commit

Permalink
add the Warning message for the Firth correction for beta estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
saigegit committed Mar 29, 2022
1 parent eec9237 commit abe92b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/SAIGE_Test_main.R
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ SPAGMMATtest = function(bgenFile = "",
ratioVec = Get_Variance_Ratio(varianceRatioFile, cateVarRatioMinMACVecExclude, cateVarRatioMaxMACVecInclude, isGroupTest) #readInGLMM.R



if(is_Firth_beta){
warning("Firth correction in the program is still under evaluation!!")
}
obj.model = ReadModel(GMMATmodelFile, chrom, LOCO, is_Firth_beta) #readInGLMM.R


Expand Down

0 comments on commit abe92b4

Please sign in to comment.