Showing 8 of total 8 results (show query)
tidymodels
infer:Tidy Statistical Inference
The objective of this package is to perform inference using an expressive statistical grammar that coheres with the tidy design framework.
Maintained by Simon Couch. Last updated 6 months ago.
736 stars 15.75 score 3.5k scripts 18 dependentseasystats
parameters:Processing of Model Parameters
Utilities for processing the parameters of various statistical models. Beyond computing p values, CIs, and other indices for a wide variety of models (see list of supported models using the function 'insight::supported_models()'), this package implements features like bootstrapping or simulating of parameters and models, feature reduction (feature extraction and variable selection) as well as functions to describe data and variable characteristics (e.g. skewness, kurtosis, smoothness or distribution).
Maintained by Daniel Lüdecke. Last updated 8 days ago.
betabootstrapciconfidence-intervalsdata-reductioneasystatsfafeature-extractionfeature-reductionhacktoberfestparameterspcapvaluesregression-modelsrobust-statisticsstandardizestandardized-estimatesstatistical-models
454 stars 15.67 score 1.8k scripts 56 dependentsaalfons
robmed:(Robust) Mediation Analysis
Perform mediation analysis via the fast-and-robust bootstrap test ROBMED (Alfons, Ates & Groenen, 2022a; <doi:10.1177/1094428121999096>), as well as various other methods. Details on the implementation and code examples can be found in Alfons, Ates, and Groenen (2022b) <doi:10.18637/jss.v103.i13>. Further discussion on robust mediation analysis can be found in Alfons & Schley (2024) <doi:10.31234/osf.io/2hqdy>.
Maintained by Andreas Alfons. Last updated 29 days ago.
6 stars 6.35 score 31 scripts 1 dependentsjonasmoss
attenuation:Correcting for Attenuation Due to Measurement Error
Confidence curves, confidence intervals and p-values for correlation coefficients corrected for attenuation due to measurement error. Implements the methods described in Moss (2019, <arxiv:1911.01576>).
Maintained by Jonas Moss. Last updated 5 years ago.
2 stars 3.00 score 1 scriptsthmild
keyperm:Keyword Analysis Using Permutation Tests
Fast implementation of permutation tests for keyword analysis in corpus linguistics. The aim is to identify words that are significantly more frequent in one corpus than in another. The method is described in Mildenberger (2023) <arXiv:2308.13383>.
Maintained by Thoralf Mildenberger. Last updated 2 years ago.
2.70 score 3 scriptsfbertran
OneTwoSamples:Deal with One and Two (Normal) Samples
We introduce an R function one_two_sample() which can deal with one and two (normal) samples, Ying-Ying Zhang, Yi Wei (2012) <doi:10.2991/asshm-13.2013.29>. For one normal sample x, the function reports descriptive statistics, plot, interval estimation and test of hypothesis of x. For two normal samples x and y, the function reports descriptive statistics, plot, interval estimation and test of hypothesis of x and y, respectively. It also reports interval estimation and test of hypothesis of mu1-mu2 (the difference of the means of x and y) and sigma1^2 / sigma2^2 (the ratio of the variances of x and y), tests whether x and y are from the same population, finds the correlation coefficient of x and y if x and y have the same length.
Maintained by Frederic Bertrand. Last updated 2 years ago.
2.43 score 27 scripts