Displaying 20 results from an estimated 3000 matches similar to: "common problem"
2008 Aug 01
3
Newbie question: How to use tapply() on several vectors simultaneously
Dear R users,
I have a newbie-question that I couldn't resolve after reading through
several pieces of documentation and searching the archive.
I have a data.frame containing experimental data from a group experiment
in psychology. Each line represents a single participant, but
participants were assigned to groups of three or four persons. One
variable indicates each participants'
2009 Dec 22
3
vector indexing problem in multilevel data: assigning a specific value to all group members
Dear List,
I work with multilevel data from psychological group experiments and
have frequently encountered a situation for which I haven't found an
elegant solution: I need to assign the value of a specific group
member to all members of the group. For example, I have a group leader
(identified by a binary vector) and some attribute for all group
members. I want to create a new
2024 Sep 17
1
(no subject)
Hmmm... typos and thinkos ?
Maybe:
mean_narm<- function(x) {
m <- mean(x, na.rm = T)
if (is.nan (m)) NA else m
}
-- Bert
On Mon, Sep 16, 2024 at 4:40?PM CALUM POLWART <polc1410 at gmail.com> wrote:
>
> Rui's solution is good.
>
> Bert's suggestion is also good!
>
> For Berts suggestion you'd make the list bit
>
> list(mean = mean_narm)
>
2024 Sep 16
2
(no subject)
Dear Contributors,
I hope someone has found a similar issue.
I have this data set,
cp1
cp2
role
groupid
1
10
13
4
5
2
5
10
3
1
3
7
7
4
6
4
10
4
2
7
5
5
8
3
2
6
8
7
4
4
7
8
8
4
7
8
10
15
3
3
9
15
10
2
2
10
5
5
2
4
11
20
20
2
5
12
9
11
3
6
13
10
13
4
3
14
12
6
4
2
15
7
4
4
1
16
10
0
3
7
17
20
15
3
8
18
10
7
3
4
19
8
13
3
5
20
10
9
2
6
I need to to average of groups, using the values of column
2010 Aug 23
2
lmer() causes segfault
Hello lmer() - users,
A call to the lmer() function causes my installation of R (2.11.1 on
Mac OS X 10.5.8) to crash and I am trying to figure out the problem.
I have a data set with longitudinal data of four subsequent
performance measures of 1133 individuals nested in 88 groups. The data
is in long format. I hypothesize a performance increase for each
individual over time and intend to
2017 Jan 25
4
why "DEFAULT" ?
Hello, Rsync.
--log-file-format="|%i|%B|%U|%G|%l|[%M]|// %n"
After backup log to get this line:
2017/01/25 17:30:09 [8781] |hf |rw-r--r--|500|DEFAULT|83875|[2014/02/10-18:22:09]|// xml_error.txt
groupID = DEFAULT
The server looks like this:
ls -lan | grep xml_error.txt
-rw-r--r-- 1 500 1002 83875 Фев 10 2014 xml_error.txt
groupID = 1002
The documentation is written:
2001 Dec 06
1
Inherit permissions in Samba2.2.2 on Debian ( potato )
if I set "inherit permissions = Yes" on my share, samba shuld set permisions
for new files like uper directory - true? I'am asking because, I've set this
parameter and nothing is going good. When I make new file in this share the
groupID is set to user groupID whose create this file, but not the guid of
the uper directory. The userID is set corectly.
smb.conf:
....
[test]
2004 Aug 06
2
icecast hangs at start
thanks for the reply.
the problem is after i start icecast with icecast -c
/path to icecast.xml, i see the following:
Changed groupid to 501.
Changed userid to 501.
and then it just hangs. i do not get a command prompt
or anything. so i was wondering if there are any
other messages that normally follow during the startup
process.
<p>--- Karl Heyes <karl@xiph.org> wrote:
> On
2018 Mar 20
0
Gluster very poor performance when copying small files (1x (2+1) = 3, SSD)
Excellent description, thank you.
With performance.write-behind-trickling-writes ON (default):
## 4k randwrite
# fio --randrepeat=1 --ioengine=libaio --gtod_reduce=1 --name=test --filename=test --bs=4k --iodepth=32 --size=256MB --readwrite=randwrite
test: (g=0): rw=randwrite, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=32
fio-3.1
Starting 1 process
Jobs: 1
2004 Aug 06
2
installation question
Hi list, I,m trying to get icecast working on debian/woody.
when I start Icecast I get the following error:
carpenter:/home/icecast/stream/conf# icecast -c icecast.xml
Changed root successfully to "/home/icecast/stream".
Changed groupid to 105.
Changed userid to 105.
FATAL: could not open error logging
FATAL: could not open access logging
FATAL: Could not start logging
2004 Aug 06
3
everything is running, no source
Using config file: /etc/darkice.cfg
Using OSS DSP input device: /dev/dsp
Using POSIX real-time scheduling, priority 98
Icecast sits at
Changed groupid to 500.
Changed userid to 500.
(i don't get any more than this)
However when going to http://myip:8000 i get
Source not found
here are the logs
[2004-03-04 17:52:11] INFO connection/_handle_source_request Source logging
in at mountpoint
2004 Aug 06
5
icecast hangs at start
greetings!
when i try to start icecast, i get the following:
Changed groupid to 501.
Changed userid to 501.
and then it just hangs there...
i ctrl-z and then attempt to start icecast again, and
i get the following:
Could not create listener socket on port 8000
Server startup failed. Exiting
netstat -anp | grep :8000 shows the following:
tcp 0 0 192.168.1.99:8000 0.0.0.0:* LISTEN
2004 Aug 06
3
icecast-2.0-kh34
In message "[icecast] icecast-2.0-kh34"
on 24.04.2004, Karl Heyes <karl@xiph.org> writes:
KH> On Fri, 2004-04-23 at 09:58, Wild Karl-Heinz wrote:
KH> ...
[snip]
>> ... but it coredumps every 10 secs.
KH> There is a segv bug in kh34 triggered when clients move from one mount
KH> to another. That should be fixed now in kh35.
the result with gdb ....
(gdb)
2002 Aug 19
3
pblms with samba 2.X /3.x and NT--W2k
There is OBVIOUSLY something wrong somewhere.
EITHER a WHOLE bunch of us are stupider than we thought, the documentation left off a step, or there is something SO blatently obvious that we are ALL staring it in the face and missing it inches in front of our faces.
This is exactly what I've had, (BUT I *D*I*D* have it running ok ...)
and I STILL havent figured it out yet,...
Subject:
2003 May 30
1
Error using glmmPQL
Can anyone shed any light on this?
> doubt.demographic.pql<-glmmPQL(random = ~ 1 | groupid/participantid,
+ fixed = r.info.doubt ~
+ realage + minority + female + education + income + scenario,
+ data = fgdata.df[coded.resource,],
+ na.action=na.omit,
+
2011 Mar 15
1
Issue with samba SID
Hello:
I have a samba PDC with LDAP, samba 3.0.33 and 389DS 1.2.5. I am adding
computer accounts with smbldap-useradd script configured in smb.conf like
this:
add machine script = /usr/bin/perl -w
/opt/ldap/smbldap-tools/bin/smbldap-useradd -w -c '%a' -t 10 -J Equipos '%u'
My problem is that I get a samba sid I don't understand why samba creates
like that. I
2004 Aug 06
2
Problem with logger
Here is the path, logging and security configuration in my icecast.xml file
(below). I get the following error:
Changed root successfully to "/opt/icecast/"
Changed groupid to 504.
Changed userid to 504.
FATAL: could not open error logging
FATAL: could not open access logging
FATAL: could not start logging.
Can anyone tell me what I'm doing wrong?
icecast.xml: --------------
2010 Mar 22
0
using lmer weights argument to represent heteroskedasticity
Hi-
I want to fit a model with crossed random effects and heteroskedastic
level-1 errors where inferences about fixed effects are of primary
interest. The dimension of the random effects is making the model
computationally prohibitive using lme() where I could model the
heteroskedasticity with the "weights" argument. I am aware that the weights
argument to lmer() cannot be used to
2004 Aug 06
1
could not start logging
Hello!
Whenever I get that error, its due to either the directory/file not existing,
or having the wrong file permissions. Remember, it needs the file permissions
of the user you created to be "icecast".
Happy holidays all
--stauf
On Wed, Dec 31, 2003 at 05:00:39PM -0800, jensen galan wrote:
> Greetings!
>
> Running into a snag when trying to fire up icecast:
>
>
2003 Jun 30
0
High cpu load
Server is PII-350MHz/256 MB RAM, hardware mirrored high speed SCSI disks.
Installed is SuSE 8.2 with Samba 2.2.8a RPM, XFS filesystems and LPRng as
printservices. Server acts as PDC and WINS server.
Clients are W2K SP2 (a few with SP3). There are +/- 100 clients.
We see a server that is 100% busy and we see during a long time a very high CPU
load (60- 95%) related to one W2K client. When