Learn R Programming

SEA (version 2.0.1)

PosPro: Posterior Probability

Description

calculate posterior probability of the optimal model

Usage

PosPro(Population,result,data)

Arguments

Population

which Population to analysis.

result

result of calculation used corresponding population function.

data

phenotype matrix.

Examples

Run this code
# NOT RUN {
F23=data(F23exdata)
result<-F23Fun(F23exdata,"1MG-AD",1)
PosPro("F2:3",result,F23exdata)
# }

Run the code above in your browser using DataLab