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.

238 results for “from:Frede Aakmann Tøgersen”

How to hide the vector number output in write.table function?
Frede Aakmann Tøgersen · Jul 3, 2014 · r-help

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

Adding horizontal lines to Boxplot
Frede Aakmann Tøgersen · Oct 19, 2007 · r-help

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...

spline.des
Frede Aakmann Tøgersen · Oct 4, 2005 · r-help

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...

Problems using "lm" in combination with "predict"
Frede Aakmann Tøgersen · Aug 5, 2007 · r-help

> > 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...

P-value
Frede Aakmann Tøgersen · Oct 3, 2007 · r-help

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...

paste argument of a function as a file name
Frede Aakmann Tøgersen · Nov 10, 2005 · r-help

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...

including images in a plot
Frede Aakmann Tøgersen · Sep 28, 2007 · r-help

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...

R save with encoding...
Frede Aakmann Tøgersen · May 19, 2014 · r-help

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...

Need help on "date"
Frede Aakmann Tøgersen · Sep 18, 2007 · r-help

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...

R difftime function: How can we fix the difftime unit?
Frede Aakmann Tøgersen · Mar 21, 2007 · r-help

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...

Legend
Frede Aakmann Tøgersen · Sep 26, 2007 · r-help

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...

is this a clash between wrong version of rgdal and sp?
Frede Aakmann Tøgersen · Oct 20, 2015 · r-sig-geo

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...

approxfun question
Frede Aakmann Tøgersen · May 21, 2014 · r-help

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...

Need help in creating a grid
Frede Aakmann Tøgersen · Aug 20, 2015 · r-sig-geo

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...

Accessing the ids of neighbours in spdep
Frede Aakmann Tøgersen · Sep 28, 2014 · r-sig-geo

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...

Problem with products in R ?
Frede Aakmann Tøgersen · May 4, 2014 · r-help

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...

WriteOGR to GeoJSON loses CRS
Frede Aakmann Tøgersen · Aug 11, 2014 · r-sig-geo

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...

Bayesian Regression with half-normal distributions
Frede Aakmann Tøgersen · Mar 24, 2014 · r-help

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...

gumbel distribution
Frede Aakmann Tøgersen · May 13, 2014 · r-help

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...

inconsistent as.data.frame(SpatialPointsDF)
Frede Aakmann Tøgersen · Mar 20, 2015 · r-sig-geo

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 .