File: modelsum.family.Rd

package info (click to toggle)
r-cran-arsenal 3.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,788 kB
  • sloc: sh: 18; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 776 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/modelsum.families.R
\name{modelsum.family}
\alias{modelsum.family}
\alias{survival}
\alias{ordinal}
\alias{negbin}
\alias{clog}
\alias{relrisk}
\title{Family functions for modelsum}
\usage{
survival()

ordinal(method = c("logistic", "probit", "loglog", "cloglog", "cauchit"))

negbin(link = c("log", "identity", "sqrt"))

clog()

relrisk(link = "log")
}
\arguments{
\item{method}{See \code{MASS::\link[MASS]{polr}}.}

\item{link}{See \code{MASS::\link[MASS]{glm.nb}}.}
}
\value{
A list, in particular with element \code{family}.
}
\description{
A set of family functions for \code{\link{modelsum}}.
}
\seealso{
\code{\link[stats]{family}}, \code{\link[survival]{coxph}}, \code{\link[MASS]{polr}}
}