Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

ALSM (version 0.1.9)

aligned.dot.plot2: Aligned dot plot specific variable correspond to two factor

Description

Aligned dot plot specific variable correspond to two factor

Usage

aligned.dot.plot2(y, factor1, factor2)

Arguments

y
variable based on plot aligned dot plot

factor1
first factor variable

factor2
second factor variable

References

Michael H. Kutner; Christopher J. Nachtsheim; John Neter; William Li. Applied Linear Statistical Models Fifth Edition.

Examples

Run this code
library('ALSM')
y=CashOffers$y
A=CashOffers$A
B=CashOffers$B
aligned.dot.plot2(y,A,B)

Run the code above in your browser using DataLab