Package: sgmean
Title: Trimmed Mean Compatible with 'Statgraphics' Method
Version: 0.1.0
Authors@R: 
    person("Juan Carlos", "Gaviria Chaverra",
           email = "jcarlos.gaviria@udea.edu.co",
           role = c("aut", "cre"))
Description: Computes the trimmed mean using a proportional discount method
    on the extremes, replicating the behavior of 'Statgraphics' software.
    Unlike R's built-in mean() with trim, this method applies a weighted
    reduction to boundary values rather than removing them entirely.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 8.0.0
URL: https://github.com/jcarlosgaviria/sgmean
BugReports: https://github.com/jcarlosgaviria/sgmean/issues
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-05-30 20:55:07 UTC; Personal
Author: Juan Carlos Gaviria Chaverra [aut, cre]
Maintainer: Juan Carlos Gaviria Chaverra <jcarlos.gaviria@udea.edu.co>
Repository: CRAN
Date/Publication: 2026-06-03 14:10:02 UTC
