R/BAYESRETURN.R

setClass("BAYESRETURN", representation(

#BlockFeST
alpha="numeric",
beta="numeric",
var_alpha="numeric",
fst = "numeric",


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 BlockFeST package in your browser

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

BlockFeST documentation built on March 15, 2021, 9:07 a.m.