Displaying 20 results from an estimated 1100 matches similar to: "Database-conversion"
2002 Sep 02
2
ifelse behavior
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dear R-Users,
I cannot understand the behavior of ifelse.
I have a vector blah
> str(blah)
List of 14
$ index.s : num 100
$ index.u : num 100
$ index.t : num 100
$ yabstand.s: num NA
$ yabstand.u: num NA
$ modal.s : int 8
$ modal.u : int 71
$ modal.t : int 21
>
> str(blah$index.s)
num 100
>
everything seems OK.
when
2002 Jul 09
3
writing to a png file with a script
Dear R-freaks,
I am new to R and loke to write plots directly to a file with a script
in batch-mode.
the following error occured:
# writing section
> x11()
Error in x11() : the x11 device has not been loaded
Execution halted
I do not know what to do!
thanks for your help
cheers
steph
--
Linux: the operating system with a CLUE...
Command Line User Environment.
2002 Jul 10
5
plotting only text as a table
Dear R-Gurus,
I am preparing a multiple-plot-sheet with 2rows and 2 columns, but there
are actually only 3 plots to plot.
the 4. part of my sheet should contain a table with simple statistic
values like n, mode, standard deviation....
I cannot handle to plot the information in the plot. the summary()
function prints it to the xtrem instead of the plot.
Here is an example-plot with the 3 plots
2002 Aug 02
2
variables inside an Rdi-select statement?!
Dear R-users,
I would like to use an environment variable inside an SELECT-statement
from R to a postgres-db, but it will not work and so I need some advice
from you.
<code>
ezg <- Sys.getenv("EZG")
connect <- dbConnect.PgSQL(host="localhost", user="username",
dbname="dbname")
query <- dbSendQuery(connect, "SELECT ezg.s FROM ezg WHERE
2002 Jul 21
3
boxplot(): formating median in another linethickness?
Dear guRus,
I want to do some boxplots, but the median sould appear in another
line-thickness and another color.
I do not know, what to do in order to realise my wishes.
Sorry for that question, but I am new to R.
cheers
steph
--
Linux: the operating system with a CLUE...
Command Line User Environment.
--------------------------------------
Stephan Holl
GnuPG Key-ID: 11946A09
ICQ#
2002 Jun 26
3
sapply() and Monte Carlo
Dear Helplist
Some time ago, Professor Ripley gave me a tip which I thought was very
very useful for Monte Carlo simulation; I thought I'd pass it on to
the list, and ask whether this or a similar example could be added to
the sapply() manpage.
Suppose I have ten N(0,1) random variables and I'm interested in the
pair that are closest together:
R> min(diff(sort(rnorm(10))))
[1]
2005 May 30
2
Migration from pop3 to imapd
Dear list,
I am planing to set up dovecot-imapd on my production-mail server
which currently only runs pop3 via qpopper on debian-sarge.
It would be best, if I could only use imapd and use the existing pop3-
server (qpopper) as it is.
Is this possible?
Can the user both use pop3 (qpopper) and imapd (dovecot) in
parallel then?
Where does dovecot-imapd store its mails? Does it store its mail in
2006 Jul 30
4
Dovecot copy with imapsync
Hi List,
I am trying to migrate my dovecot 0.9 (mbox-Storage) to 1.0rc2 with
maildir-storage using imapsync.
I cannot manage to copy the emails from one server to the other,
however the dry-run from imapsync works nicely. Is it possible to make
dovecot more verbose to see what is happening (or not happening)?
Thank you very much.
Best
Stephan
2005 Mar 02
4
Action ''display'' doesn''t work in 0.10.0
Hello,
While trying to get a 0.8.5 rails application to run under 0.10.0, I
discovered that an action called ''display'' no longer worked. (As example it''s
still existant in ctionpack-1.5.0/README).
After a long search, I discovered that the reason is that
ActionController::Base inherits from Object, and because there is
Object#display it will no longer be called as
2005 Apr 04
1
How to extrct F value
Hello sir:
Here's the result of repeated measures ANOVA.
$"Error: Within"
Df Sum Sq Mean Sq F value Pr(>F)
t 2 524177 262089 258.24 1.514e-06 ***
Residuals 6 6089 1015
---
Signif. codes: 0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1
My question is: How to extract the F value only?
If the result is a
2013 Sep 22
2
Arcsine transformation
I am tryin to perform an arcsine transformation on my data containig
percentages as the dep. variable. Does anyone have a code that I could use
to do that? I am relatively new to R. Thanks for your help!
--
View this message in context: http://r.789695.n4.nabble.com/Arcsine-transformation-tp4676706.html
Sent from the R help mailing list archive at Nabble.com.
2002 Jul 21
1
change margins or regions?!
Dear guRus,
after solving serveral other probs with boxplots, my ylabs do not appear
correct.
They area cut off.
I guess I have to change the letf and right margins, but I do not know
how.
Here is an example:
http://frosch.homelinux.org/tmp/plot.png
Thats the code i tried to use:
<R-code>
oldpar <- par()
# changing the margins
par(mar=c(4.1,5.1,4.1,5.1) +0.1)
P <- boxplot(bs.s ~
2006 Jan 16
3
routing to controller inside module
Hey,
am i to stupid to find the information about how to route to a
controller in a module? Maybe module support has gone!
The controller is under:
app/controllers/admin/my_controller.rb
The my_controller.rb file looks like this:
module Admin
class MyController
def index
render :text => ''Hello!''
end
end
end
How does a route to all controllers under module
2007 Mar 26
2
imaps listen only at localhost
Hello list,
I try to get dovecot listen only at localhost.
I try listen localhost:993 and it did not work.
The installation I made from http://holl.co.at/howto-email/
How it is possible that dovecot with imaps only work on localhost?
Thanks for the help.
Best regards
Dirk
2007 Apr 06
5
Getting a dynamically generated elements dimensions
Ive posted this before, but unfortunately I still have yet to resolve
it after numerous attempts...
Here is the overview: populate a container element with some new html
using Element.update and then retrieve the new dimensions of the
containig element.
Here is a bit of code snippet that I would think should work.. but
doesn''t:
==== start snippet ====
<style>
.bigBox {
2003 Feb 14
2
matrix from sequences
Hi all,
I have a data frame with sequences of x and y from a map. I would like to
know it both ways:
1. How to make a matrix from that;
2. how to make a data frame of all points in a map.
Probably it is a silly question, but please tell me where to read about it
or tell me how to do it.
Miha Staut
2005 Jun 13
3
recycle with debian-package of sambe 3.0.10
Hello Stephan,
Monday, June 13, 2005, 12:58:54 PM, you wrote:
SH> I am struggeling around with the permissions of the recycle-vfs-module.
SH> While working mostly good( placing deleted files inside the .recycle-
SH> folder), the touch-option does not work.
I am experiencing the same problem. The recycle vfs module is quite buggy,
IMHO.
The touch option does not seem to work,
2004 Jul 30
1
Command-line parsing bug?
Hi,
There seems to be no way to scp a file containig ":" in its name, e.g.,
scp file-with-colon-in-its-name: user at localhost:
results in err-msg:
ssh: file-with-colon-in-its-name: Name or service not known
Best regards,
Tjavdar
Tjavdar Ivanov
Dept. of Mathematics, School of Engineering,
J?nk?ping University, P.O Box 1026 : SE-551 11 J?nk?ping, Sweden
tel. 036-15 78 56
2015 Jun 22
1
ldbrename strangeness
Hi folks,
I'm currently playing with a samba 4.1.17 test domain. The classic
update left me with the usernames as cn. I would like to change the cn
to the full name of the users.
Doing it by hand is no problem:
ldbrename -H /path/to/sam.ldb "cn=username,ou=users,dc=xxx,dc=yyy,dc=de"
"cn=Full Name,ou=users,dc=xxx.dc=yyy,dc=de"
Works like a charm.
So I generated a
2006 Apr 11
2
FreeBSD 6.0 panics - sbdrop
Hi,
I've encountered a strange problem while using FreeBSD 6.0 for our local mirror (mirror.math.uni-bielefeld.de) and thus is providing access via ftp, http, rsync and cvsup (all local and remote).
The system crashes periodically with a kernel panic (panic: sbdrop).
The uptimes between two crashes are going from a few hours to a few weeks.
The system is a i386, Intel Pentium 4 based with