Learn R Programming

TempleMetrics (version 1.2.0)

drs.inner: drs.inner

Description

internal function that does the heavy lifting on estimating distribution regressions

Usage

drs.inner(y, data, yname, xnames, link = "logit")

Arguments

data

the dataset

link

which link function to use, it can be anything accepted by glm (for example, logit, probit, or cloglog), the default is "logit"

Value

glm object