ystandcoef: Compute comparable coefficients accross models.

View source: R/compareModels.R

ystandcoefR Documentation

Compute comparable coefficients accross models.

Description

The ystandcoef returns the y-standardized coefficients. This is done by dividing each coefficients by the standard deviation of the latent y dependant variable.

Usage

ystandcoef(x)

apecoef(x)

Arguments

x

A logistic or probit regression.

Details

The apecoef returns the average partial effect of each coefficients.

Value

The y-standardized coefficients in which case the "sdy" attribute of the returned object store the "y" standard deviation or the average partial effects of each covariates.


khb documentation built on May 25, 2022, 3 p.m.

Related to ystandcoef in khb...