MwStatistics.Rcheck/00_pkg_src/MwStatistics/README.md

MwStatistics

MwStatistics allows you to easily calculate seven common statistics on time series data using a moving window.

Getting Started

Submitting to CRAN shortly. Fingers crossed!

Usage

General Usage.

MwStatistics(dat = NULL, TimeVarCol = 1, ColA = 2, ColB = 3, win = NULL,
stat = NULL, overlap = 0, genplot = T, genDataFrame = F)

Example

MwStatistics(dat = data.frame(replicate(10,sample(0:10,1000,rep=TRUE))),
TimeVarCol = 1, ColA = 2, ColB = 3, win = 2,
stat = "Correlation", genplot = T, genDataFrame = F, overlap = 0.5)

Availible statistics: - "Correlation" = Correlation

Arguments:

Installing

Submitting to CRAN shortly. Fingers crossed!

Running The Function

Fill in the correct information, replacing the sample information provided and run by selecting and clicking command enter.

Contributing

If you find any improvements, please email me at wkopans123@gmail.com.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Inspiration from MwCor from Astrochron.



WilliamKopans/MwStat documentation built on April 20, 2023, 10:28 p.m.