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 22 Dec. 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

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
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  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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