what is p-value
Answers were Sorted based on User's Feedback
Answer / prakash
p value is the probability of error occured by chance.in
clinical the results are considered to be significant if the
pvalue is <0.05
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / krishna&rajesh
p-value is a probability value commonly used in comparative
clinical trials to test wether there exists they significance
difference for a specific summary measures.(p-value is used
to get the probability of an accomplishing result.)
| Is This Answer Correct ? | 0 Yes | 2 No |
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
Which is the best training institute for SAS in Delhi. Please reply
What are the functions which are used for character handling functions?
for what purpose would you use the retain statement? : Sas programming
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
Can you excute a macro within a macro? Describe.
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
Code a PROC MEANS that shows both summed and averaged output of the data.
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.