Get fitted object from MCMC results
get_start_vals(start_vals, Y, family, xP, rvar, cvar, R, odmax = NULL)List of starting values for MCMC
List object that is null or contains starting values
dependent variable in array format
character vector (e.g. 'bin', 'nrm') specifying family type
number of exogenous covariates
logical indicating whether to include sender random effects
logical indicating whether to include receiver random effects
Number of dimensions for multiplicative effects
vector of maximum ranks for cbin/frn families (optional)
Shahryar Minhas