Learn R Programming

clmstan (version 0.1.1)

supported_links: Get supported link functions

Description

Get supported link functions

Usage

supported_links(type = c("all", "standard", "flexible"))

Value

A character vector of supported link function names

Arguments

type

Character string specifying which links to return:

  • "all" (default): All supported link functions

  • "standard": Standard links without additional parameters

  • "flexible": Flexible links with additional parameters

Examples

Run this code
supported_links()
supported_links("standard")
supported_links("flexible")

Run the code above in your browser using DataLab