devarshi77
Programmer
hi im new here and need some guidance as i dont wan swim any longer!
the problem is that i have created a file in R and i want to read p-values from the file. the file has 1000 simulations. someone told me that c can do it effortlessly.
this is the final aim of the project im workin on:
i wan to read the file and give me the list of p-values smaller than 0.05 .
the file output looks like this (1000 such observations) :
------
One sample Kolmogorov-Smirnov Test of Composite Normality
data: y
ks = 0.1062, p-value = 0.5
alternative hypothesis: True cdf is not the normal distn. with estimated parameters
sample estimates:
mean of x standard deviation of x
0.7940168 0.8786753
------------
if anyone can show me a way out of this, i d appreciate.
best
the problem is that i have created a file in R and i want to read p-values from the file. the file has 1000 simulations. someone told me that c can do it effortlessly.
this is the final aim of the project im workin on:
i wan to read the file and give me the list of p-values smaller than 0.05 .
the file output looks like this (1000 such observations) :
------
One sample Kolmogorov-Smirnov Test of Composite Normality
data: y
ks = 0.1062, p-value = 0.5
alternative hypothesis: True cdf is not the normal distn. with estimated parameters
sample estimates:
mean of x standard deviation of x
0.7940168 0.8786753
------------
if anyone can show me a way out of this, i d appreciate.
best