FAmle-internal {FAmle} | R Documentation |
Internal Functions in the FAmle Package
Description
Internal functions in the FAmle package .
Usage
cdf.plot(z)
delta.Q(p, model, ln = FALSE)
delta.QQ(model, alpha = 0.1, ln = FALSE)
Diff.1(x, f, h = 1e-04)
Diff.2(k, i, model, p, ln = FALSE)
Diff.3(i, model, p, ln = FALSE)
## S3 method for class 'metropolis'
hist(x, density = TRUE, ...)
## S3 method for class 'plot'
hist(x,...)
Plot.post.pred(x, ...)
post.pred(z, fun = NULL)
Quantile.plot(z, ci = FALSE, alpha = 0.05)
Return.plot(model, ci = FALSE, alpha = 0.05)
Carlin(x)
Arguments
z |
A |
p |
A vector of probabilities. |
model |
A |
ln |
Whether or not (TRUE or FALSE) computations should be carried out on the natural logarithmic scale. |
alpha |
The significance level. |
x |
Value at which the numerical derivative should be evaluated. For the |
f |
A function to be differentiated. |
h |
Small number representing a small change in |
k |
Parameter value at which the first derivative should be evaluated. |
i |
Position of the parameter, within a vector of parameters, with respect to which differentiation should be carried out. |
density |
Whether or not (TRUE or FALSE) a Kernel density should be added to the histogram - see |
... |
Additional arguments pertaining to |
fun |
optional argument that may be used to modify the scale on which the histogram will be plotted. |
ci |
Whether or not (TRUE or FALSE) approximated 100*(1- |