Package: interpretCI 0.1.2

interpretCI: Estimate the Confidence Interval and Interpret Step by Step

Estimate confidence intervals for mean, proportion, mean difference for unpaired and paired samples and proportion difference. Plot the confidence intervals. Generate documents explaining the statistical result step by step.

Authors:Keon-Woong Moon [aut, cre]

interpretCI_0.1.2.tar.gz
interpretCI_0.1.2.zip(r-4.7)interpretCI_0.1.2.zip(r-4.6)interpretCI_0.1.2.zip(r-4.5)
interpretCI_0.1.2.tgz(r-4.6-any)interpretCI_0.1.2.tgz(r-4.5-any)
interpretCI_0.1.2.tar.gz(r-4.7-any)interpretCI_0.1.2.tar.gz(r-4.6-any)
interpretCI_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
interpretCI/json (API)

# Install 'interpretCI' in R:
install.packages('interpretCI', repos = c('https://cardiomoon.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/cardiomoon/interpretci/issues

Pkgdown/docs site:https://cardiomoon.github.io

On CRAN:

Conda:

6.15 score 4 stars 64 scripts 468 downloads 28 exports 93 dependencies

Last updated from:d11e0d16a3. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE170
source / vignettesOK316
linux-release-x86_64NOTE174
macos-release-arm64NOTE94
macos-oldrel-arm64NOTE124
windows-develNOTE176
windows-releaseNOTE126
windows-oldrelNOTE135
wasm-releaseOK139

Exports:%>%acsdraw_ndraw_tdraw_x2Englishenglish2estimationPlot1interpretis.mynumericisProvidedmeanCImeanCI_submeanCI2meanCI2dfmeanCI2df1meanCIplot1pairPlotpairPlot1palette2colorspropCIpropCI_subrstudio_viewerselectshow_t_tableshow_x2_tableshow_z_tabletextBox

Dependencies:aplotaskpassbase64encbeeswarmbslibcachemclicpp11crayondata.tabledatawizarddigestdplyrenglishevaluatefarverfastmapflextablefontawesomefontBitstreamVerafontLiberationfontquiverfsgdtoolsgenericsggbeeswarmggfunggplot2ggplotifygluegridGraphicsgtablehighrhmshtmltoolsinsightisobandjanitorjquerylibjsonliteknitrlabelinglatticelifecyclelubridatemagrittrMatrixmemoisemimemoonBooknortestofficeropensslpatchworkpillarpkgconfigpurrrR6raggrappdirsRColorBrewerRcpprlangrmarkdownrstudioapiS7sassscalessjlabelledsjmiscsnakecasestringistringrsurvivalsyssystemfontstextshapingtibbletidyrtidyselecttimechangetinytexutf8uuidvctrsviporviridisLitewithrxfunxml2yamlyulab.utilszip

Confidence interval for the difference between proportions
Problem | Solution | 1. Identify a sample statistic. | 2. Select a confidence level. | 3. Find the margin of error. | Find standard deviation or standard error. | 4. Confidence interval of the proportion | Result of propCI() | Reference

Last update: 2022-01-27
Started: 2022-01-26

Hypothesis test for the difference between paired means
Problem | Conditions | State the hypotheses | Analyze Sample Data | Standard deviation($s_d$) | standard error(SE) | Select a confidence level. | Degrees of freedom(DF) | Test statistics | 4. Interpret results. | Result of t.test | Result of meanCI() | Reference

Last update: 2022-01-27
Started: 2022-01-26

R package interpretCI
Package "interpretCI" | Installation | Main functions | 1. meanCI(), propCI() | 2. plot() | 3.interpret() | Basic Usage | 1. Confidence interval of mean | 2. Mean difference in unpaired samples | 3. Mean differences in paired sample | 4. One-sided test | 5. Compare three or more groups | 6. Multiple pairs | 7. Split the data with group argument

Last update: 2022-01-26
Started: 2022-01-26

Confidence interval for a mean
Problem | Confidence interval of mean | Raw data | Sample statistics | Find the margin of error | Confidence interval of the mean | Plot | Result of meanCI() | Reference

Last update: 2022-01-26
Started: 2022-01-26

Confidence interval for a proportion
Problem | Confidence interval of a sample proportion | Solution | 1. Identify a sample statistic. | 2. Select a confidence level. | 3. Find the margin of error. | Find standard deviation or standard error. | 4. Confidence interval of the proportion | Result of propCI() | Reference

Last update: 2022-01-26
Started: 2022-01-26

Confidence interval for the paired mean difference
Problem | Solution | Identify a sample statistic. | Standard deviation($s_d$) | standard error(SE) | Select a confidence level. | Degrees of freedom(DF) | Find critical value | Compute margin of error(ME): | Confidence level | Confidence interval of the mean difference | Plot | Result of meanCI() | Reference

Last update: 2022-01-26
Started: 2022-01-26

Confidence interval for the unpaired mean difference
Problem | Confidence interval of mean | Raw data | Identify sample statistics | Select a confidence level. | Find the margin of error | 1. Find standard error. | 2. Find the degree of freedom(df) | 3. Find the critical value | 4. Compute margin of error(ME) | 5. Specify confidence interval | Confidence interval of the mean difference | Plot | Result of meanCI() | Reference

Last update: 2022-01-26
Started: 2022-01-26

Hypothesis test for a mean
Given Problem : r ifelse(two.sided,"Two","One")-Tailed Test | Hypothesis Test for a Mean | This approach consists of four steps: | 1. State the hypotheses | 2. Formulate an analysis plan | 3. Analyze sample data. | 4. Interpret results. | Result of meanCI() | Reference

Last update: 2022-01-26
Started: 2022-01-26

Hypothesis test for a proportion
Problem | Confidence interval of a sample proportion | Solution | This approach consists of four steps: | 1. State the hypotheses | 2. Formulate an analysis plan | 2. Select a confidence level. | 3. Analyze sample data | 4. Interpret results. | Result of propCI() | Reference

Last update: 2022-01-26
Started: 2022-01-26

Hypothesis test for a difference between means
Given Problem : r ifelse(two.sided,"Two","One")-Tailed Test | Hypothesis test | This approach consists of four steps: | 1. State the hypotheses | 2. Formulate an analysis plan. | 3. Analyze sample data | 4. Interpret results. | Result of meanCI() | Reference

Last update: 2022-01-26
Started: 2022-01-26

Hypothesis test for the difference between proportions
Problem | Solution | 1. State the hypotheses | 2. Formulate an analysis plan | 3. Analyze sample data | 4. Interpret results. | Result of propCI() | Reference

Last update: 2022-01-26
Started: 2022-01-26

Readme and manuals

Help Manual

Help pageTopics
Demographic data of 857 patients with ACSacs
Draw normal distribution curvedraw_n
Draw t distribution curvedraw_t
Draw chi-squared distribution curvedraw_x2
Convert numeric to string with uppercase first letterEnglish
Convert numeric to stringenglish2
Draw estimation plot1estimationPlot1
Interpret an object of meanCIinterpret
Decide whether a vector can be treated as a numeric variableis.mynumeric
Whether the arg is provided in function callisProvided
Calculate confidence intervals of mean or difference between meansmeanCI
Calculate confidence intervals of mean or difference between means in a data.framemeanCI.data.frame meanCI_sub
Calculate confidence intervals of mean or difference between meansmeanCI.default meanCI2
Prepare data to plot from an object of class meanCImeanCI2df
Extract data from an object of class meanCImeanCI2df1
Draw meanCI plot for data with single vectormeanCIplot1
Draw a pair plot with an object of class meanCIpairPlot
Draw a pair plotpairPlot1
Extract hexadecimal colors from a color palettepalette2colors
S3 method for an object of class "meanCI"plot.meanCI
S3 method "print" for class "meanCI"print.meanCI
S3 method for class plotCIprint.plotCI
Calculate confidence intervals of proportion or difference between proportionspropCI
Calculate confidence intervals of proportion or difference between proportions in a data.framepropCI_sub
Show html file in RStudio viewer or browserrstudio_viewer
Show t-value tableshow_t_table
Show chisquare tableshow_x2_table
Show z-value tableshow_z_table
Draw textboxtextBox