Displaying 20 results from an estimated 800 matches similar to: "R-Terminal"
2008 Mar 10
3
format a number
Hi there!
I have i.e. v = c(0.43554, -0.22343), and so on. Now I'd like to make a
format like
format(v, digits=2) but without the leading 0, so 0.43554 becomes .44,
-0.22343 becomes -.22
How can I do that?
runnable example for copy and paste:
v = c(0.43554, -0.22343)
format(v, digits=2)
Thanks,
Martin
--
Ihr Partner f?r Webdesign, Webapplikationen und Webspace.
2008 Mar 06
3
mean and sd with number of values?
Hi there,
When i do
mean(fl[1:20], na.rm=T)
sd(fl[1:20], na.rm=T)
I get 20 Results, but now I'd like to know from how many numbers my mean
and sd are calculated.
How to I use the length() for this, or is this possible?
Because there are missing values in some, but not in all columns. So
there should be a different count of numbers.
Thanks,
Martin
--
Ihr Partner f?r Webdesign,
2008 Mar 05
2
Correlation matrix one side with significance
Hi there!
In my case,
cor(d[1:20])
makes me a good correlation matrix.
Now I'd like to have it one sided, means only the left bottom side to be
printed (the others are the same) and I'd like to have * where the
p-value is lower than 0.05 and ** lower than 0.01.
How can I do this?
And another thing: Is there a way to output that table as a latex table?
Thanks,
Martin
--
Ihr
2008 Mar 03
1
names of data.frame variables?
Hi there!
I'd like to make many tests and plots, for each variables.
i.E.
i <- 1
repeat {
print (t.test(e[i], f[i]))
i <- i + 1
if (i == 21) break
}
but the output is:
Welch Two Sample t-test
data: e[i] and f[i]
...
so I don't know which data was calculated.
Is there a way to tell the t.test or I'll make the same with plotmeans
(from the gplots library)
2008 Mar 13
1
Compare two correlations matrices
Hi there,
When I make two correlations matrices of the same size from
a <- cor(el[1:20])
b <- cor(fl[1:20])
how can I compare if this matrices are equal?
Thanks,
Martin
--
Ihr Partner f?r Webdesign, Webapplikationen und Webspace.
http://www.roomandspace.com/
Martin Kaffanke +43 650 4514224
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
2008 Mar 13
1
factanal and plotting?
Hi there!
To make a good choice for the estimation of the number of usefull
factors. And I'd like to plot a graph like:
http://de.wikipedia.org/wiki/Bild:Parallelanalyse.jpg
where I don't need the green line (random values).
But with
str(factanal(data, factors=10)) I cannot figure out where I can find the
values for plotting.
Can you please help me in this question?
Thanks,
Martin
2008 Mar 08
1
ks.test troubles
Hi there!
I have two little different data. One is a computer test on people, the
other is a paper and pencil test. two boxplots show me that the data is
almost the same.
So now I'd like to know if I could handle all data as one, by testing
with ks.test:
====
> ks.test(el$angststoer, fl$angststoer)
Two-sample Kolmogorov-Smirnov test
data: el$angststoer and fl$angststoer
D =
2013 Oct 28
3
Trouble on kernel
Am 2013-10-28 15:42, schrieb Ilia Mirkin:
> On Mon, Oct 28, 2013 at 3:45 AM, Martin Kaffanke <martin.kaffanke at gmx.at> wrote:
>> Hi there,
>>
>> Sometimes my computer crashes since i use now ubuntu 13.10 with
>> unity/compiz.
>
> You're on NV4C. Do you have mesa 9.2.1 or later (or pre-9.2)? If you
> have 9.2.0, there are known issues with shader
2001 Sep 19
2
compilation
Hello,
I would like to compile the Ogg Vorbis libraries and tools on my Slackware
7.0 box. Unfortunatelly Slack is comming with gcc 2.91.66 which is not
suited for compilation of these libraries and tools. I downloaded,
compiled and installed in a separate directory tree gcc 2.95.3 but now I
really don't know how to make the configure script see it and set it
properly as the compiler to be
2013 Nov 08
14
[Bug 71382] New: Nouveau dmesg error, computer hangs
https://bugs.freedesktop.org/show_bug.cgi?id=71382
Priority: medium
Bug ID: 71382
Assignee: nouveau at lists.freedesktop.org
Summary: Nouveau dmesg error, computer hangs
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: martin.kaffanke at gmx.at
2013 Oct 28
2
Trouble on kernel
Hi there,
Sometimes my computer crashes since i use now ubuntu 13.10 with
unity/compiz.
dmesg tells me:
[ 686.209019] nouveau E[ PBUS][0000:00:0d.0] MMIO write of
0x00000000 FAULT at 0x00b020
and later:
[ 1425.565441] nouveau E[ PGRAPH][0000:00:0d.0] ERROR nsource:
DATA_ERROR nstatus: BAD_ARGUMENT
[ 1425.565462] nouveau E[ PGRAPH][0000:00:0d.0] ch 3 [0x00056000
compiz[1970]] subc 2
2008 Jun 20
4
Command line logging program suggestions?
I am looking for an app that would run from the terminal and would emulate a
bash shell (or pass everything to the shell) that would allow me to set a
log file and then record all my input and the output to the screen from the
commands. As an added bonus if it would allow me to run it from two
terminals (or more) on the same machine and log all the input and output to
the same file while still
2013 Oct 20
2
Upgrade from 2.1 to 2.2 on Debian
Hello,
I am currently running Dovecot 2.1 on current Debian and need to upgrade
to 2.2 to use the replication features.
I understand that I therefore need to compile Dovecot myself. I am using
a MySQL database for users authentication, therefore I need to compile
Dovecot with mysql support:
*./configure --with-mysql*
Unfortunately this terminates with:
*configure: error: Can't build with
2005 Sep 03
2
Windowed Programm support broken?
Hi folks!
I've just installed the new wine version as suse 9.3 rpm
(wine-20050830-SuSELinux93.i586.rpm) from winehq.org
and noticed, that the following entry in my config seems to have no effect:
[AppDefaults\\CAO32_DB.exe\\x11drv]
"Desktop" = "928x696"
It does not start anymore in a windowed wine as it should. has there
changed something? is this config not being
2009 Jun 28
5
OT: Linux WYSIWYG HTML Editors
I have KomPozer installed, but after using M$ FrontPage for years,
KomPozer looks like it is going to have a learning curve and I want to
get away from FrontPage and Windows. I know Mark (MHR) uses
SeaMonkey. Wondering if there is anything else I can use on Linux that
is easier on a FrontPage user. I found this article:
<http://webdesign.about.com/od/htmleditors/tp/aatpwyslinux.htm> when I
2012 Nov 08
2
[LLVMdev] llvm-config --libs failed
Hi!
I'm trying to use the LLVMProject toolchain (according to this page:
http://llvm.org/docs/Projects.html).
I created a project "test" with kaleidoscope example source code from:
http://llvm.org/docs/tutorial/LangImpl3.html
It compiles successfully with: clang++ -g -O3 toy.cpp `llvm-config
--cppflags --ldflags --libs core` -o toy
according to the project documentation, my Makefile
2013 Oct 28
2
Dovecot replication - I'm stuck
Hi,
I've been following the wiki document at
http://wiki2.dovecot.org/Replication, but I've become stuck.
I'm running version 2.1.3 on NetBSD 5.2 (v2.2+ isn't available as a package
yet, and compiling my own is well outside my wheelhouse).
I have a couple of questions:
The wiki page keeps referring to "vmail". Is this a just system user I
need to create? Presumably
2005 Nov 08
8
do I have to worry if executing an exe that may contain a virus under Wine?
Hi, I have a question:
do I have to worry if I run with wine an executable that may contain a
virus (I am running linux as a normal user, not root)?
--
Peter Kostov, webdesigner, photographer
Sofia, Bulgaria
Home sites - www.webdesign.light-bg.com
- www.light-bg.com
2008 Sep 29
1
Testing this significance of a factor in a mixed-model "ANCOVA"
R-users -
I must preface this question by saying that I'm a relative newbie to
both R and mixed-modeling.
I'm using lme fit an ANCOVA-like model. My data consist of bone
length measurements for a developmental series of two capuchin monkey
species. I'm interested in whether the rate of bone length scaling
to body mass (i.e., growth) differs between species.
My call to lme
2006 Feb 06
4
fcgi to run cgi scripts
Dear experts,
I have rail site that is running lighttpd and fcgi. I want the default
domain to serve the rails application, and I also want to have a
virtualhost (bugs.mysite) to resolve to a bugzilla instance.
Bugzilla is basically Perl application called through CGI.
I tried to find pointers on how to set fcgi to run both rails dispatcher
and other cgi scripts in a different virtualhost, and