price
variable:group
Variable | Graph | Type | N | Descriptives | Label |
---|---|---|---|---|---|
[+]
price @hprice2a.dta |
|
other (float) |
506 (.) |
(x̄=22511.510, 9208.856) [5000.000,50001.000] |
file | # | command |
---|---|---|
ch4.26.do: | 4 [+] | regress price nox dist rooms stratio proptax |
: | 9 [+] | quietly regress price nox dist rooms stratio |
ch9.09.do: | 22 [+] | list make price weight length in 1/10 , |
: | 23 [+] | list make price weight length in 1/10 , |
ch11.01.do: | 432 [+] | summarize price pricehat |
ch12.4.do: | 78 [+] | ml model d0 mynormal_lf_d0 (mu: price = mpg weight turn) /lnsigma , /// maximize nolog diparm(lnsigma, exp label("sigma")) |
: | 122 [+] | qui regress price mpg weight turn |
: | 125 [+] | ml model d0 mynormal_lf_d0_c1 (a:) (mu: price = weight turn) /lnsigma , /// maximize nolog diparm(lnsigma, exp label("sigma")) |
ch12.6.do: | 19 [+] | ml model lf meanvar (mu1: price = ) (mu2: price = ) /sigma1 /sigma2 |
: | 30 [+] | ml model lf meanvar (mu1: price = ) (mu2: price = ) /sigma1 /sigma2 , /// constraints(1) |
ch13.01.do: | 41 [+] | summarize price mpg |
file | # | command |
---|---|---|
ch2.1.do: | 7 [+] | generate lprice = log(price) |
ch4.26.do: | 47 [+] | label variable `y' "Predicted median house price, dollars" |
ch11.01.do: | 374 [+] | bysort rep78 foreign: egen pctrange = pct9010(price) |
ch12.2.do: | 27 [+] | bysort rep78: egen iqr = pctrange(price) if inrange(rep78, 3, 5) |
: | 28 [+] | bysort rep78: egen p8020 = pctrange(price) if inrange(rep78, 3, 5) , /// hi(80) lo(20) |
ch14.2.do: | 12 [+] | keep make model price |
: | 52 [+] | keep make model price |