search for: jude

Displaying 20 results from an estimated 189 matches for "jude".

Did you mean: dude
2004 Aug 10
1
Error message in function mars() in package mda
...oduced by coercion 2: NAs introduced by coercion > Does arg 5 refer to the 5th column in my dataset? This seems to be a data problem, is this correct? Are there any other functions in R that will give me the knots for a set of predictor variables? Any help is greatly appreciated. Thanks, Jude
2010 Jun 23
2
format: different S4 behavior in a package
...quot;, function(x) format(x)) If I issue the above in an R session, then define an S4 class with its own format method, I get the desired result: > setClass("A",contains="numeric") [1] "A" > setMethod("format","A", function(x, ...) "Hey Jude") Creating a new generic function for "format" in ".GlobalEnv" [1] "format" > a<-new("A",1968) > formatMe(a) [1] "Hey Jude" However, if I put the two "formatMe" definitions into a package ("Test"), I do not get th...
2014 Dec 05
0
R CUDA package developer position at St Jude Children's Research Hospital
Here is the website link: https://jobs.stjude.org/css_external/CSSPage_JobDetail.ASP?T=20141205131210& The position is particularly responsible for GPU (CUDA) programming to translate statistical algorithms into R CUDA package, as well as the maintenance of the R CUDA packages. The position calls for willingness to learn and adapt new...
2009 May 31
1
warning message when running quantile regression
...y.rq(quantreg.emaff) : 8 non-positive fis 12: In summary.rq(quantreg.emaff) : 9 non-positive fis 13: In summary.rq(quantreg.emaff) : 8 non-positive fis 14: In summary.rq(quantreg.emaff) : 11 non-positive fis I understand the "non-unique solution" message. Thanks in advance, Jude Ryan ___________________________________________ Jude Ryan Director, Client Analytical Services Strategy & Business Development UBS Financial Services Inc. 1200 Harbor Boulevard, 4th Floor Weehawken, NJ 07086-6791 Tel. 201-352-1935 Fax 201-272-2914 Email: jude.ryan at ubs.com -----------...
2008 Dec 03
2
reading version 9 SAS datasets in R
...n R, so that I can preserve the SAS labels? If I have to change the SAS variable names to be 8 characters or less, to create a SAS version 6 transport file, I could probably do without the SAS labels as I have already read in the data into R from a CSV file. Thanks in advance for any help. Jude ___________________________________________ Jude Ryan Director, Client Analytic Services Strategy & Business Development UBS Financial Services Inc. 1200 Harbor Boulevard, 4th Floor Weehawken, NJ 07086-6791 Tel. 201-352-1935 Fax 201-272-2914 Email: jude.ryan at ubs.com...
2003 Feb 13
2
legend
...=1:5) gives me 5 black boxes. What am I doing wrong? Thank you, > version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 6.1 year 2002 month 11 day 01 language R Mark Wilkinson Informatics Analyst St. Jude Children's Research Hospital Department of Pharmaceutical Sciences The opinions expressed here are my own and do not necessarily represent those of St. Jude Children's Research Hospital.
2003 Feb 28
1
axis annotation
Hi, Is there a way to specify a vector of colors for the tick annotation in a call to axis(), to achieve the x-axis here? <<Rplot003.png>> Thanks, Mark Wilkinson Informatics Analyst St. Jude Children's Research Hospital Department of Pharmaceutical Sciences The opinions expressed here are my own and do not necessarily represent those of St. Jude Children's Research Hospital. -------------- next part -------------- A non-text attachment was scrubbed... Name: Rplot003.png Type...
2003 Feb 21
1
more mulitpage postscript problems
...Could someone kindly point out what I'm doing wrong? Thank you, > version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 6.1 year 2002 month 11 day 01 language R Mark Wilkinson Informatics Analyst St. Jude Children's Research Hospital Department of Pharmaceutical Sciences The opinions expressed here are my own and do not necessarily represent those of St. Jude Children's Research Hospital. -----Original Message----- From: Patrick Connolly [mailto:p.connolly at hortresearch.co.nz] Sent:...
2003 Jan 31
2
png()/jpeg()
...pointsize=15) for (i in seq(1, 24, 9)) { par(mfrow=c(3, 3)) for (gt in i:min((i+8), 24)) { plot(density(rnorm(1000))) for (j in 1:20) { lines(density(rnorm(1000)), lty=4, col="gray") } } } #dev.off() Thanks, Mark Wilkinson Informatics Analyst St. Jude Children's Research Hospital Department of Pharmaceutical Sciences The opinions expressed here are my own and do not necessarily represent those of St. Jude Children's Research Hospital.
2009 May 12
0
How do I extract the scoring equations for neural networks and support vector machines?
...use. I have SAS Enterprise Miner as well and can get a scoring equation for the neural network (I don't have SVM), but the scoring code that SAS EM generates sucks and I would much rather extract a scoring equation from R. I am using nnet() for the neural network. Thanks in advance, Jude Ryan ________________________________ From: Ryan, Jude Sent: Tuesday, May 12, 2009 1:23 PM To: 'r-help at r-project.org' Cc: juderyan61 at yahoo.com Subject: FW: neural network not using all observations As a follow-up to my email below: The input data frame to nnet() has dimens...
2010 Jan 11
1
Forming Portfolios for Fama / French Regression
Hi mates, I have a problem. I am new to R and want to conduct the Fama/French asset pricing test. As I am from Germany, I cannot use the already computed factors from French's website, but need to compute them myself. So I have to sort a number of stocks into different portfolios using one factor, then subdivide these portfolios into several more using another factor, then compute portfolio
2013 Sep 20
1
updates issue
...ou from falling and to present you before his glorious presence without fault and with great joy--to the only God our Savior be glory, majesty, power and authority, through Jesus Christ our Lord, before all ages, now and forevermore! Amen." ----------------------------- Jude 1:24,25 (niv) -----------------------------
2009 May 12
0
FW: neural network not using all observations
...compare the predictive power of the neural network to the predictive power of the linear regression model. Any idea how I can extract the 5,053 records that the neural network made predictions for from the data frame (5,088 records) used to train the neural network? Thanks in advance, Jude ________________________________ From: Ryan, Jude Sent: Tuesday, May 12, 2009 11:11 AM To: 'r-help at r-project.org' Cc: juderyan61 at yahoo.com Subject: neural network not using all observations I am exploring neural networks (adding non-linearities) to see if I can get more predi...
2004 Jun 11
1
Error when I try to build / plot a tree using rpart()
...lassification tree: rpart(formula = profitresp ~ ., data = nhg3, method = "class") Variables actually used in tree construction: character(0) Root node error: 3703/8063 = 0.45926 n= 8063 CP nsplit rel error 1 0.0094518 0 1 Any help is appreciated. Thanks much, Jude Ryan
2009 Nov 05
3
Bhattacharyya distance metric
I need to use the Bhattacharyya distance metric to determine population separation. Has anyone written a Bhattacharyya distance metric function in R? -- View this message in context: http://old.nabble.com/Bhattacharyya-distance-metric-tp26221259p26221259.html Sent from the R help mailing list archive at Nabble.com.
2003 Nov 26
5
multiple peaks in data frame
Hello, it wanted to know how I can extract of a dates frame the values peaks according to an interval that I establish. For example if dates are: 1 23 2 4 3 56 4 7 5 99 6 33 extract the date i wanted to divide into intervals of 2 an d to take alone the numbers 23, 56 and 99 of those 3 intervals. Thanks Ruben
2006 Nov 09
1
Merge: how can I keep discarded values?
...eve the non-matching rows in R. Example: DATASET A code nomi A1 Franco A2 Mario A3 Andrea A4 Sandro A5 Luca DATASET B code book A1 Guerra e Pace A1 Storia di Roma A2 La coscienza di Zeno A4 Ivanhoe A1 I Malavoglia A2 Jude the obscure when merging two rows are unmatched: A3 Andrea A5 Luca And these are exactly the rows I would like to store in a separate file/dataset. I tried with: AM<-merge(A,B,all=TRUE) A1<-AM[is.na(AM$book),] to keep the rows with a NA value in the book column. The problem is...
2010 Nov 18
1
how do I build panel data/longitudinal data models with AR terms using the plm package or any other package
...that some of the SAS procs, like HPMIXED, let you specify only one AR term for panel data so I am hoping there is some R package that will let me replicate what I can do in Eviews, and possibly even go beyond what Eviews can do by specifying both AR and MA terms. Thanks in advance for your time, Jude Ryan MarketShare Partners 1270 Avenue of the Americas, Suite # 2702 New York, NY 10020 http://www.marketsharepartners.com Work: (646)-745-9916 ext: 222 Cell: (973)-943-2029 [[alternative HTML version deleted]]
2009 Jun 07
1
Inf in nnet final value for validation data
Hi, I use nnet for my classification problem and have a problem concerning the calculation of the final value for my validation data.(nnet only calculates the final value for the training data). I made my own final value formula (for the training data I get the same value as nnet): # prob-matrix pmatrix <- cat*fittedValues tmp <- rowSums(pmatrix) # -log likelihood
2002 Dec 05
1
Passing options as lists
...al(opt.data1$arg2), eval(opt.data1$...)). One problem is with '. . .'; those par parameters don't get passed. I'd also like this to work in general, not just for passing plotting parameters. Let me know if I haven't been clear. Thanks, Mark Wilkinson Informatics Analyst St. Jude Children's Research Hospital Department of Pharmaceutical Sciences