Displaying 9 results from an estimated 9 matches for "numgroups".
Did you mean:
yumgroups
2003 May 30
2
Need help installing qtoolbox
I have windows version of R v1.6.2
I have downloaded the qtoolbox.zip from
http://www.cmis.csiro.au/S-PLUS/qtoolbox/
My R command line is
> install.packages("C:/Program Files/R/qtoolbox.zip", .libPaths()[1], CRAN =
NULL)
and I get the following error message:
updating HTML package descriptions
Warning message:
error -1 in extracting from zip file
>
Is there another way to
2007 Feb 01
3
Can this loop be delooped?
...]<-dlpo_sm_v[bix:eix]
}
The key fact is that smallindexlist is a list, each list element is a
subvector of dlpo_sm_v of the proper size. The sizes may be different.
I tried to see whether I could eliminate the loop, as follows. First I
defined a function:
intgpi <- function(totalength,numgroups,groupnum,place="LEFT") {
# function to split the integer sequence, 1:totalength, into the groupnum
group out of numgroups groups of equal size, totalength%/%numgroups
# there are totalength%%numgroups number of groups of length
1+totalength%/%numgroups, with the large groups all to one...
2011 Nov 10
3
Error in matrix, not ordered vectors or numerical value, and SIAR.
Help!
model1 <- siarmcmcdirichletv4(data, source, tef, concdep=0, 500000, 50000)
Error in matrix(1, ncol = (numsources + numiso) * numgroups, nrow =
(siardata$iterations - :
invalid 'ncol' value (too large or NA)
In addition: Warning message:
In Ops.ordered((numsources + numiso), numgroups) :
'*' is not meaningful for ordered factors
Previous message, but more problems:
> The data set has 101 values, what ca...
2011 Nov 10
1
Errors in SIAR
Help!
model1 <- siarmcmcdirichletv4(data, source, tef, concdep=0, 500000, 50000)
Error in matrix(1, ncol = (numsources + numiso) * numgroups, nrow =
(siardata$iterations - :
invalid 'ncol' value (too large or NA)
In addition: Warning message:
In Ops.ordered((numsources + numiso), numgroups) :
'*' is not meaningful for ordered factors
Previous message, but more problems:
> The data set has 101 values, wha...
2010 Mar 26
3
Create blocks or observations
Anyone who can help me with this?
I have 48 observations (I dont want to alter their order). I want to group
these observations into 16 blocks. So I should have 3 observations for each
block. This is what I did in R, but it has warnings.
> y #contains my 48 observations
[1] 2.4 2.4 2.4 2.2 2.1 1.5 2.3 2.3 2.5 2.0 1.9 1.7 2.2 1.8 3.2 3.2 2.7 2.2
2.2
[20] 1.9 1.9 1.8 2.7 3.0
2011 May 17
1
simprof test using jaccard distance
...cluster,
method.distance = method.distance, originaldata = rawdata,
alpha = alpha, clust.order = hclust.results$merge, startrow = nrow(hclust.results$merge),
pMatrix = pMatrix, const = const, silent = silent, increment = increment)
results <- list()
results[["numgroups"]] <- length(simprof.results$samples)
results[["pval"]] <- simprof.results$pval
results[["hclust"]] <- hclust.results
if (!is.null(rownames(rawdata))) {
for (i in 1:length(simprof.results$samples)) {
for (j in 1:length(simprof.result...
2010 Sep 07
1
problems with siar package
...(I have attached the script) but the program collapses on
during the run. The error message says:
*** caught segfault ***
address 0xb31941cc, cause 'memory not mapped'
Traceback:
1: .C("siarmcmcv4", as.integer(numdata), as.integer(numsources),
as.integer(numiso), as.integer(numgroups), as.integer(startgroup),
as.integer(endgroup), as.integer(siardata$iterations),
as.integer(siardata$burnin), as.integer(siardata$howmany),
as.integer(siardata$thinby), as.double(prior), as.data.frame(data2),
as.data.frame(concdepdata), as.data.frame(sourcedata),
as.data.frame(correctionsdata), as....
1998 Mar 12
0
Code to check Password Server Group Memberships
...client,outbuf);
ret = receive_smb(password_client,inbuf,5000);
/* See if we successfully got the groups */
if(ret != 0 && CVAL(inbuf,smb_rcls) == 0)
{
int plength;
struct {uchar name[21];} *groups;
char store_groups[600];
int numgroups;
int loop;
char *grname[100];
int ingroup = 0;
p = &inbuf[smb_vwv + (CVAL(inbuf, smb_wct) * 2)];
plength = *((short *) p);
numgroups = p[7];
/* TBD Store the groups away for future validation */
/* later do a group valida...
2013 Feb 01
2
Change default order of colors & line types
Dear R users,
I'd like to change the default order of colors & line types.
Especially I am using ggplot2 and using color Set1.
In Set1, the default color order is red, blue, green, violet,.. ect.
However, I want to put red in fourth (not first).
Likewise, I want to change the order of default linetype. I want to
put "solid" line in fourth.
How can I do thses?
R code to draw the