what is the formula to measure Baseline
Answers were Sorted based on User's Feedback
Answer / shiva kumar
the measurement/readings/visit before administration of drug
into subject is considered as baseline.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / manoj
baseline is nuthing but it is an initial stage of the
treatment.measure the treatement before administring the
bilpgical product .
baseline=postbaseline-pre/current baseline
| Is This Answer Correct ? | 0 Yes | 0 No |
The base line is when the subject before takes drug and after takes the drug and if the subject is got a any problem with drug and his health.
Base Line =Post Base Line- current Base Line
| Is This Answer Correct ? | 1 Yes | 3 No |
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?
what is proc Index? and what is proc document?
What is SAS?
What is the difference Using & and && in the macro variables
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
For clinical entire study how many tables will create approx?
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
Given an unsorted data set, how to read the last observation to a new data set?
sas implimented companies in hyderabad
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What is by-group processing?
i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance