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]
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 30 Mar. 2025.
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for catseyes246810121416TrendBars

Today's Hot Picks in Authors and Packages

FAMoS  
A Flexible Algorithm for Model Selection
Given a set of parameters describing model dynamics and a corresponding cost function, FAMoS perfor ...
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  
TangPoemR  
Write Chinese Tang Poems
Write Chinese Tang Poems automatically. ...
Download / Learn more Package Citations See dependency  
cocorresp  
Co-Correspondence Analysis Methods
Fits predictive and symmetric co-correspondence analysis (CoCA) models to relate one data matrix to ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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