All variables with the name company
Variable |
Graph |
Type |
N |
Descriptives |
Label |
[+]
company
@grun1.dta |
|
category
(float)
|
172
(10)
|
"1", "2", "3", "4", "5", "6", "7", "8", "9", "10"
|
|
All properties
key |
content |
N |
172 |
N_unique |
10 |
class |
category |
freq |
20, 12, 14, 20, 6, 20, 20, 20, 20, 20 |
max |
10.000 |
mean |
5.791 |
min |
1.000 |
names |
"1", "2", "3", "4", "5", "6", "7", "8", "9", "10" |
sd |
2.958 |
type |
float |
values |
1, 2, 3, 4, 5, 6, 7, 8, 9, 10 |
Estimations and Descriptive Statistics with company
file |
# |
command |
ch12.5.do:
|
57 [+]
|
tab
company
All properties
key |
content |
command |
tab |
indent |
0 |
parameters |
company |
|
Data Manipulations with company
file |
# |
command |
-
-
Script Output
company: Number of Observations
---------- ------------------------------
Total Integers Nonintegers
| # # Negative - - -
| # # # Zero - - -
| # # # # Positive 172 172 -
| # # # # # ----- ----- -----
| # # # # # Total 172 172 -
| # # # # # Missing -
+---------------------- -----
1 10 172
(10 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
company | 172 5.790698 2.958253 1 10
@mean 5.791
@sd 2.958
@min 1.000
@max 10.000
@values 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
@names "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"
@freq 20, 12, 14, 20, 6, 20, 20, 20, 20, 20
@type float
@label
@class category
@N_unique 10
@N 172
|
[+]
company
@grunfeld.dta |
|
category
(float)
|
200
(10)
|
"1", "2", "3", "4", "5", "6", "7", "8", "9", "10"
|
|
All properties
key |
content |
N |
200 |
N_unique |
10 |
class |
category |
freq |
20, 20, 20, 20, 20, 20, 20, 20, 20, 20 |
max |
10.000 |
mean |
5.500 |
min |
1.000 |
names |
"1", "2", "3", "4", "5", "6", "7", "8", "9", "10" |
sd |
2.879 |
type |
float |
values |
1, 2, 3, 4, 5, 6, 7, 8, 9, 10 |
Estimations and Descriptive Statistics with company
file |
# |
command |
ch8.2.do:
|
55 [+]
|
tsline
invrate
if inrange(company, 1, 4) & year >= 1937
, by(company, ti(" ")) ///
yline(0) ysc(range(-0.2 0.3)) ytick(-0.2(0.1)0.3) ylab(-0.2(0.1)0.3)
-
tsline invrate if inrange(company, 1, 4) & year >= 1937, by(company, ti(" ")) ///
yline(0) ysc(range(-0.2 0.3)) ytick(-0.2(0.1)0.3) ylab(-0.2(0.1)0.3) ///
scheme(s2mono)
|
-
-
Script Output
company: Number of Observations
---------- ------------------------------
Total Integers Nonintegers
| # # # # # Negative - - -
| # # # # # Zero - - -
| # # # # # Positive 200 200 -
| # # # # # ----- ----- -----
| # # # # # Total 200 200 -
| # # # # # Missing -
+---------------------- -----
1 10 200
(10 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
company | 200 5.5 2.879489 1 10
@mean 5.500
@sd 2.879
@min 1.000
@max 10.000
@values 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
@names "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"
@freq 20, 20, 20, 20, 20, 20, 20, 20, 20, 20
@type float
@label
@class category
@N_unique 10
@N 200
|
[+]
company
@grunfeldavg.dta |
|
category
(byte)
|
200
(10)
|
"1", "2", "3", "4", "5", "6", "7", "8", "9", "10"
|
|
All properties
key |
content |
N |
200 |
N_unique |
10 |
class |
category |
freq |
20, 20, 20, 20, 20, 20, 20, 20, 20, 20 |
max |
10 |
mean |
5.500 |
min |
1 |
names |
"1", "2", "3", "4", "5", "6", "7", "8", "9", "10" |
sd |
2.879 |
type |
byte |
values |
1, 2, 3, 4, 5, 6, 7, 8, 9, 10 |
Estimations and Descriptive Statistics with company
file |
# |
command |
ch8.2.do:
|
55 [+]
|
tsline
invrate
if inrange(company, 1, 4) & year >= 1937
, by(company, ti(" ")) ///
yline(0) ysc(range(-0.2 0.3)) ytick(-0.2(0.1)0.3) ylab(-0.2(0.1)0.3)
-
tsline invrate if inrange(company, 1, 4) & year >= 1937, by(company, ti(" ")) ///
yline(0) ysc(range(-0.2 0.3)) ytick(-0.2(0.1)0.3) ylab(-0.2(0.1)0.3) ///
scheme(s2mono)
|
ch9.01.do:
|
5 [+]
|
levelsof
company
, local(colist)
|
:
|
9 [+]
|
quietly
regress
invest L(1/2).kstock L.kapavg
if company == `c'
|
:
|
20 [+]
|
levelsof
company
, local(colist)
|
:
|
25 [+]
|
levelsof
company
, local(colist)
|
:
|
29 [+]
|
summarize
invest
if company == `c'
, detail
All properties
key |
content |
command |
summarize |
if |
company == `c' |
indent |
2 |
options |
detail |
parameters |
invest |
|
:
|
33 [+]
|
correlate
invest invavg
if company == `c'
All properties
key |
content |
command |
correlate |
if |
company == `c' |
indent |
2 |
parameters |
invest invavg |
|
:
|
35 [+]
|
correlate
kstock kapavg
if company == `c'
All properties
key |
content |
command |
correlate |
if |
company == `c' |
indent |
2 |
parameters |
kstock kapavg |
|
:
|
37 [+]
|
regress
invest L.kstock L.kapavg
if company == `c'
|
:
|
91 [+]
|
levelsof
company
, local(colist)
|
:
|
99 [+]
|
summarize
invest
if company == `c'
, detail
All properties
key |
content |
command |
summarize |
if |
company == `c' |
indent |
2 |
options |
detail |
parameters |
invest |
|
:
|
103 [+]
|
correlate
invest invavg
if company == `c'
All properties
key |
content |
command |
correlate |
if |
company == `c' |
indent |
2 |
parameters |
invest invavg |
|
:
|
105 [+]
|
correlate
kstock kapavg
if company == `c'
All properties
key |
content |
command |
correlate |
if |
company == `c' |
indent |
2 |
parameters |
kstock kapavg |
|
:
|
107 [+]
|
regress
invest L.kstock L.kapavg
if company == `c'
|
-
-
Script Output
company: Number of Observations
---------- ------------------------------
Total Integers Nonintegers
| # # # # # Negative - - -
| # # # # # Zero - - -
| # # # # # Positive 200 200 -
| # # # # # ----- ----- -----
| # # # # # Total 200 200 -
| # # # # # Missing -
+---------------------- -----
1 10 200
(10 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
company | 200 5.5 2.879489 1 10
@mean 5.500
@sd 2.879
@min 1
@max 10
@values 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
@names "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"
@freq 20, 20, 20, 20, 20, 20, 20, 20, 20, 20
@type byte
@label
@class category
@N_unique 10
@N 200
|
[+]
company
@ldinvest.dta |
|
category
(float)
|
160
(10)
|
"1", "2", "3", "4", "5", "6", "7", "8", "9", "10"
|
|
All properties
key |
content |
N |
160 |
N_unique |
10 |
class |
category |
freq |
16, 16, 16, 16, 16, 16, 16, 16, 16, 16 |
max |
10.000 |
mean |
5.500 |
min |
1.000 |
names |
"1", "2", "3", "4", "5", "6", "7", "8", "9", "10" |
sd |
2.881 |
type |
float |
values |
1, 2, 3, 4, 5, 6, 7, 8, 9, 10 |
Estimations and Descriptive Statistics with company
file |
# |
command |
ch8.2.do:
|
55 [+]
|
tsline
invrate
if inrange(company, 1, 4) & year >= 1937
, by(company, ti(" ")) ///
yline(0) ysc(range(-0.2 0.3)) ytick(-0.2(0.1)0.3) ylab(-0.2(0.1)0.3)
-
tsline invrate if inrange(company, 1, 4) & year >= 1937, by(company, ti(" ")) ///
yline(0) ysc(range(-0.2 0.3)) ytick(-0.2(0.1)0.3) ylab(-0.2(0.1)0.3) ///
scheme(s2mono)
|
Data Manipulations with company
file |
# |
command |
-
-
Script Output
company: Number of Observations
---------- ------------------------------
Total Integers Nonintegers
| # # # # # Negative - - -
| # # # # # Zero - - -
| # # # # # Positive 160 160 -
| # # # # # ----- ----- -----
| # # # # # Total 160 160 -
| # # # # # Missing -
+---------------------- -----
1 10 160
(10 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
company | 160 5.5 2.881299 1 10
@mean 5.500
@sd 2.881
@min 1.000
@max 10.000
@values 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
@names "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"
@freq 16, 16, 16, 16, 16, 16, 16, 16, 16, 16
@type float
@label
@class category
@N_unique 10
@N 160
|