Displaying 19 results from an estimated 19 matches for "greetinx".
Did you mean:
greeting
2002 Oct 29
4
sourcing the content of directories
hi,
is there a way to source all R-files that reside in a given directory
with a single R-call ?
greetinx jan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at...
2002 Oct 29
5
unix environment variables under R
...IX environment variable could be the solution, but R doesn't
seem to know about the environment variables.
e.g. >> source("$PROJECT/xxx.R") results in
>> Error in file(file, "r") : unable to open connection
is there something like environment variables for R?
greetinx jan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at...
2002 May 14
2
least summed square distance + fit
...g function that scales, rotates and translates my
subject matrix so that the error (computed by the errorfunction) is
minimized.
Since I am new to R and actually new to that problem, I would be glad if
someone could tell me if there is a precompiled fitting procedure that
fits my requirements.
greetinx jan
--
Jan Malte Wiener
Max-Planck-Institute for Biological Cybernetics
Spemannstr. 38, 72076 Tuebingen, Germany
Tel.: +49 7071 601 631
Email: jan.wiener at tuebingen.mpg.de
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.c...
2007 Jun 11
3
domU on gfs
Hey All,
I have a cluster setup and exporting gfs storage everything is
working ok(as far as I know anyway). But instead of mounting the gfs
storage I want the xen guest to be installed on the shared gfs storage.
But with my current setup when I install the domU on the gfs storage it
changes it to ext3. Is it possible this way or does the domU have to be
on an ext file system?
2002 Jul 05
1
aov() and NaN
...i have a within subject design with two factors ...
i use aov() like this:
aov(performance~type*block+Error(subj/(type+block)),data=anovaData)
now it might happen that i have a couple of NaN data points in my result
dataFrame.
how can i know/control how aov() is treating those missing values ?
greetinx jan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-reques...
2002 Aug 20
2
t() converts data.frames ind matrix
hi,
i just recognized that the t() function converts a data frames into a
matrix (R 1.5). is that a bug or a feature ?
greetinx jan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at...
2007 Jun 23
7
rake db:migrate strange behaviour "wrong number of arguments (1 for 0)"
Hi everybody,
May be somebody has a clue, why I get these errors below, while trying
to migrate.
Any help is very appreciated!
Greetinx
Rafael
I was trying to experiment a litte bit with redMine (www.redmine.org).
But I can only install it locally. On a system with already a
mongrel_cluster running, I get strange errors, already while trying to
start the migration rake db:migrate RAILS_ENV="production"
# rake db:migr...
2007 Mar 25
1
xenbr0 not coming up.
Is xenbr0 supposed to come up automatically when the dom0 starts up?
When I do an ifconfig I don''t see any xenbr0.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Jun 13
1
howto pciback and Ubuntu ?
Hello,
Does anyone could tell me how can I use pciback under Ubuntu ?
I''ve got a telephony card for Asterisk and I find
this document :
http://www.crc.id.au/fedora-core-6-xen-and-asterisk/
What happens seems that pciback module is unavailable under Ubuntu
or compiled into the kernel ?
Any tips are welcome
Regards
_______________________________________________
Xen-users mailing
2002 Jun 24
1
multiple graphics in separate windows
...?).
up to now, i was only able to generate a graphic, then save it (e.g. as
eps) and then generate a new plot that always overwrites the old
graphic. I am aware of the fact that I can generate multiple plots in a
single graphics window, but this is not what i am looking for ..
thanks for help,
greetinx jan
--
Jan Malte Wiener
Max-Planck-Institute for Biological Cybernetics
Spemannstr. 38, 72076 Tuebingen, Germany
Tel.: +49 7071 601 631
Email: jan.wiener at tuebingen.mpg.de
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci...
2002 Oct 11
1
plot region ??
...ph is not in the center of the plot region, which means
that for example the title of the plot isn't centered above the barplot.
e.g.
toPlot<-c(5,6)
barplot(toPlot, width=c(0.4), xlim=c(0,3))
title(main = "Female - Male", font.main=2)
any ideas how to get rid of this problem ??
greetinx jan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at...
2002 Dec 05
1
(no subject)
...ke this:
variableName1<-c() (if x==1)
variableName2<-c() (ifx==2)
variableName3<-c() (if x==3)
..
..
i tried this(which obviously didn't work):
paste("variableName",x,sep="")<-c(2,3,4)
so i need
something similiar to this (but working!)!
thanks for help, greetinx jan
2003 Apr 23
1
shared folders?
Any plans to implement shared folders anytime soon?
greetinx
--
MW
2006 Oct 03
3
debconf templating
Hello.
Hope you can help me further.
I can vaguely remember that once I saw a reference how to preconfigure
debconf in puppet manifests. So you can define answers in debconf inside
of manifests. No idea where anymore. Anybody knows?
greetinx
Christo
2005 Feb 10
3
Using a number as a name to access a list
Hi
Dumb question time again, for which I apologise.
I have a variable that contains the following numerical text "04010".
This is the name to access a list:
> as.list(KEGGPATHID2NAME)$"04010"
[1] "MAPK signaling pathway"
Marvellous! Except I want to do that when "04010" is assigned to a
variable called path and I can't figure out how to do it!
2007 Sep 29
2
Typo3 5.0 Framework
...where some things
should really be under one roof:
Authorization Standard
Localization Standard
CMS Standard
Extension- / Plugin- / Packageinterface
I think i a longer term, RoR will have a chance if it will have some
senseful application built on.
Like a powerful CMS of DMS.
What do you think?
greetinx
raf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group,...
2011 Jul 20
3
Grouping columns
*Hi @ all,
I have a question concerning the possibilty of grouping the columns of a
matrix.
R groups the columns alphabetically.
What can I do to group the columns in my specifications?
The script is the following:*
> #R-Skript: Anzahl xyz
>
> #Quelldatei einlesen
> b<-read.csv2("Z:/int/xyz.csv", header=TRUE)
>
> #Teilmengen f?r die Einzeljahre generieren
>
2005 Jan 19
4
How to replace slashes with back slashes
Dear R-helpers
I am running R2.0.0 under Windows 2000. I am compiling a number of file paths into a simple text file that will be read by some other software we use. Unfortunately, it can only handle file paths with back slashes (MS Windows convention), and from R, I get file paths with forward slashes. The following didn't work.
> gsub('/', '\\',
2015 Apr 13
7
Accessibility of Cairo/OpenGL text: ATK without GTK?
Hello.
While playing with Compiz window switchers (there are several) I noticed
that the selected window name is displayed but not vocalized by the
screen reader.
I was initially surprised after discovering that the window title is not
drawn with GTK; but I understand that Compiz itself does not actually
depend on GTK --- only the GTK window decorator and CCSM use it. So
Compiz renders text