similar to: define subgroups based on position in table

Displaying 20 results from an estimated 1200 matches similar to: "define subgroups based on position in table"

2003 Apr 08
1
Question about samba - smbfstab settings
Hi guys, I have a problem with samba when using shares. The link is there, so i can read and write files, but samba gives me an error it can't chmod the file, so i suppose i forget something in smbfstab. Hope you guys can help. Here is my smbfstab ..... //simons/LVWin60 /home/beheer/Documents/simons username=BEHEER,password=secure,uid=SIMONS,gid=users -- here SIMONS is the name of
2002 May 16
2
possible bug rsync-2.5.5 rsyncd.conf option "max connections"
Hello, I think i may have found a bug in the "max clients" option in rsyncd.conf [we use rsync-2.5.5; All platforms I tried (Irix-6.5.14 and various linux flavours) show the behaviour explained below] The manpage says: |max connections | The "max connections" option allows you to specify | the maximum number of simultaneous connections you | will allow to
2009 Mar 10
2
perform subgroup meta-analysis and create forest plot displaying subgroups
Hello, I'm using the rmeta package to perform a meta analysis using summary statistics rather than raw data, and would like to analyze the effects in three different subgroups of my data. Furthermore, I'd like to plot this on one forest plot, with corresponding summary weighted averages of the effects displayed beneath each subgroup. I am able to generate the subgroup analyses by simply
2011 Jul 28
0
_: how to replace values in x by means in subgroups created in ...(not loops)
Re:_: how to replace values in x by means in subgroups created in ...(not loops) Thanks, below some code and reply: #_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_# #------------------------------------------------------- # my slow function with loops: # replace_x_by_locallyMean_x_4_0s_in_y.f(x,y) #-------------------------------------------------------
2018 Nov 15
3
Samba AD DC: share access denied
Hey Samba, For the last year I've been trying to set up a Samba Active Directory with a share which will hold the profiles of users so that Windows users can be implemented with the roaming profiles functionality. I started out with an Ubuntu Server 16.04 LTS on which I configured routing, forwarding and dhcp. After which I followed the Setting up Samba as an Active Directory Domain
2012 Jul 13
2
Creating Subgroups in Puppet Dashboard
Hi All, Is there a feasibility for creating subgroups on the Puppet Dashboard? Basically the requirement is that we have a huge number of VMs running designated services. Some of VMs having the same service may yet have different properties configured on them. We are exploring the feasibility of having these properties managed through puppet. Currently all these VMs are put into a single
2009 Mar 25
1
boxplot in subgroups
Hi, I have data that looks like this: ASA1 ASA2 C1_C2 C M 9.0225 S S 2.4315 M C 3.4894 M S 4.5282 C M 1.3183 C S 1.3735 S C 1.0488 S M 7.948 M C 4.5827 I need to plot Boxplots for a given ASA1 (either C,S, or M) with respect to C1_C2. However, instead of one boxplot I want to plot
2011 Oct 10
1
Multiple imputation on subgroups
Dear R-users, I want to multiple impute missing scores, but only for a few subgroups in my data (variable 'subgroups': only impute for subgroups 2 and 3). Does anyone knows how to do this in MICE? This is my script for the multiple imputation: imp <- mice(data, m=20, predictorMatrix=pred, post=post, method=c("", "", "", "",
2011 Jul 27
1
how to replace values in x by means in subgroups created in ... (not loops)
# Dear all, # how to replace values in x by means in subgroups created in ... # replace only these values where y=0 in continous sequence # replace by mean calculated locally for each subgroup created by # continous sequence of 0,0,0 in parallel y vector, i.e. # where there is continous sequence of 0 in data frame vector y # but we do not replace values in x[i], if y[i]!=0 # we do not want
2009 Nov 29
3
How to z-standardize for subgroups?
Hi folks, I have a dataframe df.vars with the follwing structure: var1 var2 var3 group Group is a factor. Now I want to standardize the vars 1-3 (actually - there are many more) by class, so I define z.mean.sd <- function(data){ return.values <- (data - mean(data)) / (sd(data)) return(return.values) } now I can call for each var z.var1 <- by(df.vars$var1, group,
2009 Jul 13
2
SSL_PARAMETERS_PERM_PATH
Hi, I am not on this list so please CC me. Using dovecot-1.2.x it seems we can not configure the location of ssl- parameters.dat.tmp, it is hard coded to be in PKG_STATEDIR: ./src/master/master-settings.c: #define SSL_PARAMETERS_PERM_PATH PKG_STATEDIR"/"SSL_PARAMETERS_FILENAME This can lead to problems when you're running multiple instances on one machine. Apart from that, it
2007 Mar 01
1
How to detect a printer across a network?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, The shares are browsable again, but the printer can not get detected. If i list the shares from the PC the printer is connected to, it is visible.. But somehow it is not visible in konqueror, en thus not selectable. I used to use the ip adress, but since we are behind a router, these adresses vary... monkey9@tribal-sfn2:~> smbclient -L
2010 Oct 31
5
How to delete a whole destination tree (inclusive the destination its-self) with rsync (daemon)?
An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20101031/bb482d8d/attachment.html>
2003 Jul 23
0
WINXP Profiles
I have a problem with samba 2.2.7a which is configured as a PDC for two Windows XP Profesional workstations. I'am working with roaming profiles for the winxp machines. My problem is, when I reboot a winxp machine my roaming profile becomes a local profile. When I don't reboot the winxp machine roaming stays roaming. This is my smb.conf configuration. The linux machine is a ConnecTUX
2012 Mar 29
3
How to get the most frequent value of the subgroup
Dear Members of the R-Help, While using a R function - 'aggregate' that you developed, I become to have a question. In that function, > aggregate(x, by, FUN, ..., simplify = TRUE) I was wondering about what type of FUN I should write if I want to get "the most frequent value of the subgroup" as a summary statistics of the subgroups. I will appreciate if I can get
2018 Nov 15
0
Samba AD DC: share access denied
On Thu, 15 Nov 2018 15:54:50 +0000 Jens Kuipers <hitmokyhitter at hotmail.com> wrote: > cat /etc/samba/smb.conf > > # Global parameters > [global] > workgroup = LDB-BEHEER > realm = LDB-BEHEER.NL > netbios name = AD > server role = active directory domain controller > idmap_ldb:use rfc2307 = yes > > dns forwarder = 8.8.8.8 > allow dns
2011 Jun 15
2
Correlations by subgroups
I'm hoping there is a simple answer to this - it seems that there should be, but I can't figure it out. I have a matrix/data frame with three variables of interest - V1, V2, V3. One, V1, is a factor with x levels (x may be a large number); I want to calculate the correlation between the other two (i.e. cor(V2,V3)) for each level, and store it as a vector of length x. I should think this
2008 Jan 09
0
Can't access dirs with subgroups of a samba share
Hi all! Here's the problem we have since patching Monday night. Tuesday morning Samba wasn't running, but started fine, and everything seemed to be working. Were currently running samba3.0.24-2.23 and I believe before the patch we were running samba3.0.22-13.30. We have some samba shares where we have subgroups that only a select group of people of the parent group are allowed to
2010 Mar 30
4
Code is too slow: mean-centering variables in a data frame by subgroup
Dear R-ers, I have a large data frame (several thousands of rows and about 2.5 thousand columns). One variable ("group") is a grouping variable with over 30 levels. And I have a lot of NAs. For each variable, I need to divide each value by variable mean - by subgroup. I have the code but it's way too slow - takes me about 1.5 hours. Below is a data example and my code that is too
2003 May 14
2
building mean/median over subgroups
Dear all, I'm trying to solve the following problem, and hoping to get some advise here from the group I have a dataframe in which the same sample was measured more than once on the same day. I would reorganize the dataframe to get a single value (mean /median) for one day Patient Day Sample Test A 1 A 23 A 1 A 36 A 5 B 44 A 5 B 23 B 2 C 10 B 2 C 5 mean Patient Day Sample Test.mean A