Giter VIP home page Giter VIP logo

Comments (1)

strengejacke avatar strengejacke commented on September 28, 2024

Do you have a reproducible example?

t.test(1:10, y = c(7:20, 200)) |> report::report()
#> Effect sizes were labelled following Cohen's (1988) recommendations.
#> 
#> The Welch Two Sample t-test testing the difference between 1:10 and c(7:20,
#> 200) (mean of x = 5.50, mean of y = 25.93) suggests that the effect is
#> negative, statistically not significant, and medium (difference = -20.43, 95%
#> CI [-47.24, 6.38], t(14.16) = -1.63, p = 0.125; Cohen's d = -0.60, 95% CI
#> [-1.34, 0.16])

t.test(1:10, y = c(7:20, 200), conf.level = 0.7) |> report::report()
#> Effect sizes were labelled following Cohen's (1988) recommendations.
#> 
#> The Welch Two Sample t-test testing the difference between 1:10 and c(7:20,
#> 200) (mean of x = 5.50, mean of y = 25.93) suggests that the effect is
#> negative, statistically not significant, and medium (difference = -20.43, 70%
#> CI [-33.90, -6.97], t(14.16) = -1.63, p = 0.125; Cohen's d = -0.60, 70% CI
#> [-0.98, -0.19])

from report.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.