plot {LCCR}R Documentation

Plot profile confidence interval

Description

Plot for output from confint.estLCCR.

Usage

  ## S3 method for class 'confLCCR'
plot(x,...)

Arguments

x

an object of class condLCCR

...

further possible arguments

Value

M

matrix of binary configurations

Author(s)

Francesco Bartolucci, Antonio Forcina

Examples


data(data_sim2)
est = estLCCR(Y=data_sim2$Y,H=2,W=data_sim2$W,biv=matrix(c(1,2,3,4,2,3,4,5),4),main="same")
conf = confint(est)
plot(conf)


[Package LCCR version 1.3 Index]