cjointPlot: amceオブジェクトのプロッティング関数

Description Arguments Value Author(s) Examples

Description

cjointPlotcjointパッケージから生成されたamceオブジェクトを引数とし、推定値のプロットを表示します。 cjoint内蔵のplotメソッドとは違い、多様な言語に対応し、より軽量化を図りました。

Arguments

cjoint.obj

: 'amce' class object

show.est

: Show a estimated coefficients. Default is TRUE

show.guide

: Show a guidelines. Default is TRUE

xlab

: Customize x-axis label. Default is NULL

title

: Customise a plot title. Default is NULL

Value

A class of a return value is "NULL"

Author(s)

SONG Jaehyun (jaehyun.song [at] stu.kobe-u.ac.jp || http://www.JaySong.net)

Examples

1
2
3
cjoint.model <- amce(selected ~ X1 + X2 + X3, data = choice4to2.df, respondent.id = "respondentIndex", cluster = TRUE, design = cjoint.design)
cjointPlot(cjoint.model)
cjointPlot(cjoint.model, show.est = FALSE, title = "Test Plot")

JaehyunSong/cjointPlot documentation built on May 7, 2019, 10:18 a.m.