Contains data from D:\ProgramFiles\StataSE12\ado\base/a/auto.dta
obs: 74 1978 Automobile Data
vars: 12 13 Apr 2011 17:45
size: 3,182 (_dta has notes)
--------------------------------------------------------------------------------------------------------------
storage display value
variable name type format label variable label
-------------------------------------------------------------------------------------------------------------- make str18 %-18s Make and Model price int %8.0gc Price
mpg int %8.0g Mileage (mpg)
rep78 int %8.0g Repair Record 1978
headroom float %6.1f Headroom (in.)
trunk int %8.0g Trunk space (cu. ft.)
weight int %8.0gc Weight (lbs.)
length int %8.0g Length (in.)
turn int %8.0g Turn Circle (ft.)
displacement int %8.0g Displacement (cu. in.)
gear_ratio float %6.2f Gear Ratio
foreign byte %8.0g origin Car type
--------------------------------------------------------------------------------------------------------------
Sorted by: foreign
. rename _all,proper
. des
Contains data from D:\ProgramFiles\StataSE12\ado\base/a/auto.dta
obs: 74 1978 Automobile Data
vars: 12 13 Apr 2011 17:45
size: 3,182 (_dta has notes)
--------------------------------------------------------------------------------------------------------------
storage display value
variable name type format label variable label
-------------------------------------------------------------------------------------------------------------- Make str18 %-18s Make and Model Price int %8.0gc Price
Mpg int %8.0g Mileage (mpg)
Rep78 int %8.0g Repair Record 1978
Headroom float %6.1f Headroom (in.)
Trunk int %8.0g Trunk space (cu. ft.)
Weight int %8.0gc Weight (lbs.)
Length int %8.0g Length (in.)
Turn int %8.0g Turn Circle (ft.)
Displacement int %8.0g Displacement (cu. in.)
Gear_Ratio float %6.2f Gear Ratio
Foreign byte %8.0g origin Car type
--------------------------------------------------------------------------------------------------------------
Sorted by: Foreign
Note: dataset has changed since last saved