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.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140703/c115344a/attachment.pl>
So where is the reproducable example? How can we know that you're not doing boxplot(1:10) abline(h = 400, col = "red")? best regards Frede ________________________________ Fra: r-help-bounces at r-project.org p? vegne af Klaus Friis ?stergaard...
Hey The function spline.des is in the splines package. You need to do library(splines) before you have the full functionality of the fda package. Best regards Frede Aakmann T??gersen > -----Oprindelig meddelelse----- > Fra: r-help-bounces at stat...
> > My modelmatrix is of dimension 28x4 > > Then I want to make use of the function predict because there > confidence.intervals are include. > > My idea was: > > mod <- lm(y~Worktime+Vacation+Illnes+Bankholidays) > > newdate=data.frame(x=c(324,123,0...
Try str(ks.test(VeriSeti1, VeriSeti2)) # see ?str then ks.test(VeriSeti1, VeriSeti2)$p.value Med venlig hilsen Frede Aakmann T?gersen > -----Oprindelig meddelelse----- > Fra: r-help-bounces at r-project.org > [mailto:r-help-bounces at r-project.org...
Why not use something like MY.function <- function(x){ filn <- deparse(substitute(x)) filename <- paste(filn,"xls",sep=".") ... ... write.table(x,file=filename) } Med venlig hilsen Frede Aakmann T??gersen > -----Oprindelig meddelelse----- > Fra: r-help-bounces at stat.math.ethz...
Perhaps http://finzi.psych.upenn.edu/R/Rhelp02a/archive/94069.html is a good starting point? Med venlig hilsen Frede Aakmann T?gersen > -----Oprindelig meddelelse----- > Fra: r-help-bounces at r-project.org > [mailto:r-help-bounces at r-project...
Hi See ?plotmath. Something like this: plot(1, 1, main = expression(paste("INTERVALS ", lambda))) Yours sincerely / Med venlig hilsen Frede Aakmann T?gersen Specialist, M.Sc., Ph.D. Plant Performance & Modeling Technology & Service Solutions T +45 9730 5135 M +45...
One way (perhaps not the most efficient) > as.Date("2005-09-01","%Y-%m-%d") [1] "2005-09-01" > format(as.Date("2005-09-01","%Y-%m-%d"),"%Y") [1] "2005" > format(as.Date("2005-09-01","%Y-%m-%d...
That's easy: difftime(x, y, units = "min") Best regards Frede ________________________________ Fra: r-help-bounces at stat.math.ethz.ch p? vegne af d. sarthi maheshwari Sendt: to 22-03-2007 07:03 Til: r-help at stat.math.ethz...
You can use bquote (see ?bquote or the example in ?plotmath using bquote). Here you go, pvalue <- 0.3 legend("bottom", fill=c("red","blue"), legend=c(bquote(p==.(pvalue)), expression(p==0.50)), bty="n") Med venlig hilsen Frede...
Hi I need to use R-2.14.0 for some INLA calculation. Even though we have more recent versions of R I cannot use those because INLA is not installed for those versions. When trying to set a CRS...
Like this: > x <- 1:10 > y <- rnorm(10) > f <- approxfun(x, y) > f function (v) .approxfun(x, y, v, method, yleft, yright, f) <bytecode: 0x000000000cd7a340> <environment: 0x000000000cd79a38> Yours sincerely / Med venlig hilsen Frede Aakmann T?gersen Specialist, M.Sc., Ph...
Yes, some one on this list may be able to help you but not before you show the list what you have been doing so far and where you get stucked. Yours sincerely / Med venlig hilsen Frede Aakmann T?gersen...
Hi I'm not really sure I understand you but perhaps something like this: lapply(xx, paste, collapse = ", ") Yours sincerely / Med venlig hilsen Frede Aakmann T?gersen Specialist, M.Sc., Ph.D. Plant Performance & Modeling Technology & Service Solutions T +45...
Wow do you trust Windows calculator with those large numbers???? In fact do you at all trust Windows calculator??? Try to do this calculation 3 +8*5 in windows calculator. In standard view you get 55 In scientific view you...
Hi Google points me to http://geojson.org/geojson-spec.html. See Section 3 about CRSs. Yours sincerely / Med venlig hilsen Frede Aakmann T?gersen Specialist, M.Sc., Ph.D. Plant Performance & Modeling Technology & Service Solutions T +45 9730 5135...
Hi Perhaps you can find something at http://cran.r-project.org/web/views/Bayesian.html. Yours sincerely / Med venlig hilsen Frede Aakmann T?gersen Specialist, M.Sc., Ph.D. Plant Performance & Modeling Technology & Service Solutions T +45 9730 5135...
Is this a home work problem? See Weibull package:stats R Documentation The Weibull Distribution Description: Density, distribution function, quantile function and random generation for the Weibull distribution with parameters 'shape' and 'scale'. Usage: dweibull(x, shape, scale = 1, log...
Hi I can reproduce this using Edzer's example. See below for output from R. Also notice the naming of the coordinate columns to "x" and "y" in the S4 method of the raster package's function as.data.frame...
Can't find what you're looking for? Try searching with Google .