[R] problem about R
Rui Barradas
ruipbarradas at sapo.pt
Tue Oct 2 12:43:29 CEST 2012
Hello,
What is a dataset? In R there are lots of types, including 'data.frame'
and 'list'. And R's type 'factor' corresponds to categorical variables.
You must be more specific, show us an example dataset using dput().
dput( head(x, 30) ) # paste the output of this in a post
Hope this helps,
Rui Barradas
Em 02-10-2012 05:50, Leung Chen escreveu:
> How to run pie chart for each categorical variable in a dataset?
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list