choicevar.rd

来自「使用R语言的马尔科夫链蒙特卡洛模拟(MCMC)源代码程序。」· RD 代码 · 共 26 行

RD
26
字号
\name{choicevar}\alias{choicevar}\title{Handle Choice-Specific Covariates in Multinomial Choice Models}\description{This function handles choice-specific covariates in multinomial choice models.  See the example for an example of useage.}\usage{choicevar(var, varname, choicelevel)}\arguments{  \item{var}{The is the name of the variable in the dataframe.}  \item{varname}{The name of the new variable to be created.}  \item{choicelevel}{The level of \code{y} that the variable  corresponds to.}}\value{  The new variable used by the \code{MCMCmnl()} function.}\seealso{\code{\link{MCMCmnl}}}\keyword{manip}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?