From adf1f5fe0b6fbb86024d872acbb4add5529118b4 Mon Sep 17 00:00:00 2001 From: Martin Elff Date: Sat, 2 Mar 2024 23:49:59 +0100 Subject: [PATCH] Add 'rebase.Rd' --- pkg/man/rebase.Rd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pkg/man/rebase.Rd diff --git a/pkg/man/rebase.Rd b/pkg/man/rebase.Rd new file mode 100644 index 0000000..58aa6cf --- /dev/null +++ b/pkg/man/rebase.Rd @@ -0,0 +1,17 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/mclogit-rebase.R +\name{rebase} +\alias{rebase} +\title{Change baseline category of multinomial logit or similar model} +\usage{ +rebase(object, to, ...) +} +\arguments{ +\item{object}{a statistical model object} + +\item{to}{usually, a string; the baseline category} +} +\description{ +`rebase` returns an model object that is equivalent to the one +given as argument but differs in parameterization +}