Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Command multproc keeps returning "p ambiguous abbreviation"

    Dear all,

    my analysis is very similar to the second example here SMILEPLOT: Stata module to create plots for use with multiple significance tests but I keep running into the same error.

    This is the code I'm using:
    logistic event2 sodium_5 pot_5 calc_5 mag_5 pho_5 iron_5 copper_5 zinc_5 chlo_5 retinol_5 carotene_5 vitd_5 thiamin_5 ribo_5 niacin_5 trypto_5 vitc_5 vite_5 pyrid_5 b12_5 folic_tot_5 panto_5 biotin_5 iodine_5 mn_5 retequ_5 se_5 sfa_5 n6pufa_5 n3pufa_5 mfa_5 pufa_5 transfa_5 cholest_5

    parmest,format(estimate min95 max95 %8.2f p %8.1e) list(,)

    multproc, method(simes) puncor(.05)

    But every time I run this code, I get "p ambiguous abbreviation" error message. I've also tried multproc, pvalue(p) method(simes) puncor(.05) as seen in other examples but it doesn't address the initial issue as the error message I receive is "p ambiguous abbreviation (error in option pvalue())"

    I feel like I've tried everything and I'd appreciate any help, thank you.

  • #2
    Update: solved

    Comment


    • #3
      in case someone else has this problem, it would be helpful if you would post the solution

      Comment

      Working...
      X