Dear Stata users,
I have found that some community-contributed commands' help file display incomplete. For example -mrtab- written by Ben Jann, when I open its help file by using -help mrtab- (which applys to mrtab.hlp), I found display errors somewhere (I underline the error in red):
And when I edited the help file, I found the corresponding SMCL script as follows:
So can anybody help me out, thank you!
I have found that some community-contributed commands' help file display incomplete. For example -mrtab- written by Ben Jann, when I open its help file by using -help mrtab- (which applys to mrtab.hlp), I found display errors somewhere (I underline the error in red):
includemissing is an enhancement to include and specifies that cases be treated as valid even if all response variables are missing.
includemissing implies include. Specifying includemissing in connection w :casewise} has the effect that cases with missing values
for at least one of the response variables will be treated as valid cases composed of zero responses.
includemissing implies include. Specifying includemissing in connection w :casewise} has the effect that cases with missing values
for at least one of the response variables will be treated as valid cases composed of zero responses.
{p 4 8 2} {cmd:includemissing} is an enhancement to {cmd:include} and specifies that cases be treated as valid even if all response variables are missing. {cmd:includemissing} implies {cmd:include}. Specifying {cmd:includemissing} in connection with {cmd:casewise} has the effect that cases with missing values for at least one of the response variables will be treated as valid cases composed of zero responses.
Comment