R/RcppExports.R

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

alphaEst <- function(dtime, delta) {
    .Call('lclGWAS_alphaEst', PACKAGE = 'lclGWAS', dtime, delta)
}

betaEst <- function(fam_group, alpha, dtime, delta, g, var, lower, upper) {
    .Call('lclGWAS_betaEst', PACKAGE = 'lclGWAS', fam_group, alpha, dtime, delta, g, var, lower, upper)
}

varEst <- function(fam_group, alpha, dtime, delta, g, beta, lower, upper) {
    .Call('lclGWAS_varEst', PACKAGE = 'lclGWAS', fam_group, alpha, dtime, delta, g, beta, lower, upper)
}

Try the lclGWAS package in your browser

Any scripts or data that you put into this service are public.

lclGWAS documentation built on May 2, 2019, 2:46 p.m.