Skip to content

Commit fcc234e

Browse files
authored
Update KAML.r
1 parent f651ff6 commit fcc234e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/KAML.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3406,7 +3406,7 @@ function(
34063406
if(prior.model == "QTN") stop("QTNs must be provided!")
34073407
if(prior.model == "K") Top.num <- NULL
34083408
}
3409-
3409+
cat(" Estimate variance components using:", vc.method,"\n")
34103410
if(!is.null(Top.num) | !is.null(Top.perc)){
34113411
cat(" Performing model: KAML\n")
34123412
cross.res <- KAML.CrossV(phe=PHENO, geno=GENO, prior.QTN=prior.QTN, prior.model=prior.model, vc.method=vc.method, K=KIN, BF.threshold=BF.threshold,

0 commit comments

Comments
 (0)