In R prop.test can take a table of summary statistics (the number of cells from cross tabulation) instead of all the data (see parameter x here ):
x is the vector of success counters, a one-dimensional table with two records, or a two-dimensional table (or matrix) with 2 columns, giving counts of successes and failures , respectively.
Is there a way to give t.test (or some equivalent function) a summary of the mean, standard deviation and group size for two groups and perform the corresponding calculations?
CRAN , t-, . tsum.test BSDA.
tsum.test
stats.SE R-, .
:
, -, htest. , , , .
htest
, , - t.test, ( , , tsum.test ), , t.test ( var.equal=TRUE); , , , .
t.test
var.equal=TRUE
(, , , , , , , , , . , , .)
Source: https://habr.com/ru/post/1524965/More articles:Билинейное изменение размера с помощью С++ и вектора RGBA пикселей - c++Link Counting in php - how does it work? - garbage-collectionTightly pack a grid of list items in HTML - htmlAre SSE / long-polling connections connected to Heroku Unicorn processes? - ruby-on-railsGetting the target sail request from a policy scope - node.jsDjango TypeError int () argument must be a string or a number, not a "QueryDict" - pythonJSON.parse: unexpected character with no spaces after JSON data in javascript - jsonRedirect all routes to another path and keep the rest of the URL intact - ruby-on-railsone-to-many mapping using the ref property not for the primary key - c #AngularDart directive list? - dartAll Articles