Get_W_Beta_Dist: Obtain beta weights

Usage Arguments Examples

View source: R/Get_W_Beta_Dist.R

Usage

1
Get_W_Beta_Dist(MAF, weights.beta)

Arguments

MAF
weights.beta

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (MAF, weights.beta) 
{
    return(diag(dbeta(MAF, weights.beta[1], weights.beta[2])^2))
  }

lin-lab/CEPSKAT documentation built on May 29, 2019, 3:41 a.m.