Announcement

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

  • How to run coefplot after running the nonlinear regression


    return local eq "`twr' = `t11'+`t12'+`t13'+`t14'+`t15'+`t16'+`t17'+`t18'+`t 19'+`t20'+`t21'+`t22'+`t23'+`t24'+`t25'+`t26'+`t27 '+`t28'+`t29'+`t30'+`t31'+`t32'+`t33'+`t34'+`t35'+ `t36'+`t37'+`t38'+`t39'+`t40'+`t41'+`t42'+`t43'+`t 44'+`t45'+`t46'+`t47'+`t48'+`t49'+`t50'+`t51'+`t52 '+`t53'+`t54'+`t55'+`t56'+`t57'+`t58'+`t59'+`t60'"
    end
    nl ivfawt5: twr ivf trn e11 e12 e13 e14 e15 e16 e17 e18 e19 e110 e21 e22 e23 e24 e25 e26 e27 e28 e29 e210 e31 e32 e33 e34 e35 e36 e37 e38 e39 e310 e41 e42 e43 e44 e45 e46 e47 e48 e49 e410 e51 e52 e53 e54 e55 e56 e57 e58 e59 e510 [fw = all_popu], r nocons

    nlcom exp(_b[/b1])
    nlcom exp(_b[/b2])
    nlcom exp(_b[/b3])
    nlcom exp(_b[/b4])
    nlcom exp(_b[/b5])
    nlcom exp(_b[/b6])
    nlcom exp(_b[/b7])
    nlcom exp(_b[/b8])
    nlcom exp(_b[/b9])
    nlcom exp(_b[/b10])




    After I ran the nonliear model and nlcom like above, how can I draw a graph like below (maybe using coefplot, I guess. I have tried, but it didn't work)
    Click image for larger version

Name:	2024-09-26 155803.png
Views:	1
Size:	17.0 KB
ID:	1764525

Working...
X