G2_fun: Specification Function

View source: R/RcppExports.R

G2_funR Documentation

Specification Function

Description

G2

Usage

G2_fun(z, type)

Arguments

z

Data

type

Choice of the G2 function:

  • 1: -1/z, z < 0

  • 2: 0.5/sqrt(-z), z < 0

  • 3: 1/z^2, z < 0

  • 4: 1 / (1 + exp(-z))

  • 5: exp(z)


esreg documentation built on May 31, 2023, 9:25 p.m.