search for: rrf

Displaying 16 results from an estimated 16 matches for "rrf".

Did you mean: ref
2013 Jun 05
2
combining two different matrizes
...iten ? ?ex=x-rf ? ?erm=rm-rf ? ?#Regression ? ?reg <- lm(ex~erm+smb+hml) ? ?reglist[[i]] <- coef(reg) ? ? #Berechnung Residuum ? ?? ?#Residual Berechnung ? ?? ?rx = residual[(j-5):j,a] ? ?? ?rrm = residual[(j-5):j,12] ? ?? ?rsmb = residual[(j-5):j,13] ? ?? ?rhml = residual[(j-5):j,14] ? ?? ?rrf = residual[(j-5):j,15] ? ?? ?rex = rx-rrf ? ?? ?rerm = rrm-rrf ? ?? ?#Berechnung ? ?? ?res <- sum(rex-(reglist[[i]][2]*rerm+reglist[[i]][3]*rsmb+reglist[[i]][4]*rhml))/sd(rex-(reglist[[i]][2]*rerm+reglist[[i]][3]*rsmb+reglist[[i]][4]*rhml)) ? ?? ?reglist[[i]] <- res }? ? ? ? #Residuen auf...
2010 Apr 30
0
RMySQL and dates
...ad and write database tables that have a date field in them. I am constructing a data.frame, then using dbWriteTable to create the table and dbReadTable to read it. >datatbl<-data.frame( dates, trialnum, fooddel, ethdel, trialtime, trialtype, deliveries, food, ethanol, fcumrec, dcumrec, rrf, rrd) >ifelse(startdate==filelist, filetbl<-datatbl,filetbl<-rbind(filetbl, datatbl)) >dbWriteTable(con, subj, as.data.frame(filetbl), overwrite=T) This creates the table named for the contents of subj...the problem is in the class of the first column, dates. > sapply(filetb...
2006 Oct 25
0
Help message translation quiete strange (nv 50)
...ante syntaxe : zfs command args ... o? ''command'' est l''une des possibilit?s suivantes : create [[-o property=value] ... ] <filesystem> create [-s] [-b blocksize] [[-o property=value] ...] -V <size> <volume> d?truire [-rRf] <syst?me_de_fichiers|volume|instantan?> snapshot [-r] <filesystem at name|volume at name> restaurer [-rRf] <instantan?> cloner <instantan?> <syst?me_de_fichiers|volume> promote <clone filesystem> renommer <syst?me_de_f...
2006 Jan 16
1
How to analysis Y98 chips using RankProd package?
...R and Bioconductor Helpers, I am using a package called RankProd under Bioconductor to analysis my Y98 (yeast) microarray data. I had no problem following the example in the vignette but got stocked when I tried to analyze my own data. When I tried to run the following command, RP.out <- RP(rrf.sub, rrf.cl.sub, gene.names = y98.gnames, rand = 123) I got the following response: Rank Product analysis for two-class case Starting 100 permutations... Computing pfp .. Error in "row.names<-.data.frame"(`*tmp*`, value = c("logical(0)", "logical(0)", :...
2018 Jul 06
0
NEWS vs. inst/NEWS
...-level NEWS file" CITATION "inst/CITATION - the CITATION file from the source package's inst directory" Several CRAN packages have both NEWS and inst/NEWS (gdata, genetics, gplots, mcgibbsit, modeltools, nimble, RRF, session, SII). In most the two files are identical but in RRF and nimble they differ. Is the manual wrong is the code wrong? Bill Dunlap TIBCO Software wdunlap tibco.com [[alternative HTML version deleted]]
2017 Aug 01
1
How automatic Y on install y/n prompts?
...t; > bartMachine","spikeslab","party","rqPen","monomvn"," > foba","logicFS","rPython","qrnn","randomGLM","msaenet"," > Rborist","relaxo","ordinalNet","rrf","frbs","extraTrees"," > ipred","elasticnet","bst","brnn","Boruta","arm","elmNN"," > evtree","extraTrees","deepnet","kknn","KRLS","RSNNS",...
2017 Aug 01
0
How automatic Y on install y/n prompts?
...bartMachine","spikeslab","party","rqPen","monomvn"," >> foba","logicFS","rPython","qrnn","randomGLM","msaenet"," >> Rborist","relaxo","ordinalNet","rrf","frbs","extraTrees"," >> ipred","elasticnet","bst","brnn","Boruta","arm","elmNN"," >> >evtree","extraTrees","deepnet","kknn","KRLS","...
2007 Apr 18
0
[patch 2/9] Guest page hinting: unused / free pages on s390.
...SA_CSTATE_RESIDENT 0x00 +#define ESSA_CSTATE_PRESERVED 0x02 +#define ESSA_CSTATE_ZERO 0x03 + +extern struct page *mem_map; + +/* + * ESSA <rc-reg>,<page-address-reg>,<command-immediate> + */ +#define page_essa(_page,_command) ({ \ + int _rc; \ + asm volatile(".insn rrf,0xb9ab0000,%0,%1,%2,0" \ + : "=&d" (_rc) : "a" (((_page)-mem_map)<<PAGE_SHIFT), \ + "i" (_command)); \ + _rc; \ +}) + +static inline void page_set_unused(struct page *page, int order) +{ + int i; + + if (!MACHINE_HAS_ESSA) + return; + for...
2007 Apr 18
0
[patch 2/9] Guest page hinting: unused / free pages on s390.
...SA_CSTATE_RESIDENT 0x00 +#define ESSA_CSTATE_PRESERVED 0x02 +#define ESSA_CSTATE_ZERO 0x03 + +extern struct page *mem_map; + +/* + * ESSA <rc-reg>,<page-address-reg>,<command-immediate> + */ +#define page_essa(_page,_command) ({ \ + int _rc; \ + asm volatile(".insn rrf,0xb9ab0000,%0,%1,%2,0" \ + : "=&d" (_rc) : "a" (((_page)-mem_map)<<PAGE_SHIFT), \ + "i" (_command)); \ + _rc; \ +}) + +static inline void page_set_unused(struct page *page, int order) +{ + int i; + + if (!MACHINE_HAS_ESSA) + return; + for...
2012 Apr 15
6
CRAN (and crantastic) updates this week
...), phenology (3.29), polySegratioMM (0.6-2), pomp (0.41-3), psgp (0.3-1), QCA (1.0-1), QCA3 (0.0-5), quantreg (4.79), Rcmdr (1.8-4), RcppArmadillo (0.3.0.1), RcppArmadillo (0.3.0), RcppDE (0.1.1), RDieHarder (0.1.2), rEMM (1.0-5), reweight (1.2.1), rockchalk (1.5.4), rrBLUP (3.7), rrcovNA (0.4-03), RRF (1.2), RXMCDA (1.4.2), scriptests (1.0-9), sdcMicro (3.1.1), SDMTools (1.1-11), seewave (1.6.3), sem (3.0-0), SGP (0.9-0.0), SkewHyperbolic (0.3-1), SpatialTools (0.3.5), sphet (1.1-12), splus2R (1.1-1), STAR (0.3-5), tmvtnorm (1.4-6), track (1.0-15), VarianceGamma (0.3-1), VBmix (0.2.7), verificat...
2007 Jun 28
6
[patch 0/6] resend: guest page hinting version 5.
Greetings, after Carsten pitched CMM2 on the kvm mini summit here is a repost of version 5 of the guest page hinting patches. The code is still the same but has been adapted to the latest git level. -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.
2007 Jun 28
6
[patch 0/6] resend: guest page hinting version 5.
Greetings, after Carsten pitched CMM2 on the kvm mini summit here is a repost of version 5 of the guest page hinting patches. The code is still the same but has been adapted to the latest git level. -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.
2007 May 11
6
[patch 0/6] [rfc] guest page hinting version 5
After way to many months here is the fifth version of the guest page hinting patches. Compared to version four a few improvements have been added: - Avoid page_host_discards() calls outside of page-states.h - The discard list is now implemented via the page_free_discarded hook and architecture specific code. - PG_state_change page flag has been replaced with architecture specficic
2007 May 11
6
[patch 0/6] [rfc] guest page hinting version 5
After way to many months here is the fifth version of the guest page hinting patches. Compared to version four a few improvements have been added: - Avoid page_host_discards() calls outside of page-states.h - The discard list is now implemented via the page_free_discarded hook and architecture specific code. - PG_state_change page flag has been replaced with architecture specficic
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
...ju1FfzanYTXRG9iPXLfC//iFcLs1kzm08r+ZR4g/oM 8cfgasRjNCIewdxeQ8t36s1sM7+sN1M/I16Jw+fnwmTRJ7xCbwlnmUH8Hv1RNLFsNsKfEVqQBT8T a3UhcgtP0AvCWnY3HeBBnFqfGncgj29iP8a50MrK2D8EhQR+E7KoXHiXvkG38t/TCPbxffQdtlxc QQ/RVLaJLtKPsCsm6m7TF+kz2a94txjl6WyQuPgsZlfJCpigy6B72BJhj/4y/wOtp1Oiic4IP8Ho T/EXhNniFd081oUdcDfdS2uVrbRRFxLfYCtIYAupUDyH022TUCa6QbfgVFmMM20Iu/sQzoF6YTY0 dmTOjciLBTgh9qA8hnNCRAZ1Y49/BafYazSob+UxWqFLZTh1iMRXRufRIuVHtFtZQbcpj1AJzoPt yia0uI/+TDtpH9s2+jXqoTzsnDPsRl0TP6VrUkp4lP+Bz+e7rl9fRLuQ2ekvKC9QE9XqDlNU/B3N pzplh/JbZPcEnLC7aRl9Gc+u1fQ+epglDNPU0Zt4n9Ik9GC+Z2mu8oziYibqUlbRHDpCPzToqN3g 8zcuaK3319V+qaa6qrKif...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...it a/src/flexchart/flexchart.swf b/src/flexchart/flexchart.swf deleted file mode 100644 index 7e2e4a9d2dd664d0c0f529e2848e20c327ee818a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 370538 zcmV)SK(fC>S5pZFXA1y$+QhsEd{o8yH-6 at vIWv29H$5aF6r<op6an$-6|PrrfFMzt zA&B04aoHprva-qM?rwnGM(Dlw-kTs`MWqN*6h&zQV#VHjFUb3yIp=I6`n&J@`Talt z==03XGtabVo_Xe(IkSvV=$nd?x?WN8RHb`HQ$<lmW<5(3<;GA&WtWofJqkut2WrAy zkor at bsz{`^ONS1_hYxQ*{Mz=x(2x$-bne`_L&r`XI(51l99M_yYa-qeSJ#AFwYf=F z(A^g<5BX~&{$NdkNPEkIb&)@{X=Bw|Q68<dwk{NqRaTUD a...