Learn R Programming

NMAR (version 0.1.2)

unscale_coefficients: Unscale coefficients and covariance

Description

Unscale coefficients and covariance

Usage

unscale_coefficients(scaled_coeffs, scaled_vcov, recipe)

Value

A list with components coefficients and vcov.

Arguments

scaled_coeffs

named numeric vector of coefficients estimated on the scaled space.

scaled_vcov

covariance matrix of scaled_coeffs.

recipe

Scaling recipe of class nmar_scaling_recipe.