data/pruitt.R

pruitt <- matrix(
c(0,0,0,1,0,0,0,0,
0,1,0,0,1,0,0,0,
1,0,1,0,1,0,0,0,
0,0,1,0,0,1,0,0,
0,1,0,0,0,0,1,0,
1,0,1,0,0,0,1,0,
0,0,1,0,0,0,1,1), nr=7,byrow=TRUE)
dimnames(pruitt) <- list(NULL, c( "A","B","C","D","E","F","G","H"))

Try the Icens package in your browser

Any scripts or data that you put into this service are public.

Icens documentation built on Nov. 8, 2020, 8:12 p.m.