Inherits from the class stanfit which
is an S4 class defined in the package rstan :
Revised in 2019.Jun 5 Revised in 2019 Oct 19 Revised in 2019 Nov 25
——– To read the table of R object of class stanfit in case of MRMC —————————-
* The AUC denoted by AA[modalityID , readerID] are shown.
For example, AA[2,3] means the AUC of the 2 nd modality and the 3 rd reader.
* The column of 2.5% and 97.5% means the lower and upper bounds of the 95
plotdataMRMCPlot data for MRMC case.
plotdataThis is a data frame with four components which is used to draw curves such as FROC curves and AFROC curves. So, this slot includes the component:
fit@plotdata$x.AFROC,
fit@plotdata$y.AFROC,
fit@plotdata$x.FROC,
fit@plotdata$y.FROC
where fit is an
object of class stanfitExtended.
For example, we can use this slot
# E.g.
plot(f@plotdata$x.FROC,f@plotdata$y.FROC,xlim=c(0,1),type="l")
#Or
plot(f@plotdata$x.AFROC, f@plotdata$y.AFROC, type="l" )
The author think this slot is not good because it increases the object size.
dataListAn FROC dataset, to which a model is fitted.
dataList.Namewhose class is "character", indicating the name of data object. This data object is fitted a model.
multinomialA logical, if true, then the classical, traditional model is fitted, which is not the author's model.
studyDesignA character, e.g., "srsc.per.image", "srsc.per.lesion", according to False Positive Fraction (FPF) is per image or per lesion.
metadataAn additional data calculated from dataList, such as cumulative hits and false alarms,...,etc.
WAICA WAIC calculated
by the function waic .
convergenceA logical R object TRUE or FALSE. If TRUE, then the model is good in the R hat criterion.
PreciseLogLikelihoodA logical. If TRUE, then target formulation is used. In the past, the author made a target and non-target model, but now the model is declared by target only, so, this slot is now, redandunt.
chisquareThis is a chi square at the posterior mean estimates. Chi square statistic is χ^2 (Data|θ), there are three simple ways to get it.
(1) \int χ^2(Data|θ ) π(θ|Data)dθ
(2) χ^2(Data|\int θ π(θ|Data)dθ)
(3) \int χ^2(Data|θ ) f(Data|θ)π(θ|Data)dθ
where, f( Data|θ ) denotes a likelihood and π(θ| Data ) is a posterior. This slot retains the (2)
indexAn object of numeric class. This is for programming phase.
DivergencesThis is the number of the divergence transitions in the MCMC simulation.
MCMC.IterationsA MCMC iterations which does not count the burn-in period.
Divergence.rateA divergence rate, calculated by dividing the number of the divergence iterations by total MCMC iterations except Burn-in period is not included.
model_nameA slot of the stanfit which is an S4 class defined in the rstan package.
model_parsA slot of the stanfit which is an S4 class in the package rstan.
par_dimsA slot of the stanfit which is an S4 class in the package rstan.
modeA slot of the stanfit which is an S4 class in the package rstan.
simA slot of the stanfit which is an S4 class in the package rstan.
initsA slot of the stanfit which is an S4 class in the package rstan.
stan_argsA slot of the stanfit which is an S4 class in the package rstan.
stanmodelA slot of the stanfit which is an S4 class in the package rstan.
dateA slot of the stanfit which is an S4 class in the package rstan.
.MISCA slot of the stanfit which is an S4 class in the package rstan.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.