similar to: S4 object??

Displaying 20 results from an estimated 100 matches similar to: "S4 object??"

2011 Dec 16
0
eroor with acts as solr pagination undefined method `paginate_all_by_solr'
Hi, i have tried to paginate search result of acts as solr by using following like http://henrik.nyh.se/2007/06/using-will_paginate-with-acts_as_solr and i am getting following error undefined method `paginate_all_by_solr'' for #<Class:0xb4fa5f0> could any one provide me solution pls, thanks, -pab -- You received this message because you are subscribed to the Google Groups
2017 Nov 27
0
lmtp-Eroor
Op 11/27/2017 om 12:53 AM schreef Jakob Sch?rz: > Hi There! > > I can not find anything about this message: > > dovecot[23202]: lmtp(jakob): Debug: Mailbox <lmtp DATA>: Opened mail > UID=1 because: header Message-ID (Cache file is unusable) > dovecot[23202]: lmtp(jakob): Debug: Mailbox <lmtp DATA>: Opened mail > UID=1 because: virtual size (Cache file is
2017 Nov 27
0
lmtp-Eroor
On 27.11.2017 09:29, Jakob Sch?rz wrote: > Am 2017-11-27 um 07:45 schrieb Aki Tuomi: >> >> On 27.11.2017 08:37, Jakob Sch?rz wrote: >>> Hi! >>> >>> >>> Am 2017-11-27 um 01:35 schrieb Stephan Bosch: >>>> Op 11/27/2017 om 12:53 AM schreef Jakob Sch?rz: >>>>> Hi There! >>>>> >>>>> I can not
2008 Feb 24
3
Newbie: Where is lmFit function?
Hi Everyone, I am trying to use lmFit function; however, i cannot find it function anywhere. I have been trying to find the function in Bioconductor and elsewhere. I re-install bioconductor source, update package and update R as well. no luck Is there a command in R where i can just type, and it will download it for me? -- View this message in context:
2006 Oct 02
2
R function to compute kappa statistics for two vector
Dear R-user, Did anybody know how to calculate the kappa statistics of two vectors for the agreement? for example: a<-c(0,1,0,0,1,0) b<-c(0,1,1,0,0,1) I know the percent of agreement is 3/6, but how to get the kappa? [[alternative HTML version deleted]]
2017 Nov 27
0
lmtp-Eroor
On 27.11.2017 08:37, Jakob Sch?rz wrote: > Hi! > > > Am 2017-11-27 um 01:35 schrieb Stephan Bosch: >> Op 11/27/2017 om 12:53 AM schreef Jakob Sch?rz: >>> Hi There! >>> >>> I can not find anything about this message: >>> >>> dovecot[23202]: lmtp(jakob): Debug: Mailbox <lmtp DATA>: Opened mail >>> UID=1 because: header
2011 Jan 20
2
Regression Testing
I'm new to R and some what new to the world of stats. I got frustrated with excel and found R. Enough of that already. I'm trying to test and correct for Heteroskedasticity I have data in a csv file that I load and store in a dataframe. > ds <- read.csv("book2.csv") > df <- data.frame(ds) I then preform a OLS regression: > lmfit <- lm(df$y~df$x) To
2017 Nov 27
2
lmtp-Eroor
Am 2017-11-27 um 07:45 schrieb Aki Tuomi: > > > On 27.11.2017 08:37, Jakob Sch?rz wrote: >> Hi! >> >> >> Am 2017-11-27 um 01:35 schrieb Stephan Bosch: >>> Op 11/27/2017 om 12:53 AM schreef Jakob Sch?rz: >>>> Hi There! >>>> >>>> I can not find anything about this message: >>>> >>>>
2004 Dec 20
2
problems with limma
I try to send this message To Gordon Smyth at smyth at vehi,edu.au but it bounced back, so here it is to r-help I am trying to use limma, just downloaded it from CRAN. I use R 2.0.1 on Win XP see the following: > library(RODBC) > chan1 <- odbcConnectExcel("D:/Data/mgc/Chips/Chips4.xls") > dd <- sqlFetch(chan1,"Raw") # all data 12000 > # > nzw <-
2012 Nov 16
1
Interpretation of davies.test() in segmented package
My data: I have raw data points that form a logit style curve as if they were a time series. Which is to say they form 3 distinct lines with 3 distinct slopes in backwards z pattern. A certain class of my data looks essentially flat to the eye with marginal oscillation. What is important to me is the x value at which the state change is occurring, in other words, the break point Use of
2012 Mar 20
2
Constraint Linear regression
Hi there, I am trying to use linear regression to solve the following equation - y <- c(0.2525, 0.3448, 0.2358, 0.3696, 0.2708, 0.1667, 0.2941, 0.2333, 0.1500, 0.3077, 0.3462, 0.1667, 0.2500, 0.3214, 0.1364) x2 <- c(0.368, 0.537, 0.379, 0.472, 0.401, 0.361, 0.644, 0.444, 0.440, 0.676, 0.679, 0.622, 0.450, 0.379, 0.620) x1 <- 1-x2 # equation lmFit <- lm(y ~ x1 + x2) lmFit Call:
2017 Nov 26
2
lmtp-Eroor
Hi There! I can not find anything about this message: dovecot[23202]: lmtp(jakob): Debug: Mailbox <lmtp DATA>: Opened mail UID=1 because: header Message-ID (Cache file is unusable) dovecot[23202]: lmtp(jakob): Debug: Mailbox <lmtp DATA>: Opened mail UID=1 because: virtual size (Cache file is unusable) And the next is: dovecot[23202]: lmtp(jakob): rphlK01SG1qiWgAAk1Mx3g: sieve:
2017 Nov 27
2
lmtp-Eroor
Hi! Am 2017-11-27 um 01:35 schrieb Stephan Bosch: > Op 11/27/2017 om 12:53 AM schreef Jakob Sch?rz: >> Hi There! >> >> I can not find anything about this message: >> >> dovecot[23202]: lmtp(jakob): Debug: Mailbox <lmtp DATA>: Opened mail >> UID=1 because: header Message-ID (Cache file is unusable) >> dovecot[23202]: lmtp(jakob): Debug: Mailbox
2008 Feb 11
3
Difference between P.Value and adj.P.Value
Hallo, > fit12<-lmFit(qrg[,1:2]) > t12<-toptable(fit12,adjust="fdr",number=25,genelist=qrg$genes[,1]) > t12 ID logFC t P.Value adj.P.Val B 522 PLAU_OP -6.836144 -8.420414 5.589416e-05 0.01212520 2.054965 1555 CD44_WIZ -6.569622 -8.227938 6.510169e-05 0.01212520 1.944046 Can anyone tell me what the difference is between P.Value
2015 Jan 21
2
reducing redundant work in methods package
Hi all, The function call series genericForPrimitive -> .findBasicFuns -> .findAll happens 4400 times while the GenomicRanges package is loading. Each time .findAll follows a chain of environments to determine that the methods namespace is the only one that holds a variable called .BasicFunsList. This accounts for ~10% of package loading time. I'm sure there is some history to that
2011 Feb 25
1
limma function problem
Hi, I have two data set of normalized Affymetrix CEL files, wild type vs Control type.(each set have further three replicates). > wild.fish AffyBatch object size of arrays=712x712 features (10 kb) cdf=Zebrafish (15617 affyids) number of samples=3 number of genes=15617 annotation=zebrafish notes= > Dicer.fish AffyBatch object size of arrays=712x712 features (10 kb) cdf=Zebrafish (15617
2007 Oct 02
5
Linear Regression
Hello, I would like to fit a linear regression and when I use summary(), I got the following result: Call: lm(formula = weight ~ group - 1) Residuals: Min 1Q Median 3Q Max -1.0710 -0.4938 0.0685 0.2462 1.3690 Coefficients: Estimate Std. Error t value Pr(>|t|) groupCtl 5.0320 0.2202 22.85 9.55e-15 *** groupTrt 4.6610 0.2202 21.16 3.62e-14
2004 Dec 21
0
Fwd: problems with limma
On Wed, December 22, 2004 12:11 am, r.ghezzo at staff.mcgill.ca said: > ----- Forwarded message from r.ghezzo at staff.mcgill.ca ----- > Date: Mon, 20 Dec 2004 15:45:11 -0500 > From: r.ghezzo at staff.mcgill.ca > Reply-To: r.ghezzo at staff.mcgill.ca > Subject: [R] problems with limma > To: r-help at stat.math.ethz.ch > > I try to send this message To Gordon
2002 Mar 03
1
AD3000Edit and Runtime error 216
Hello I have since about 2 weeks a problem with programm AD3000Edit from Wolfgang Litzinger. It is a verry simple programm without using of windoze registry. This was the first app which I have run succsefully with Wine for over 2 Years without any probs. App write: Runtime eroor 216 at 00002DE8 err:font:AddFontFileToList Unable to load font file
2004 Jul 07
1
OH323-COMPILE
HI ALL HI MICHAEL; My name is mohammad and I am iranian.I have been trying to install oh323 channel but I come up with dead end. In fact it makes me crazy. plz help me michael. I saw mailing list and I trid serevel CVS headers such as , 2004-06-07( seven of june) 0r 2004-07-02( second of july) besides I use: 1-openh323 v1.12.2 2-pwlib v1.5.2 3- asterisk CVS (2004-06-07,