Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

35 results for “from:Newbie”

column names only
R Newbie · Aug 17, 2010 · r-help

Does anyone know how to assign (column names only) to a matrix?

Difference between the S-plus influence and R empinf functions
The r newbie Fred · Mar 7, 2011 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110307/ea607d3c/attachment.pl>

Calibrating the risk free interest rate using nlminb
Newbie · Aug 16, 2011 · r-help

thank you for your help! kinds Rikke -- View this message in context: http://r.789695.n4.nabble.com/Calibrating-the-risk-free-interest-rate-using-nlminb-tp3747509p3748442.html Sent from the R help mailing list archive at Nabble.com.

make.groups function of laatice is not working?
newbie_2010 · Apr 12, 2010 · r-help

> require(lattice) Loading required package: lattice Error in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : 'lattice' is not a valid installed package > library(lattice) Error in library(lattice) : 'lattice' is not a valid installed package...

Multiple Comparisons-Kruskal-Wallis-Test: kruskal{agricolae} and kruskalmc{pgirmess} don't yield the same results although they should do (?)
greatest.possible.newbie · Aug 7, 2012 · r-help

I see.. So apparently the different functions are doing the same thing! :-) Besides I didn't know the groups should have about the same size. Thank you four your time Mr. Dalgaard. -- View this message in context: http://r.789695...

Calibrating the risk free interest rate using nlminb
Newbie · Aug 16, 2011 · r-help

I used: marketdata <- read.csv(file="S&P 500 calls, jan-jun 2010.csv", header=TRUE, sep=";") after changing my directory to where the file is saved. The data imported should be correct. The spot is equal to S0, I...

liner regression for multiple keys
newbie_2010 · Apr 26, 2010 · r-help

Hi Ben it's working good except no values of 4th column in output. And also if the file is large I'm getting the following error. Error in pf(q, df1, df2, lower.tail, log.p) : Non-numeric argument...

problem with windows metafile
R.newbie · Feb 4, 2012 · r-help

Hi there! I have following problem: I created some graphics with "win.metafile", which I wanted to use in a Powerpoint presentation, but when I paste them into Powerpoint the graphics are missing the axes. It looks like the axes...

is it possible to map 2 plots(c and d) in a single output plot?
newbie_2010 · Aug 13, 2010 · r-help

is it possible to map 2 plots(c and d) in a single output plot? library(ggplot2) c <- ggplot(mtcars, aes(qsec, wt)) d <- ggplot (mtcars, aes(qsec, wt)) c + stat_smooth(fill="darkgrey", colour="blue", size=2, alpha = 0...

Kruskal-Wallis test and kruskalmc
greatest.possible.newbie · Aug 2, 2012 · r-help

I didn't do any research about this but I think it's the following: If you run several t-tests to compare groups and then do a tukey-HSD you won't get the same results either. It's...

Problem with "dea.boot" under R 3.0.1
greatest.possible.newbie · Aug 8, 2013 · r-help

Dear Vera, I had a similar problem once and as far as I can remember the reason were some negative inputs or outputs. # Check for negative values x1a.neg <- apply(x1a, 1, function(x) any(x<0)) y1.neg <- apply...

make.groups function of laatice is not working?
newbie_2010 · Apr 11, 2010 · r-help

I almost wasted 3 hours to make lattice functions work. :(. Phew! I installed package lattice, lattice extra and other supportive packages to use functions 1.make.groups 2.forplot 3.xyplot. I also tried local installing. They are installing very...

liner regression for multiple keys
newbie_2010 · Apr 13, 2010 · r-help

a1 is the first key in input. second column is x-axis and 3rd is y-axis and 4th is its corresponding key. Now for every key in 1st column I would like to calculate LR that gives p value...

clusplot() for all used variables - not only for 2 principal components?
greatest.possible.newbie · Apr 23, 2012 · r-help

Hi there, To see the results of my clustering graphically I was using clusplot. But it only provides a look at the two most important components of the dataset. I recently found the Mclust() function which produces very nice colored...

How to vectorize a function to handle two vectors
Newbie · Aug 26, 2011 · r-help

Thank you for the quick response! I think you are on the right track - but is there any way of "calling" (is that the word for it) the function price_call in the mapply, so that this price_call function...

small change in output
newbie_2010 · Apr 28, 2010 · r-help

For every specific V1 and V4 pair (ex:A and P) calculate Linear regression of V3(y-axis) and V2(x-axis) and print p value along with the pair (output). INPUT ############# V1 V2 V3 V4 A 1 2.5...

Error message: object of type 'closure' is not subsettable
Newbie · Aug 23, 2011 · r-help

I think I have found my problem, but I dont know how to correct it. I have found an old post saying that it might be a problem if the starting values are evaluated at Inf (see link here http...

Adding a normal density curve over the empirical curve
Newbie · Aug 25, 2011 · r-help

Hi I have created the following plot over the empirical returns.. What I now want to do is to overlay a curve/line with the normal density as a comparison of the two. Does anyone know how to do this...

Pass Conditional & loop argument into a function
greatest.possible.newbie · Aug 8, 2012 · r-help

Ok I see that point with the quotes. But what I want to do still doesn't work: a <- matrix(1:15,ncol=3) b <- paste( paste("a[," ,paste(1:3), "]",sep="") ,"^",1:3,sep="",collapse="+") b #[1] "a[,1...

Pass Conditional & loop argument into a function
greatest.possible.newbie · Aug 8, 2012 · r-help

Thank you for your improvement suggestions. I forgot to write the I() and it's clear that I have to specify the data (which I was indicating with the '...' without explicitly writing it). In this special case where I need...

Can't find what you're looking for? Try searching with Google .