Displaying 1 result from an estimated 1 matches for "bwplot_var1_var2".
2005 May 26
1
export the graphical result of bwplot()
...ave a mix of numeric and factor data and it always recognize
some "numeric" data (in the "analysis_var_var_bwplot()" method)
Has somebody an idea?
Thanks,
Christophe
---ERROR MESSAGES--------------------------------------------
> analysis_bwplot()
warn = 1
[1] "bwplot_var1_var2.jpg"
[1] "mode: numeric numeric"
Warning in bwplot(var1 ~ var2) : x should be numeric
...
warn = 2
[1] "bwplot_var21_var22.jpg"
[1] "mode: numeric numeric"
Error in bwplot(var1 ~ var2) : (converted from warning) x should be numeric
Execution halted
---CODE-----...