Learn R Programming

LCCR (version 2.0.1)

plot: Plot profile confidence interval

Description

Plot for output from confint.estLCCR.

Usage

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

Value

M

matrix of binary configurations

Arguments

x

an object of class condLCCR

...

further possible arguments

Author

Francesco Bartolucci, Antonio Forcina

Examples

Run this code
# \donttest{
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)
# }

Run the code above in your browser using DataLab