Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.hcfa

Plotting method for a hcfa object


Description

Plots an object of the class hcfa

Usage

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

Arguments

x

An object of the class hcfa

...

Any arguments to be used by plot

Details

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

Value

Returns NULL.

Note

This function is usually invoked plotting an object returned by hcfa

Author(s)

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

References

None - plots have been rarely used with the CFA

See Also

Examples

#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))

cfa

Configural Frequency Analysis (CFA)

v0.10-0
GPL (>= 2)
Authors
Patrick Mair [aut, cre], Stefan Funke [aut], Joachim Harloff [ctb], Alexander von Eye [ctb]
Initial release
2017-04-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.