clean_priors() removes elements from a priors list that are not
used by the Kronecker model. This helps avoid passing unused or
conflicting parameters (like omega, wishdf, or prec.par) into JAGS.
Arguments
- x
A
base::list()of priors (e.g., fromprep_priors()).
Value
A base::list() with the legacy fields removed.