logit_link {modelfree}R Documentation

Logit link with guessing and lapsing rates Creates a complementary logit link function; the guessing rate and lapsing rate are fixed, hence link is a function of only one variable.

Description

Logit link with guessing and lapsing rates Creates a complementary logit link function; the guessing rate and lapsing rate are fixed, hence link is a function of only one variable.

Usage

logit_link(guessing = 0, lapsing = 0)

Arguments

guessing

(optional) guessing rate; default is 0

lapsing

(optional) lapsing rate; default is 0

Value

link logit link for use in all GLM functions


[Package modelfree version 1.2 Index]