Learn R Programming

qbrms (version 1.0.1)

.compute_threshold_se_delta_method: Compute Threshold Standard Errors Using Delta Method - NEW FUNCTION

Description

Compute Threshold Standard Errors Using Delta Method - NEW FUNCTION

Usage

.compute_threshold_se_delta_method(
  raw_params,
  post_cov,
  n_thresh,
  verbose = FALSE
)

Value

Vector of threshold standard errors

Arguments

raw_params

Raw parameter vector from optimization

post_cov

Covariance matrix of raw parameters

n_thresh

Number of thresholds

verbose

Logical; print diagnostics