Skip to content

Releases: JeffreyRStevens/cocoon

cocoon 0.3.1

Choose a tag to compare

@JeffreyRStevens JeffreyRStevens released this 29 Jun 13:10
  • Fix changes in wilcox.test() coming in devel versions of R. Changed test case to exact = TRUE because in the devel version, "exact = FALSE always computes the asymptotic approximation of the conditional/permutation distribution, using the same test statistic in both cases".

cocoon 0.2.1

Choose a tag to compare

@JeffreyRStevens JeffreyRStevens released this 08 Sep 02:01
  • Add exact = TRUE to wilcox.test() in htest testing to prevent warning produced in r-devel.

cocoon 0.2.0

Choose a tag to compare

@JeffreyRStevens JeffreyRStevens released this 29 Jan 19:13
  • Add format_stats() methods for aov(), glm(), lme4::glmer(), lmerTest::glmer(), lm(), lme4::lmer(), and lmerTest::lmer()

  • Add standalone check functions from {rlang}

cocoon 0.1.0

Choose a tag to compare

@JeffreyRStevens JeffreyRStevens released this 05 Nov 13:25

NEW FEATURES

  • Added format_stats() function to apply to accepted statistical objects (correlations, t-tests, Bayes factors). This is a generic function that recognizes the object class and uses the appropriate method, so it supercedes format_corr() and format_ttest(). format_bf() can still be used to format numeric type Bayes factors.
  • Added ability to format output from correlation::correlation().

DOCUMENTATION UPDATES

  • Reorder sections in vignette.
  • Improve spacing and comments in examples.
  • Add alt text to images.

PACKAGE DEVELOPMENT

  • Move string building to internal build_string() function.
  • Split functions into separate format_stats, format_statvalues, and format_summary scripts

cocoon 0.1.0-alpha

cocoon 0.1.0-alpha Pre-release
Pre-release

Choose a tag to compare

@JeffreyRStevens JeffreyRStevens released this 10 Oct 18:16

NEW FEATURES

  • Added format_stats() function to apply to accepted statistical objects
    (correlations, t-tests, Bayes factors). This is a generic function that
    recognizes the object class and uses the appropriate method, so it supercedes
    format_corr() and format_ttest(). format_bf() can still be used to
    format numeric type Bayes factors.
  • Added ability to format output from correlation::correlation().

DOCUMENTATION UPDATES

  • Reorder sections in vignette.
  • Improve spacing and comments in examples.
  • Add alt text to images.

PACKAGE DEVELOPMENT

  • Move string building to internal build_string() function.
  • Split functions into separate format_stats, format_statvalues, and
    format_summary scripts

cocoon 0.0.1

Choose a tag to compare

@JeffreyRStevens JeffreyRStevens released this 13 Mar 20:10
  • Initial release of {cocoon}