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 14 May. 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
04/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/0505/0605/0705/0805/0905/1005/1105/1205/13Downloads for catseyes024681012141618TrendBars

Today's Hot Picks in Authors and Packages

codexcopd  
The CODEX (Comorbidity, Obstruction, Dyspnea, and Previous Severe Exacerbations) Index: Short and Medium-Term Prognosis in Patients Hospitalized for Chronic Obstructive Pulmonary Disease (COPD) Exacerbations
Predicts 3 to 12 months prognosis in Chronic Obstructive Pulmonary Disease (COPD) patients hospitali ...
Download / Learn more Package Citations See dependency  
JMbayes2  
Extended Joint Models for Longitudinal and Time-to-Event Data
Fit joint models for longitudinal and time-to-event data under the Bayesian approach. Multiple longi ...
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  
UncDecomp  
Uncertainty Decomposition
If a procedure consists of several stages and there are several models that can be selected for each ...
Download / Learn more Package Citations See dependency  
IPEC  
Root Mean Square Curvature Calculation
Calculates the RMS intrinsic and parameter-effects curvatures of a nonlinear regression model. The c ...
Download / Learn more Package Citations See dependency  
pso  
Particle Swarm Optimization
Provides an implementation of particle swarm optimisation consistent with the standard PSO 2007/2011 ...
Download / Learn more Package Citations See dependency  

24,223

R Packages

207,311

Dependencies

65,402

Author Associations

24,224

Publication Badges

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