What's new

Help Statistics related R Software (Possible Answer)

FoXOnE23

Honorary Poster
Joined
May 10, 2016
Posts
540
Reaction
327
Points
208
Write TRUE, if the underlined is correct and if wrong write FALSE, then correct answer. ex: FALSE, var.test(weight ~ Diet, data=ChickWeight)

The command t.test(A~B, paired=TRUE, data=MySoftware) where MySoftware dataset contains two variables A (dependent) and B (independent) with two levels b1 and b2, would generate output of test for the equality of mean A of b1 and mean A of b2 from two independent and normal populations with equal variances. Note: Write codes without spacing.

Answer:
 

Similar threads

Back
Top