assess.variance: ASSESS CERTIAINTY IN VARIANCE ESTIMATE FOR LP/GP/WP MODEL
Description
Function used by bayescount.single() and bayescount() to determine if the variance estimate output by a model is sufficiently vague to warrant a warning. Uncertain estimates are often heavily prior-driven, so re-running the model using a different prior and comparing the results is recommendedUsage
assess.variance(model, alt.prior, l.95, u.95)
Value
A logical result; 'TRUE' if the variance estimate is considered vague or 'FALSE' otherwise.