chunkSummaryR: Chunk Summary

Description Usage Arguments Value References See Also Examples

Description

Divide the whole dataset into four chunks and calculate the mean and standard deviation of each chunks.

Usage

1

Arguments

data

A data frame

Value

A table is provided, which include the names of each column and the results.

References

Hadley Wickham (2015) R package.

See Also

chunkSummaryC

Examples

1
2
3
4
5
a<-rnorm(5,3)
b<-rnorm(5,7)
c<-cbind(a,b)
c<-data.frame(c)
chunkSummaryR(c)

YuweiNi45/lng documentation built on May 12, 2019, 6:26 p.m.