Get fitted object from MCMC results
get_fit_object(
APS,
BPS,
UVPS,
YPS,
BETA,
VC,
GOF,
Xlist,
actorByYr,
colActorByYr = NULL,
start_vals,
symmetric,
tryErrorChecks,
model.name = NULL,
U = NULL,
V = NULL,
dynamic_uv = FALSE,
dynamic_ab = FALSE,
bip = FALSE,
rho_ab = NULL,
rho_uv = NULL,
family = NULL,
odmax = NULL,
nA = NULL,
nB = NULL,
n_time = NULL,
Y_obs = NULL,
G = NULL,
dynamic_beta = FALSE,
beta_dynamic_mask = NULL,
beta_dynamic_groups = NULL,
rho_beta = NULL,
sigma_beta = NULL,
RHO_BETA = NULL,
SIGMA_BETA = NULL,
dynamic_rho = FALSE,
RHO = NULL,
rho_path = NULL
)Fitted AME object
summed additive sender random effects (or matrix for dynamic)
summed additive receiver random effects (or matrix for dynamic)
summed multiplicative random effects
summed Y posterior predictive values
Matrix of draws for regression coefficient estimates
Matrix of draws for variance estimates
Matrix of draws for goodness of fit calculations
List based version of design array
List of actors by time point. In bipartite mode this is the per-year list of row actors.
Bipartite only. List of column actors by time point;
defaults to NULL (unipartite).
start_vals for future model run
logical indicating whether model is symmetric
list with counts of MCMC errors
Name of the model (optional)
Latent sender positions (optional, for dynamic UV)
Latent receiver positions (optional, for dynamic UV)
logical indicating whether UV effects are dynamic
logical indicating whether additive effects are dynamic
logical indicating whether the network is bipartite
temporal correlation parameter for additive effects (optional)
temporal correlation parameter for multiplicative effects (optional)
character string specifying the model family (e.g., "binary", "normal", "poisson")
vector of maximum ranks for ordinal or fixed rank nomination families
number of actors in first mode (for bipartite networks)
number of actors in second mode (for bipartite networks)
number of time periods (for longitudinal models)
original observed network (stored for residuals computation)
bipartite interaction matrix mapping row to column latent spaces
logical or scalar; whether the BETA storage is 3-D
(dynamic_beta path). Default FALSE.
logical vector marking which coefficients are dynamic.
character vector of per-coefficient block labels
("intercept", "dyad", "row", "col"); "" for static coefficients.
named numeric vector of per-block AR(1) rho values (one per dynamic block).
named numeric vector of per-block AR(1) innovation standard deviations.
matrix of per-iteration rho_beta draws (rows = MCMC draw, cols = dynamic block).
matrix of per-iteration sigma_beta draws.
logical indicating whether residual dyadic reciprocity varies by period.
matrix of per-iteration, per-period dyadic reciprocity draws.
numeric vector of period-specific dyadic reciprocity values.
Shahryar Minhas