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]
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 05 May. 2025.
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
04/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/04Downloads for LearningStats0102030405060708090100110TrendBars

Today's Hot Picks in Authors and Packages

frailtypack  
Shared, Joint (Generalized) Frailty Models; Surrogate Endpoints
The following several classes of frailty models using a penalized likelihood estimation on the hazar ...
Download / Learn more Package Citations See dependency  
ClickHouseHTTP  
A Simple HTTP Database Interface to 'ClickHouse'
'ClickHouse' () is an open-source, high performance columnar OLAP (online ...
Download / Learn more Package Citations See dependency  
affinitymatrix  
Estimation of Affinity Matrix
Tools to study sorting patterns in matching markets and to estimate the affinity matrix of both the ...
Download / Learn more Package Citations See dependency  
aspline  
Spline Regression with Adaptive Knot Selection
Perform one-dimensional spline regression with automatic knot selection. This package uses a penali ...
Download / Learn more Package Citations See dependency  
helloJavaWorld  
Hello Java World
A dummy package to demonstrate how to interface to a jar file that resides inside an R package. ...
Download / Learn more Package Citations See dependency  
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  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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