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"

))
pievos101/BlockFeST documentation built on March 16, 2021, 2:18 a.m.