The Talent data set contains information on the actors
represented by a hypothetical talent agency.
|
Variable
Type
Length
Description
LastName
Char
13
actor's last name
FirstName
Char
8
actor's first name
Address1
Char
21
first address line
Address2
Char
16
second address line
Rate
Num
8
rate of pay
Agency
Char
20
talent agency
Comment
Char
30
comments on actor
ID
Char
4
payroll ID number
Phone
Num
8
home phone number
LastHired
Num
8
date of last hire
BirthDate
Num
8
date of birth
Height
Char
2
actor's height
Month
Num
8
month
Day
Num
8
date
Sample Data |
Obs | LastName | FirstName | Address1 | Address2 |
1 | SAMUELS | LAWRENCE | 123 PEACHBLOSSOM LANE | WILLIAMS, NJ |
2 | INGER | STEVEN | 4 LAKEVIEW DR | RIVERTON, NJ |
3 | NARANJA | IGNES | 666 TORROBA | CENTERVILLE, NJ |
4 | LEBEAU | MARTINE | 4434 CENTER AVE. | JEFFERSON, NJ |
Obs | Rate | Agency | Comment |
1 | 1200 | TALENT TALENT TALENT | southern accent |
2 | 2400 | GEORGE STICKS | industrial |
3 | 2400 | UNIVERSAL | directing,speaks spanish |
4 | 2100 | HORIZONS | commercials,french accent |
Obs | ID | Phone | LastHired | BirthDate | Height | Month | Day |
1 | 327M | 5553489 | 14708 | 6689 | 69 | 4 | 8 |
2 | 102M | 5556012 | 14476 | -1752 | 70 | 8 | 20 |
3 | 131F | 5556781 | 14380 | 6097 | 64 | 6 | 25 |
4 | 709F | 5554023 | 14420 | 738 | 69 | 9 | 17 |
Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.