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.

10 results for “from:Louise Hoffman”

Make plots with GNUplot. Have anyone tried that?
Louise Hoffman · Feb 29, 2008 · r-help

Dear readers, I would like to use GNUplot for the plots, but I can't find any information on how to do that. Have anyone tried that? =) Hugs, Louise

Need help to locate my mistake
Louise Hoffman · Mar 2, 2008 · r-help

What if I need to calculate the variance for the fuel data? Are there a 'R' way to do that? I have derived variance = (Y-x*theta)^T * (Y - x*theta) / (n-p)

Can R do rts (Regular Time Series) like S-Plus?
Louise Hoffman · Apr 29, 2008 · r-help

Dear readers, S-Plus have a rts function (Regular Time Series), which is used like so: fveks<-read.csv('http://louise.hoffman.googlepages.com/veks.csv',header=TRUE,sep=',') attach(fveks) acf(ts.intersect(rts(HC.f),rts(Ta.f...

Make plots with GNUplot. Have anyone tried that?
Louise Hoffman · Feb 29, 2008 · r-help

> If you still want to then read ?write.table, that can export your data > into a spreadsheet-like ascii format which can be used from GNUplot > easily. Very interesting. So if I e.g. write: ts.sim <- arima.sim(list...

Need help to locate my mistake
Louise Hoffman · Mar 2, 2008 · r-help

Dear readers I would like to make General Linear Model (GLM) for the following data set http://louise.hoffman.googlepages.com/fuel.csv The code I have written is fuelData<-read.table('fuel.csv',header=TRUE, sep=',') n<-dim(fuelData...

Need help to locate my mistake
Louise Hoffman · Mar 2, 2008 · r-help

> Unfortunately, x^(-1) is not the inverse of x: > > x<-matrix(c(2,4,4,5),nrow=2) > x > # [,1] [,2] > # [1,] 2 4 > # [2,] 4 5 > > x^(-1) > # [,1] [,2] > # [1,] 0.50 0.25 > # [2,] 0.25 0...

Make plots with GNUplot. Have anyone tried that?
Louise Hoffman · Mar 2, 2008 · r-help

> There is a very basic interface between R and gnuplot in the TeachingDemos > package. Look at the help for gp.plot. [snip] This looks mighty interesting =) Is it possible to plot "with lines" (gnuplot syntex) so all the data points...

Make plots with GNUplot. Have anyone tried that?
Louise Hoffman · Feb 29, 2008 · r-help

[snip] > Seriously. Be specific if you have a problem. (read the posting guide). R can > also plot. If you don't like R's plots (which I could not understand) you can > export data and import them to gnuplot. So...

Need help to locate my mistake
Louise Hoffman · Mar 2, 2008 · r-help

> This is certainly ***NOT*** correct. (If you really got those numbers > from Matlab, then Matlab is up to Puttee.) It was my mistake =) I had calculated the straight line so the edge of the plot was the y-axis =) > Have...

emacs and R
Louise Hoffman · Mar 2, 2008 · r-help

> At the suggestion of many people, I have installed emacs on my linux (Fedora 8.0) computer with the intention of using emacs as window interface to R (2.6.0). I have gone though the emacs tutorial and don...

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