文件名称:summarySE
介绍说明--下载内容均来自于网络,请自行研究使用
根据源数据,为ggplot2提供各种数据。比如,平均数,标准差,标准误,置信区间。-## Summarizes data.
## Gives count, mean, standard deviation, standard error of the mean, and confidence interval (default 95 ).
## data: a data fr a me.
## measurevar: the name of a column that contains the variable to be summariezed
## groupvars: a vector containing names of columns that contain grouping variables
## na.rm: a boolean that indicates whether to ignore NA s
## conf.interval: the percent range of the confidence interval (default is 95 )
## Gives count, mean, standard deviation, standard error of the mean, and confidence interval (default 95 ).
## data: a data fr a me.
## measurevar: the name of a column that contains the variable to be summariezed
## groupvars: a vector containing names of columns that contain grouping variables
## na.rm: a boolean that indicates whether to ignore NA s
## conf.interval: the percent range of the confidence interval (default is 95 )
(系统自动生成,下载前可以参看下载内容)
下载文件列表
summarySE.R