It's simply presize and goal oriented as expected.
@mycsg Жыл бұрын
Glad you found the approach helpful, Ashish.
@deepikapenta7332 Жыл бұрын
Nice explanation
@mycsg Жыл бұрын
@@deepikapenta7332 Glad you liked the approach. Thank you.
@Artibhavin01 Жыл бұрын
I am big fan of all your clinical sas videos. So helpful. Can you please share video for cross over study how to handle differently then one phase study !!!
@mycsg Жыл бұрын
Sure Arti. Will cover this in a future video.
@my_gadget2 ай бұрын
Hello actually I am little confused on merging like if I create ADSL dataset so I have need to merge DM with VS Which merging should I do here like inner, full, left and right merging?
@mycsg2 ай бұрын
you will have to process your vs data such that there is one record per subject and do left join with adsl as left dataset
@my_gadget2 ай бұрын
@@mycsg After sorting the dataset data merg1 ; Merge dm (in=a) vs(in=b) ; By usubjid ; If a ; Run; This is correct for dm and vs?
@my_gadget2 ай бұрын
@@mycsg ok because vs have many so firstly have to process ok gotit
@mycsg2 ай бұрын
correct, provided your vs dataset has one record per subject... most common parameter from vs is baseline weight - if your vs is processed like that for baseline weight then it is correct
@my_gadget2 ай бұрын
@@mycsg if I create sdtm vs as per specification then it process like one record per subject or not ?
@AshishM-g5t Жыл бұрын
Could you prepare video on crossover ADSL
@mycsg Жыл бұрын
Sure, will try to add soon.
@sanjeevb66958 ай бұрын
Hi Bro, If you do not mine could you provide for data for practice> which is very useful for, which you are explained?
@mycsg8 ай бұрын
you can contact us using the 'contact us' page on mycsg.in website
@balaramamohan23705 ай бұрын
Sir pls can u upload SU domain
@mycsg5 ай бұрын
It may take some time before we make a video for it.. but the code is already available here. www.mycsg.in/sdtm.php?area=SDTM&concept=SU&lesson=SDTM_SU_L101