Learn R Programming

cfa (version 0.10-1)

plot.hcfa: Plotting method for a hcfa object

Description

Plots an object of the class hcfa

Usage

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

Value

Returns NULL.

Arguments

x

An object of the class hcfa

...

Any arguments to be used by plot

Author

Stefan Funke <s.funke@t-online.de>

Details

A dotchart is generated which plots chi squared vs. the order of the configuration (i.e. the number of configuration variables it contains).

References

None - plots have been rarely used with the CFA

See Also

cfa, hcfa

Examples

Run this code
#configs<-cbind(c("A","B")[rbinom(250,1,0.3)+1],c("C","D")[rbinom(250,1,0.1)+1],
#          c("E","F")[rbinom(250,1,0.3)+1],c("G","H")[rbinom(250,1,0.1)+1])
#counts<-trunc(runif(250)*10)
#plot(hcfa(configs,counts))

Run the code above in your browser using DataLab