全部版块 我的主页
论坛 计量经济学与统计论坛 五区 计量经济学与统计软件 Stata专版
1522 1
2015-03-29
悬赏 5 个论坛币 未解决


根据变量1(abcd)和变量2(ABCD)算收入的平均值



a b c d
A
B
C
D

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2015-3-29 16:51:15
看 table 命令
Examples

    -----------------------------------------------------------------------------------------------------------------
    Setup
        . sysuse auto

    One-way table; frequencies shown by default
        . table rep78

    One-way table; show count of nonmissing observations for mpg
        . table rep78, contents(n mpg)

    One-way table; multiple statistics on mpg requested
        . table rep78, c(n mpg mean mpg sd mpg median mpg)

    Add formatting
        . table rep78, c(n mpg mean mpg sd mpg median mpg) format(%9.2f)

    Two-way table; frequencies shown by default
        . table rep78 foreign

    Two-way table; show means of mpg for each cell
        . table rep78 foreign, c(mean mpg)

    Add formatting
        . table rep78 foreign, c(mean mpg) format(%9.2f) center
        . table foreign rep78, c(mean mpg) format(%9.2f) center

    Add row and column totals
        . table foreign rep78, c(mean mpg) format(%9.2f) center row col

    -----------------------------------------------------------------------------------------------------------------
    Setup
        . webuse byssin

    Three-way table
        . table workplace smokes race [fw=pop], c(mean prob)

    Add formatting
        . table workplace smokes race [fw=pop], c(mean prob) format(%9.3f)

    Request supercolumn totals
        . table workplace smokes race [fw=pop], c(mean prob) format(%9.3f) sc

    -----------------------------------------------------------------------------------------------------------------
    Setup
        . webuse byssin1

    Four-way table
        . table workplace smokes race [fw=pop], by(sex) c(mean prob) format(%9.3f)

    Four-way table with supercolumn, row, and column totals
        . table workplace smokes race [fw=pop], by(sex) c(mean prob) format(%9.3f) sc col row
    -----------------------------------------------------------------------------------------------------------------

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群