Other packages > Find by keyword >

LearningStats  

Elemental Descriptive and Inferential Statistics
View on CRAN: Click here


Download and install LearningStats package within the R console
Install from CRAN:
install.packages("LearningStats")

Install from Github:
library("remotes")
install_github("cran/LearningStats")

Install by package version:
library("remotes")
install_version("LearningStats", "0.1.0")



Attach the package and use:
library("LearningStats")
Maintained by
María Isabel Borrajo-García
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-04-21
Latest Update: 2021-04-21
Description:
Provides tools to teach students elemental statistics. The main topics covered are descriptive statistics, probability models (discrete and continuous variables) and statistical inference (confidence intervals and hypothesis tests). One of the main advantages of this package is that allows the user to read quite a variety of types of data files with one unique command. Moreover it includes shortcuts to simple but up-to-now not in R descriptive features such a complete frequency table or an histogram with the optimal number of intervals. Related to model distributions (both discrete and continuous), the package allows the student to easy plot the mass/density function, distribution function and quantile function just detailing as input arguments the known population parameters. The inference related tools are basically confidence interval and hypothesis testing. Having defined independent commands for these two tools makes it easier for the student to understand what the software is performing, and it also helps the student to have a better knowledge on which specific tool they need to use in each situation. Moreover, the hypothesis testing commands provide not only the numeric result on the screen but also a very intuitive graph (which includes the statistic distribution, the observed value of the statistic, the rejection area and the p-value) that is very useful for the student to visualise the process. The regression section includes up to now, a simple linear model, with one single command the student can obtain the numeric summary as well as the corresponding diagram with the adjusted regression model and a legend with basic information (formula of the adjusted model and R-squared).
How to cite:
María Isabel Borrajo-García (2021). LearningStats: Elemental Descriptive and Inferential Statistics. R package version 0.1.0, https://cran.r-project.org/web/packages/LearningStats. Accessed 22 Dec. 2024.
Previous versions and publish date:
No previous versions
Other packages that cited LearningStats R package
View LearningStats citation profile
Other R packages that LearningStats depends, imports, suggests or enhances
Complete documentation for LearningStats
Functions, R codes and Examples using the LearningStats R package
Some associated functions: AproxBinomNorm . AproxBinomPois . AproxPoisNorm . BoxPlot . Histogram . LearningStats-package . Mean.CI . Mean.test . S2mu . Smu . diffmean.CI . diffmean.test . diffproportion.CI . diffproportion.test . diffvariance.CI . diffvariance.test . freq.pol . freq.table . indepchisq.test . plotBeta . plotBinom . plotChi . plotDUnif . plotExp . plotFS . plotGamma . plotHyper . plotNegBinom . plotNorm . plotPois . plotReg . plotTS . plotUnif . proportion.CI . proportion.test . read.data . sample.quantile . sample.sd . sample.var . sicri2018 . variance.CI . variance.test . 
Some associated R codes: AproxBinomNorm.R . AproxBinomPois.R . AproxPoisNorm.R . FSnedecor.R . Histogram.R . LearningStats-package.R . Mean.CI.R . Mean.sc.test.R . Mean.sigma.test.R . Mean.test.R . beta.R . binomial.R . boxplot.R . chi.R . diffmean.CI.R . diffmean.equal.test.R . diffmean.neq.test.R . diffmean.paired.test.R . diffmean.sigma.test.R . diffmean.test.R . diffproportion.CI.R . diffproportion.test.R . diffvariance.CI.R . diffvariance.mu.test.R . diffvariance.test.R . diffvariance.unknown.test.R . dunif.R . exponential.R . freq.pol.R . freq.table.R . gamma.R . globals.R . hipergeom.R . indepchisq.test.R . negativebinomial.R . normal.R . poisson.R . print.lstest.R . proportion.CI.R . proportion.test.R . read.data.R . regresion.R . s2mu.R . samplequant.R . samplesd.R . samplevar.R . sicri2018.data.R . smu.R . tStudent.R . unif.R . variance.CI.R . variance.hatmu.test.R . variance.mu.test.R . variance.test.R .  Full LearningStats package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA