# NOT RUN {
# data that simulate those from De Leo & Wulfert (2013)
plot_linearity(data=data_CCA_De_Leo, groups=NULL,
idv='Family_Conflict', dv='Grade_Point_Average', verbose=TRUE)
# }
# NOT RUN {
# data from Sherry (2006), ignoring the groups
plot_linearity(data=data_DFA_Sherry, groups=NULL, groupNAME=NULL,
idv='Neuroticism', dv='Conscientiousness', verbose=TRUE)
# data from Sherry (2006), group 2 only
plot_linearity(data=data_DFA_Sherry, groups ='Group', groupNAME=2,
idv='Neuroticism', dv='Conscientiousness', verbose=TRUE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab