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 21 Nov. 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

deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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