Displaying 3 results from an estimated 3 matches for "group2samplesize".
Did you mean:
group1samplesize
2025 Mar 29
3
Setting up hypothesis tests with the infer library?
...construction of the whole sample dataset?
It seems like I should be able to do something like this:
=================
(df <- data.frame(group1count = 660, #Or, group1prop = 0.66
group1samplesize = 1000,
group2count = 640, #Or, group2prop = 0.64
group2samplesize = 1000))
=================
Am I overlooking a way to set up these sample dataframes for infer?
Thanks for your advice and guidance.
-Kevin
2025 Mar 29
2
Setting up hypothesis tests with the infer library?
...ike I should be able to do something like this:
> > =================
> > (df <- data.frame(group1count = 660, #Or, group1prop = 0.66
> > ????????????????? group1samplesize = 1000,
> > ????????????????? group2count = 640, #Or, group2prop = 0.64
> > ????????????????? group2samplesize = 1000))
> > =================
> >
> > Am I overlooking a way to set up these sample dataframes for infer?
> >
> > Thanks for your advice and guidance.
> >
> > -Kevin
> >
> >
> >
> > ____________________________________________...
2025 Mar 29
2
Setting up hypothesis tests with the infer library?
...construction of the whole sample dataset?
It seems like I should be able to do something like this:
=================
(df <- data.frame(group1count = 660, #Or, group1prop = 0.66
group1samplesize = 1000,
group2count = 640, #Or, group2prop = 0.64
group2samplesize = 1000)) =================
Am I overlooking a way to set up these sample dataframes for infer?
Thanks for your advice and guidance.
-Kevin
______________________________________________
R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/...