Other packages > Find by keyword >

catseyes  

Create Catseye Plots Illustrating the Normal Distribution of the Means
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("catseyes", "0.2.5")



Attach the package and use:
library("catseyes")
Maintained by
Clark Andersen
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-01-25
Latest Update: 2020-05-08
Description:
Provides the tools to produce catseye plots, principally by catseyesplot() function which calls R's standard plot() function internally, or alternatively by the catseyes() function to overlay the catseye plot onto an existing R plot window. Catseye plots illustrate the normal distribution of the mean (picture a normal bell curve reflected over its base and rotated 90 degrees), with a shaded confidence interval; they are an intuitive way of illustrating and comparing normally distributed estimates, and are arguably a superior alternative to standard confidence intervals, since they show the full distribution rather than fixed quantile bounds. The catseyesplot and catseyes functions require pre-calculated means and standard errors (or standard deviations), provided as numeric vectors; this allows the flexibility of obtaining this information from a variety of sources, such as direct calculation or prediction from a model. Catseye plots, as illustrations of the normal distribution of the means, are described in Cumming (2013 & 2014). Cumming, G. (2013). The new statistics: Why and how. Psychological Science, 27, 7-29. pmid:24220629.
How to cite:
Clark Andersen (2019). catseyes: Create Catseye Plots Illustrating the Normal Distribution of the Means. R package version 0.2.5, https://cran.r-project.org/web/packages/catseyes. Accessed 21 Nov. 2024.
Previous versions and publish date:
0.2.3 (2019-01-25 17:50)
Other packages that cited catseyes R package
View catseyes citation profile
Other R packages that catseyes depends, imports, suggests or enhances
Complete documentation for catseyes
Functions, R codes and Examples using the catseyes R package
Some associated functions: catseyes . catseyesplot . 
Some associated R codes: catseyes.R .  Full catseyes 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

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  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
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  
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  
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  
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