Displaying 9 results from an estimated 9 matches for "offermanns".
Did you mean:
offermans
2008 Nov 20
5
summary statistics into table/data base, many factors to analyse
Dear list,
I reduced my data to the following:
x <- c(1,4,2,6,8,3,4,2,4,5,1,3)
y <- as.factor(c(2,2,1,1,1,2,2,1,1,2,1,2))
z <- as.factor(c(1,2,2,1,1,2,2,3,3,3,3,3))
I can produce the statistical summary just fine.
s1 <- tapply(x, y, summary)
d1 <- tapply(x, y, sd)
s2 <- tapply(x, z, summary)
d2 <- tapply(x, z, sd)
First thing:
I have 100 plus factors to analyse. Theirs
2003 Feb 17
3
Novell EDirectory as LDAP backend
Hi,
is anybody out there who is using Novell Edir. with samba?
I have searched the archive and found some random notes but no real
success story.
Here is what I have achived so far. Maybe someone can give me some hints.
I have tried the samba-nds.schema that comes with the 2.2.7a tar ball.
While I was able to import/add it to EDir. it did not work for me,
because the "lmPassword"
2009 Jan 29
1
Multiple tables
Dear list,
I have a set of 100+ variables. I would like to have one by one crosstables for each variable. I started with
table(variable1, variable2)
table(variable1, variable3)
table(variable1, variable4)
...
table(variable2, variable3)
table(variable2, variable4)
...
It seems rather tedious.
Any better ideas around?
Thanks for any help!
Gerit
--
NUR NOCH BIS 31.01.! GMX FreeDSL -
2003 Apr 12
1
eDirectory 8.7 and sambaAccount
I'm having a problem adding a password to users. I get "NDS error: no
additional information available (-306) when I use smbpasswd.
Also I can see in ndstrace that the search string is
(&(objectClass=sambaAccount)(uid=WORKGROUP/test)) and not
(&(objectClass=sambaAccount)(uid=test)).
I have "ldap fileter = (&(cn=%u)(objectClass=sambaAccount)) in my smb.conf.
Another
2010 Apr 06
66
[Bug 27501] New: nVidia 9600M GT (Macbook Pro current model) is unable to boot
https://bugs.freedesktop.org/show_bug.cgi?id=27501
Summary: nVidia 9600M GT (Macbook Pro current model) is unable
to boot
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: critical
Priority: medium
Component: Driver/nouveau
2013 Jan 09
55
[Bug 59168] New: [nvc3/Quadro2000M] graphic garbage/corruption/noise on resume
https://bugs.freedesktop.org/show_bug.cgi?id=59168
Priority: medium
Bug ID: 59168
Assignee: nouveau at lists.freedesktop.org
Summary: [nvc3/Quadro2000M] graphic garbage/corruption/noise on
resume
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux (All)
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems
2004 Sep 10
0
[Flac-users] Quicktime plug-in?
try this site first:
http://qtcomponents.sourceforge.net/
I don't think they have flac yet, but they were the ones working on
vorbis for quicktime (and thus iTunes)... and someone started a speex
project there too. If someone would volunteer to add a flac component,
I'm sure it would happen. Check their user support forums... there has
been interest for a flac component. This is
2011 Dec 06
0
Bootstrapping
Hello,
I am having some trouble setting up a bootstrapping prodecure. I create
artificial data and would like to use these to bootstrap a t-test
statistic from these. Especially I do not really get how boot uses the
indices variable or i variable. Can anybody help out? Thanks!!
b0 <- 1/2 # intercept as given
b1 <- 1 # slope as given
n