See if this creates a sample dataset
clear
input float dose str1 inst float age
75 "1" 90
93 "1" 80
96 "1" 70
113 "1" 60
118 "1" 50
71 "2" 90
78 "2" 80
78 "2" 70
82 "2" 60
94 "2" 50
25 "3" 90
35 "3" 80
63 "3" 70
70 "3" 60
120 "3" 50
end
Mitchell Berman
clear
input float dose str1 inst float age
75 "1" 90
93 "1" 80
96 "1" 70
113 "1" 60
118 "1" 50
71 "2" 90
78 "2" 80
78 "2" 70
82 "2" 60
94 "2" 50
25 "3" 90
35 "3" 80
63 "3" 70
70 "3" 60
120 "3" 50
end
Mitchell Berman
Comment