Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Performing a One-Sample Test of the Mean

In clinical trial analyses you may want to test the mean for a single population to determine if that value differs from a hypothesized value. For example, let s say that you have the lab test value LDL and you want to know if the change-from-baseline value is significantly different from zero. There are several ways to perform this test in SAS. If you assume the change from baseline for LDL, ldl change, is normally distributed, you can run a one-sample t-test in SAS like this  [Pg.255]

The p-value for the f-test can be found in the Probt variable in the pvalue data set. [Pg.255]

PROC UNIVARIATE can also be used to perform the one-sample f-test as follows  [Pg.256]

If you do not have the change-from-baseline variable, ldl change, calculated but you have the baseline variable, ldl base, and post-treatment variable, ldl post trt, then you can run this comparison as a paired t-test, like this  [Pg.256]


See other pages where Performing a One-Sample Test of the Mean is mentioned: [Pg.247]    [Pg.255]   


SEARCH



A samples

A?-means

Mean, tests

Means testing

One-sample /-tests

Performance test sample

Performance tests

Sample mean

Sample testing

Sampling testing

Test sample

Testing of Samples

The Sample

© 2024 chempedia.info