Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • testing dataex

    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


  • #2
    Don't forget or omit the CODE delimiters.

    Comment


    • #3
      thank you very much. The real question posted in the production forum WILL have the CODE delimiter.

      Comment

      Working...
      X