https://github.com/dcousin3/measurementprecision
Measurement Precision toolkit for R
https://github.com/dcousin3/measurementprecision
measurement-precision statistics
Last synced: 8 months ago
JSON representation
Measurement Precision toolkit for R
- Host: GitHub
- URL: https://github.com/dcousin3/measurementprecision
- Owner: dcousin3
- License: gpl-3.0
- Created: 2018-12-14T13:31:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T17:35:59.000Z (about 6 years ago)
- Last Synced: 2025-01-24T22:41:19.862Z (over 1 year ago)
- Topics: measurement-precision, statistics
- Language: R
- Size: 746 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION
Awesome Lists containing this project
README
# MeasurementPrecision
Measurement Precision toolkit for R
This repository contains source code and a package suitable for R 3.0 and above. It computes
a few basic statistics and round them according to the measurement instrument precision (delta_x).
See :
Cousineau, D. (2020) How many decimals? Rounding descriptive and inferential statistics based on
measurement precision, Journal of Mathematical Psychology. doi: 10.1016/j.jmp.2020.102362
for the formal mathematical derivations of the results and an explanation of the four scenarios considered.
You can install this library on you computer if the library devtools is installed with:
devtools::install_github("dcousin3/MeasurementPrecision")
library(MeasurementPrecision)
Check the UserManual.pdf document for more on the functions.