📄 bitowt.hlp
字号:
{smcl}
{* 11mar2005}{...}
{cmd:help bitowt}{right:also see: {help undocumented}}
{hline}
{title:Title}
{p 4 16 2}
{hi:bitowt} {hline 2} Convert binary frequency records to frequency weighted
data
{title:Syntax}
{p 8 15 2}{cmd:bitowt} {it:case#_var} {it:pop_var} [{cmd:if} {it:exp}] [{cmd:in}
{it:range}] [{cmd:,} {cmdab:c:ase:(}{it:newvarname}{cmd:)}
{cmdab:w:eight:(}{it:newvarname}{cmd:)} ]
{title:Description}
{pstd}
{cmd:bitowt} converts binary frequency records to frequency weighted data.
{it:case#_var} specifies the variable containing the number of cases
represented by each observation and {it:pop_var} specifies the number of
subjects (cases plus controls) represented by each observation. This command
will change the data in memory.
{title:Options}
{phang}
{cmd:case(}{it:newvarname}{cmd:)} specifies the name of a new binary
variable containing 1 for cases and 0 for controls. If {cmd:case()} is not
specified, {cmd:case(_case)} is assumed.
{phang}
{cmd:weight(}{it:newvarname}{cmd:)} specifies the name of a variable
that will contain frequency weights. If {cmd:weight()} is not specified,
{cmd:weight(_weight)} is assumed.
{title:Examples}
{phang}{cmd:. bitowt deaths N}{p_end}
{phang}{cmd:. bitowt deaths N, case(cases) weight(wt)}
{title:Also see}
{psee}
Online: {help epitab}
{p_end}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -