Learn R Programming

BayesPostEst (version 0.3.2)

identify_link_function: Try to identify link function

Description

Try to identify link function

Usage

identify_link_function(obj)

Arguments

obj

stanfit object

Value

Either "logit" or "probit"; if neither can be identified the function will return `NA_character_`.