| metRology-package {metRology} | R Documentation |
Support for Metrological Applications
Description
Provides classes and calculation and plotting functions for metrology applications, including measurement uncertainty estimation and inter-laboratory metrology comparison studies.
Details
The metRology package includes functions for:
Plotting for Key Comparisons (dot-and-bar, consistency)
Uncertainty evaluation using algebraic or numeric differentiation, with support for correlation
Monte Carlo evaluation of uncertainty (including correlation for normally distributed variables)
Classes and functions for location estimates for metrology comparisons
Mandel's h and k statistics and plots for interlaboratory studies
Support functions for an excel interface
Changes in version 0.9-28-1 from version 0.9-28-0 include:
Fixed
blockplotx-axis label, which was incorrect.
Changes in version 0.9-28-0 from version 0.9-27-2 include:
A new plot,
blockplot, added. A “block plot” is a histogram variant identifiying individual data points, which appear as “blocks” in the plot.blockplotprovides for grouped data, which generates vertically separated subplots for each group. Fills and label colours can be specified for each data point.
Changes in version 0.9-27-2 from version 0.9-26-2 include:
-
pmsdand related functions will now use fast interpolation by default, and provide exact values for both odd- and even-ndata sets up ton=199. -
gplot(called byplot.mandel.kh) now has aspacingparameter which allows finer control of vertical line spacing.
Changes in version 0.9-26-2 from version 0.9-26-1 include:
Fix to a bug in
reml.locwhich failed to report the standard uncertaintyucorrectly.-
cplotnow respectscex.axisas a plot parameter.
Changes in version 0.9-26-1 from version 0.9-26-0 include:
Added plot and barplot methods for MSD class.
Minor correction to code in
msdto prevent over-replication of estimatedswhensis a function and returns a vector.
Changes in version 0.9-26 from version 0.9-25 include:
-
msdnow returns an object of class"MSD"which includes the original data as attributes to permit subsequent bootstrapping. A new function,
bootMSDthat performs parametric bootstrapping forMSDobjects to obtain critical values and p-values for the general case where standard uncertainties/standard errors differ appreciably.
Improvements in version 0.9-25 from version 0.9-23 include:
-
plot.d.ellipsenow takes defaultxlabandylabfrom dimnames in the suppliedcov.dellipse.
Improvements in version 0.9-23 from version 0.9-22 include:
A wholly new Youden plot (see
yplot), with many options for confidence ellipsesA REML location estimate,
reml.loc, in addition tovr.mle;reml.loccan use means and standard uncertainties/standard errors instead of raw data and when doing so does not require degrees of freedom.Incremental improvements in handling for the median scaled difference measure of anomalies.
msdis faster and less memory-intensive, andpmsdnow uses a beta formulation to extend to very highn(at least 1e6 - if you feel very patient).Support for
logandlog.pindt.scaled.
Corrections and bugfixes include:
amends
plot.drop1.uncertto give a plot for each measure of change specified inwhichcorrects a grep warning appearing in
drop1.uncert;corrects an unnecessary 'missing
u' error message in version 0.9-22'suncert()whencovwas specified anduwas not.
Author(s)
Stephen L R Ellison <s.ellison@lgc.co.uk>.
Maintainer: Stephen L R Ellison <s.ellison@lgcgroup.com>