File: data4-1.gdt

package info (click to toggle)
gretl 0.99.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,304 kB
  • ctags: 3,210
  • sloc: ansic: 43,338; sh: 6,567; makefile: 807; perl: 529
file content (39 lines) | stat: -rw-r--r-- 1,331 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<!DOCTYPE gretldata SYSTEM "gretldata.dtd">

<gretldata name="data4-1" frequency="1" startobs="1" endobs="14" type="cross-section">
<description>
DATA4-1:  Data on single family homes in University City
    community of San Diego, in 1990.
    price = sale price in thousands of dollars (Range 199.9 - 505)
    sqft  = square feet of living area (Range 1065 - 3000)
    bedrms = number of bedrooms (Range 3 - 4)
    baths = number of bathrooms (Range 1.75 - 3)
</description>
<variables count="4">
<variable name="price"
 label="sale price in thousands of dollars (Range 199.9 - 505)"/>
<variable name="sqft"
 label="square feet of living area (Range 1065 - 3000)"/>
<variable name="bedrms"
 label="number of bedrooms (Range 3 - 4)"/>
<variable name="baths"
 label="number of bathrooms (Range 1.75 - 3)"/>
</variables>
<observations count="14" labels="false">
<obs>199.9 1065 3 1.75 </obs>
<obs>228.0 1254 3 2.00 </obs>
<obs>235.0 1300 3 2.00 </obs>
<obs>285.0 1577 4 2.50 </obs>
<obs>239.0 1600 3 2.00 </obs>
<obs>293.0 1750 4 2.00 </obs>
<obs>285.0 1800 4 2.75 </obs>
<obs>365.0 1870 4 2.00 </obs>
<obs>295.0 1935 4 2.50 </obs>
<obs>290.0 1948 4 2.00 </obs>
<obs>385.0 2254 4 3.00 </obs>
<obs>505.0 2600 3 2.50 </obs>
<obs>425.0 2800 4 3.00 </obs>
<obs>415.0 3000 4 3.00 </obs>
</observations>
</gretldata>