search for: groupids

Displaying 20 results from an estimated 115 matches for "groupids".

Did you mean: groupid
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
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'
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
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
2002 May 31
0
Convergence and singularity in glmmPQL
Greetings- Using R 1.5.0 under linux and the latest MASS and nlme, I am trying to develop a three-level (two levels of nesting) model with a dichotomous oucome variable. The unconditional model is thus: > doubt1.pql<-glmmPQL(fixed = r.info.doubt ~ 1, random = ~1 | groupid/participantid, + family = binomial, data = fgdata.10statements.df) iteration 1 iteration 2 iteration 3 iteration 4
2012 Aug 10
1
virtio-scsi <-> vhost multi lun/adapter performance results with 3.6-rc0
Hi folks, The following are initial virtio-scsi + target vhost benchmark results using multiple target LUNs per vhost and multiple virtio PCI adapters to scale the total number of virtio-scsi LUNs into a single KVM guest. The test setup is currently using 4x SCSI LUNs per vhost WWPN, with 8x virtio PCI adapters for a total of 32x 500MB ramdisk LUNs into a single guest, along with each backend
2012 Aug 10
1
virtio-scsi <-> vhost multi lun/adapter performance results with 3.6-rc0
Hi folks, The following are initial virtio-scsi + target vhost benchmark results using multiple target LUNs per vhost and multiple virtio PCI adapters to scale the total number of virtio-scsi LUNs into a single KVM guest. The test setup is currently using 4x SCSI LUNs per vhost WWPN, with 8x virtio PCI adapters for a total of 32x 500MB ramdisk LUNs into a single guest, along with each backend
2017 Jun 22
3
two domain members, different groupIDs
...ig domain : backend = rid idmap config domain : range = 10000-20000 idmap config domain : base_rid = 0 idmap config * : backend = tdb # wbinfo --group-info=domänen-benutzer domänen-benutzer:x:10008: I understand/assume that the different idmap configs might cause the mismatch in the mapped(?) groupids. Can I fix that without breaking things? On which server? ... oh my, I checked a 3rd one for reference: # wbinfo --group-info=domänen-benutzer domänen-benutzer:x:10027: :-(
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 Jun 22
0
two domain members, different groupIDs
On Thu, 22 Jun 2017 12:56:25 +0200 "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote: > Am 2017-06-22 um 10:44 schrieb Rowland Penny via samba: > > >> Can I fix that without breaking things? > > > > If your users have files stored on the domain members, probably not. > > I understand that this just creates the need to run some
2017 Jun 26
0
two domain members, different groupIDs
On Mon, 26 Jun 2017 08:52:04 +0200 "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote: > Am 2017-06-22 um 13:10 schrieb Rowland Penny via samba: > > On Thu, 22 Jun 2017 12:56:25 +0200 > > "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote: > > > >> Am 2017-06-22 um 10:44 schrieb Rowland Penny via samba:
2002 Jun 21
0
Interpreting output from glmmPQL
Greetings. I'm running some models under R using glmmPQL from MASS. These are three-level models (two grouped levels and the individual level) with dichotomous outcomes. There are several statistics of interest; for the moment, I have two specific questions: 1.) This question refers to the following model (I present first the call, then the output of summary():
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:
2008 May 23
3
Percentages for categorical data by group
...o be able to calculate the percentage of each group that choose each response. For example I want to know what percentage of group 1 (which may have a value of 34456) choose response 1 and so on. Here is some code I wrote that generates a data frame like the one I have. pop <- matrix(1:100000) groupIDs <- sample(pop,500) groupVar <- sample(groupIDs,23000,replace=TRUE) responseVar <- sample(1:5,23000,replace=TRUE) example.data <- data.frame(groupVar,responseVar) Is there a fast way to calculate these percentages beyond writing loops to manually count the responses for each of the gro...
2017 Jun 26
2
two domain members, different groupIDs
Am 2017-06-22 um 13:10 schrieb Rowland Penny via samba: > On Thu, 22 Jun 2017 12:56:25 +0200 > "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote: > >> Am 2017-06-22 um 10:44 schrieb Rowland Penny via samba: >> >>>> Can I fix that without breaking things? >>> >>> If your users have files stored on the domain
2017 Jun 22
2
two domain members, different groupIDs
Am 2017-06-22 um 10:44 schrieb Rowland Penny via samba: >> Can I fix that without breaking things? > > If your users have files stored on the domain members, probably not. I understand that this just creates the need to run some chown/chgrp-commands after correcting smb.conf and restarting samba? > Your 'idmap config' block on ALL Unix domain members needs to be >
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]
2015 Aug 25
2
Icecast 2 on ubuntu 14 - service will not start using /etc/init.d
[This email is either empty or too large to be displayed at this time]
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
2014 Dec 01
0
No subject
Open the /etc/default/icecast2 file as root in an editor. The last line needs to be changed to ENABLE=true It still looks like it is set to ENABLE=false On Tue, Aug 25, 2015, 7:58 AM <Nick at 4points.ca> wrote: > Thanks Jeff, > > the /etc/icecast2 is owned by root and group root > > I am not sure what you mean about the absolute path to icecast.xml. In > which file?