Displaying 3 results from an estimated 3 matches for "group1samplesize".
2025 Mar 29
3
Setting up hypothesis tests with the infer library?
...g up datasets for
problems of this type? Is there a more efficient way, that doesn't
require the 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?
...cient way, that doesn't
> > require the 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 gu...
2025 Mar 29
2
Setting up hypothesis tests with the infer library?
...g up datasets for problems of this type? Is there a more efficient way, that doesn't require the 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...