Giter Site home page Giter Site logo

shinybio's People

Contributors

agiles231 avatar homerhanumat avatar obewanjacobi avatar

Stargazers

 avatar

Watchers

 avatar  avatar

shinybio's Issues

test suggestion

kstudents <- c(1:14)
gstudents <- c(1:12)

gprescore <- c(6/11, 4/11, 6/11, 7/11, 7/11, 4/11, 6/11, 4/11, 6/11, 3/11, 5/11, 5/11)*100
kprescore <- c(6/11, 4/11, 6/11, 7/11, 3/11, 6/11, 3/11, 8/11, 5/11, 4/11, 6/11, 6/11, 6/11, 6/11)*100

gpostscore <- c(8/11, 5/11, 5/11, 5/11, 9/11, 8/11, 8/11, 3/11, 8/11, 6/11, 8/11, 7/11)*100
kpostscore <- c(5/11, NA, 6/11, 6/11, 4/11, 7/11, 1/11, 9/11, 4/11, 5/11, 9/11, 8/11, 10/11, 5/11)*100

tgriff <- data.frame(gstudents, gprescore, gpostscore)

kopp <- data.frame(kstudents, kprescore, kpostscore)

gp <- gprescore/100*11
kp <- kprescore/100*11
ga <- gpostscore/100*11
ka <- kpostscore/100*11
inst <- c(rep("griffith", 12), rep("kopp",14))
prepost <- data.frame(instructor = inst, pre = c(gp,kp), post = c(ga, ka))
prepost$diff <- prepost$post - prepost$pre
t.test(diff ~ instructor, data = prepost)

library(lattice)
lattice::histogram( ~ diff | instructor,
    data = prepost,
    layout = c(1,2), 
    breaks = seq(from = -2.5, to = 4.5, by = 1),
    type = "count",
    xlab = "score difference (post - pre)")

easier to "more easily" ...

... in your proposal. Suggest one final check on grammar and spelling, but basically I think it's good to go.

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.