Displaying 3 results from an estimated 3 matches for "rlevel".
Did you mean:
level
2003 Jun 24
2
[PATCH] Limit recursion depth
...t;, 'e', POPT_ARG_STRING, &shell_cmd , 0, 0, 0 },
{"block-size", 'B', POPT_ARG_INT, &block_size , 0, 0, 0 },
@@ -658,6 +661,7 @@
static char mdelete[30];
static char mwindow[30];
static char bw[50];
+ static char rlevel[50];
/* Leave room for ``--(write|read)-batch='' */
static char fext[MAXPATHLEN + 15];
@@ -741,6 +745,12 @@
argstr[x] = 0;
if (x != 1) args[ac++] = argstr;
+
+ if (recurse_level) {
+ snprintf(rlevel,sizeof(rlevel),"-N%d",recurs...
2011 Jun 30
2
Saving fExtremes estimates and k-block return level with confidence intervals.
...timating a large model by groups. How do you save the results and?returns
the associated quantiles?
For this example I need a data frame
n?? ?xi??????? mu????????beta
1?? 0.1033614? 2.5389580 0.9092611
2? ?0.3401922? 0.5192882 1.5290615
3?? 0.5130798? 0.5668308 1.2105666
I also want to apply gevrlevelPlot() for each "n" or group.
?
#Example
n <- c(1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3,3)
y <- c(2,3,2,3,4,5,6,1,0,0,0,6, 2, 1, 0, 0,9,3)
z <- as.data.frame(cbind(n,y))
colnames(z) <- c("n","y")
library(fExtremes)
z <- split(z, z$n)
res2 <-l...
2006 Jun 29
2
Biobass, SAGx, and Jonckheere-Terpstra test
Hi list,
I tried to load the package SAGx and failed because it complains it's
looking for the Biobass which is not there. Then I looked up the package
list and Biobass is not found.
I'm trying to run the Jonckheere-Terpstra test and from what I see in
the R archive, SAGx is the only place it's been implemented.
> library(SAGx)
Loading required package: multtest
Loading required