search for: kuhp

Displaying 4 results from an estimated 4 matches for "kuhp".

Did you mean: kuhn
2012 Jun 23
2
matching a string with multiple conditions using grep
Suppose I have a vector ["A_cont_1", "A_cont_12", "B_treat_8", "AB_cont_22", "cont_21_Aa"], I hope I can extract the strings which include 3 short strings, say "A", "cont" and "2", that is to say, "A_cont_12", "AB_cont_22" and "cont_21_Aa" will be extract, using a relatively short code
2011 Mar 16
0
To calculate sample size based on generalized wilcoxon test or Tarone-Ware test
Dear all, I am trying to calculate sample size for a clinical research, on the basis of generalized wilcoxon test or Tarone-Ware test. It seems SAS can do this job using it "POWER" procedure, but SAS is not available to me. I would be very grateful if you could let me know if any R package or other tools which could cope with this problem. Best Regards, Wang [[alternative HTML
2011 Mar 30
3
Connect observed values by a smooth curve, is there any method to get coordinate value of arbitrary point on the curve?
Dear all, I have the problem as the title shows. It is time series of measurements. I want to estimate the value at time point when we have no actual measured value (Only in the time range, not for prediction in future time). Hope you could give me some suggestion or hint. Thank you so much. Wang Zhipeng [[alternative HTML version deleted]]
2012 Jun 28
2
Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
Hello all, When I wanted to use package "foreach", I got the Error. That is: > library(foreach) Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1 Error: package/namespace load failed for ‘foreach’ I am using R-2.14.2, 64 bit. Even I reinstalled R and package "foreach", the Error could not be fixed. Would you please to give me some advice? Thanks