SAS 前辈大家好,
今天看SAS documentation 非参数检验,上来就很打击哈,求指导下面这句话什么意思。。。
The NPAR1WAY procedure performs nonparametric tests for location and scale differences across a one-way classification. PROC NPAR1WAY also provides a standard analysis of variance on the raw data and tests based on the empirical distribution            function.          
这个是连接: http://support.sas.com/documentation/cdl/en/statug/65328/HTML/default/viewer.htm#statug_npar1way_overview.htm
另外,有一个实际问题,我们想探讨健康干预对人群健康知识知晓率的影响,资料有收集干预前的基线数据,以及干预后的数据 (干预前后人群都是随机在社区中抽取的,所以干预前后回答问卷的人并不一定是同一个人),现在我想看下干预前后人群特征的差别。 请问教育情况(分为四层:小学及以下,初中,高中,大专及以上)在干预前后(分为干预和没有干预,2分类变量)是不是一致? 我把教育看成是有序变量,请问应该使用什么统计学方法?
