Displaying 7 results from an estimated 7 matches for "indextable".
Did you mean:
indexable
2003 Oct 17
1
Modifying dim attribute of elements of a list
I am creating lists of vectors withing a loop. I also would like to
change the dim attribute to the vectors in order to make them
matrices.
I have tried the following, but it doesn't work...
> sim <- c('simMeans','simVars','simWeights')
> indexTable <- table(modelIndex)
> for (i in sim) {
+ assign(tmp <- paste(i,'By',sep=''),split(get(i), modelIndex))
+ lapply(seq(along=indexTable),function(j) attr(get(tmp)[[j]],'dim') <<- c(indexTable[j],K))
+ }
Error in FUN(X[[1]], ...) : couldn't find funct...
2011 Apr 01
3
programming: telling a function where to look for the entered variables
...able should be calculated (i.e. a particular value of
the factor lvar)
Data.tmp <- subset(Fulldf, lvar==subgroup, select=c("xvar","yvar"))
#restrict dataframe to given subgroup and two columns of the original
dataframe
Data.tmp <- na.omit(Data.tmp) # exclude missing values
indextable <- table(Data.tmp$xvar, Data.tmp$yvar) # make contingency table
return(indextable)
}
#Since I need to use the function with different dataframes and
variable names, I'd like to be able to tell my function the name of
the dataframe and variables it should use for calculating the index.
This...
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable with Mozilla 6 (OK with netscape 4.7x) (PR#1202)
...wx 1 charpent charpent 43 Dec 9 15:14 IndexEntry.class -> /usr/lib/R/doc/html/search/IndexEntry.class
lrwxrwxrwx 1 charpent charpent 44 Dec 9 15:14 IndexStream.class -> /usr/lib/R/doc/html/search/IndexStream.class
lrwxrwxrwx 1 charpent charpent 43 Dec 9 15:14 IndexTable.class -> /usr/lib/R/doc/html/search/IndexTable.class
lrwxrwxrwx 1 charpent charpent 49 Dec 9 15:14 SearchEngine-foot.html -> /usr/lib/R/doc/html/search/SearchEngine-foot.html
lrwxrwxrwx 1 charpent charpent 49 Dec 9 15:14 SearchEngine-head.html -> /usr/lib/R/doc/html...
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable (PR#1203)
...arpent charpent 43 Dec 9 15:14 IndexEntry.class -> /usr/lib/R/doc/html/search/IndexEntry.class
> lrwxrwxrwx 1 charpent charpent 44 Dec 9 15:14 IndexStream.class -> /usr/lib/R/doc/html/search/IndexStream.class
> lrwxrwxrwx 1 charpent charpent 43 Dec 9 15:14 IndexTable.class -> /usr/lib/R/doc/html/search/IndexTable.class
> lrwxrwxrwx 1 charpent charpent 49 Dec 9 15:14 SearchEngine-foot.html -> /usr/lib/R/doc/html/search/SearchEngine-foot.html
> lrwxrwxrwx 1 charpent charpent 49 Dec 9 15:14 SearchEngine-head.html -> /usr/lib/...
2018 Jun 23
4
RFC: Should SmallVectors be smaller?
> On Jun 23, 2018, at 10:14, Chris Lattner <clattner at nondot.org> wrote:
>
>
>
>> On Jun 23, 2018, at 9:11 AM, Duncan P. N. Exon Smith <dexonsmith at apple.com <mailto:dexonsmith at apple.com>> wrote:
>>
>>>
>>> I think we might be better off just reducing the pre-allocation size of most of our SmallVectors across LLVM and Clang.
2007 Apr 08
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_buffer.c libswfdec/swfdec_codec_adpcm.c libswfdec/swfdec_codec_audio.c
...h"
#endif
-#include "swfdec_codec.h"
+#include "swfdec_codec_audio.h"
#include "swfdec_bits.h"
#include "swfdec_debug.h"
+typedef struct {
+ SwfdecAudioDecoder decoder;
+ SwfdecBufferQueue * queue;
+} SwfdecAudioDecoderAdpcm;
+
static const int indexTable[4][16] = {
{ -1, 2 },
{ -1, -1, 2, 4 },
@@ -43,21 +48,9 @@ static const int stepSizeTable[89] = {
5894, 6484, 7132, 7845, 8630, 9493, 10442, 11487, 12635, 13899,
15289, 16818, 18500, 20350, 22385, 24623, 27086, 29794, 32767
};
-
-static gpointer
-swfdec_codec_adpcm_init (Swfdec...
2000 Feb 17
2
Installation of rpm file on Suse Linux 6.2 (PR#449)
...lib/R/doc/html/right.jpg action: create
D: file: /usr/local/lib/R/doc/html/search action: create
D: file: /usr/local/lib/R/doc/html/search/IndexEntry.class action: create
D: file: /usr/local/lib/R/doc/html/search/IndexStream.class action: create
D: file: /usr/local/lib/R/doc/html/search/IndexTable.class action: create
D: file: /usr/local/lib/R/doc/html/search/SearchEngine.class action: create
D: file: /usr/local/lib/R/doc/html/search/SearchEngine.html action: create
D: file: /usr/local/lib/R/doc/html/search/Tracer.class action: create
D: file: /usr/local/lib/R/doc/html/search/Val...