R/BAYESRETURN.R

setClass("BAYESRETURN", representation(

pilot.alpha="numeric",
pilot.beta="numeric",
pilot.var_alpha="numeric",
pilot.fst = "numeric",
pilot.P.norm   ="numeric",
pilot.Q.norm="numeric",

post.alpha="numeric",
post.fst ="numeric",
post.beta = "numeric",
post.P  ="numeric",
post.Q  ="numeric",
region.names ="character"
))

Try the GeneFeST package in your browser

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

GeneFeST documentation built on May 29, 2017, 7:49 p.m.