Displaying 20 results from an estimated 1200 matches similar to: "Correlation matrix one side with significance"
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 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 04
4
R-Terminal
Hi there!
I use an gnome-terminal for using R. When I resize the termial to the
maximum size, R uses only the left side of the window. Can I tell R to
use the whole window somehow?
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
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
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
0
Trouble on kernel
On Mon, Oct 28, 2013 at 12:31 PM, Martin Kaffanke
<martin.kaffanke at gmx.at> wrote:
> 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
>>>
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
2001 Jan 08
2
[fwd] ogg123 (from: pfk@fuchs.offl.uni-jena.de)
A feature request that sounds reasonable and a bug report.
----- Forwarded message from Frank Klemm <pfk@fuchs.offl.uni-jena.de> -----
Delivery-Date: Sat Jan 6 06:35:21 2001
Date: Sat, 6 Jan 2001 15:26:43 +0100
From: Frank Klemm <pfk@fuchs.offl.uni-jena.de>
To: xiphmont@xiph.org
Subject: ogg123
X-Mailer: Mutt 1.0.1i
For ogg123 I need the following feature:
- Decode one .ogg file
2013 Oct 28
0
Trouble on kernel
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 compilation.
>
> dmesg tells me:
>
> [ 686.209019] nouveau E[
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
2004 Apr 07
1
AW: Unable to delete folders in samba shares
What u wrote here:
>>once again this folder stdc++.txt does exist....
...reminds me on having charset problems with samba, doing the same stuff
here until I set up the right charsets.
Also, u see in logfile:
>>call_trans2qfilepathinfo: vfs_stat of New Folder2231113/.directory failed
>>(No such file or directory)
And u say:
>>but this directory NewFolder2231113 does
2004 Mar 23
4
netlogon problems
Hi @ all,
I have two samba-servers running perfectly!
Now I configured a third machine which provides some backups. Since I brought
it up in the network the windows client won't execute the netlogon-scripts...
When I turn off samba-services on the backup-machine it works again.
Did I miss something??? Maybe you can open my eyes...
Best regards
Sascha
Here my conf-files:
PDC
2017 Jun 09
4
mount.cifs fails with protocol SMBv2.x on a DFS share
Hello list,
a few days ago we migrated our shares to a DFS cluster, also we disabled
SMBv1 protocol. Now we are no longer able to connect to the shares with
our linux workstations. The setup looks like this:
linux workstation -----> AD server (Windows Server 2008 R2) -----> file
server (Windows Server 2016, running in 2008 R2 compat mode)
I have searched the web for a solution on the
2004 Apr 02
8
Windows 2003 domain logon
Hello
Is it possible to do a domain logon in Samba with a Windows 2003 Server?
I don't think so but perhaps someone has a solution.
Kind regards
Werner Maes
2020 Jul 08
2
[PATCH] Add syscall wrappers required by libkeyutils
libkeyutils is used by the keyctl command which is required for loading
keys into the kernel (e.g. for mounting an authenticated UBIFS as root
file system).
libkeyutils usually invokes syscall() directly. As syscall() is not
provided by klibc, libkeyutils has to be slightly modified for using the
klibc wrappers.
Signed-off-by: Christian Eggers <ceggers at arri.de>
---
2020 Jul 27
3
[PATCH] Add syscall wrappers required by libkeyutils
On Saturday, 25 July 2020, 23:36:33 CEST, Ben Hutchings wrote:
> On Wed, 2020-07-08 at 08:37 +0200, Christian Eggers wrote:
> > ...
> > libkeyutils usually invokes syscall() directly. As syscall() is not
> > provided by klibc, libkeyutils has to be slightly modified for using the
> > klibc wrappers.
>
> Wouldn't it be more useful for klibc to implement