similar to: problem in pot with subset selection

Displaying 20 results from an estimated 100 matches similar to: "problem in pot with subset selection"

2006 Nov 17
2
effects in ANCOVA
Dear R users, I am trying to fit the following ANCOVA model in R2.4.0 Y_ij=mu+alpha_i+beta*(X_ij-X..)+epsilon_ij Particularly I am interested in obtaining estimates for mu, and the effects alpha_i I have this data (from the book Applied Linear Statistical Models by Neter et al (1996), page 1020) y<-c(38,43,24,39,38,32,36,38,31,45,27,21,33,34,28)
2020 Sep 15
2
Fwd: Automatic mapping shares on logon time
See answer at the bottom. Le 14/09/2020 ? 15:56, jmpatagonia via samba a ?crit?: > Yes sorry for my mistake, we need map share folders that the user have > permission, at logon time on Linux Desktop User. > > And if for example a user change of departament or area, the shares change, > so we change the maps shares folders on logon. > > On Windows users is easy like GPO o
2008 Oct 30
0
Samba + Nested Groups
Hello for all, I'm having a doubt that I could not find in samba man and even google. My need is to do with samba ldap something similar to what the AD (NT4 does too?) made with windows nested groups, which include groups within groups at different levels (not just one). Problem example: create a local or global group (better yet) called GRUPO_ALL, which contains two other global groups
2020 Nov 24
2
Cambiar nombre de topic en análisis LDA
Buenas tardes Estoy haciendo un análisis LDA y me gustaría cambiar el nombre de los topics a la hora de visualizarlos y en vez de que se llamen 1,2,3...darles un nombre. ¿Es posible en este código? lda22 <- LDA(reviews_dtm, k = 22, control = list(seed = 1234)) lda22 %>% tidy() %>% group_by(topic) %>% top_n(10, beta) %>% ungroup() %>% mutate(term =
2004 Feb 17
1
permision problem
I have a server with SuSE 9.0 professional and samba 2.2.8a-170, with approximately 70 directories. I have created in samba a resource or share called data, within as the 70 directories inside it. The problem is since I make to assign the permissions to these directories. If for example, userA belongs to group1 and to group2 and directoryA has like group to grupo1, but when a user of group2
2012 Mar 31
2
lm no calcula un coeficiente
Hola, quiero hacer una regresión lineal lm(y ~ x * grupo, data =datos) y: numérica, x: numérica, grupo: factor con dos niveles (1 y 2) pero no calcula el coeficiente de x:grupo2 a cuenta de una singularidad Coefficients: (1 not defined because of singularities) Estimate Std. Error t value Pr(>|t|) (Intercept) -1.283e+06 2.276e+04 -56.359 < 2e-16 *** x
2007 Dec 06
0
[POSIX ACLs] Only ACE rules from Samba Primary Group are applied.
Hi, I've a samba 3.0.24 server running in a debian "alike" OS with a (Open)LDAP backend and I'm having the following problem: I have LDAP users that belong to more than one (POSIX) group. For instance, I have a user2 that belongs to group "users" and "grupo2" and I have a share with the following ACL settings: getfacl /home/shares/share1/ getfacl: Removing
2020 Sep 25
3
Debian client/workstation pam_mount
yes 'FS_PRUEBA_3' is the share name El vie., 25 sept. 2020 a las 14:03, Rowland penny via samba (< samba at lists.samba.org>) escribi?: > On 25/09/2020 17:50, jmpatagonia via samba wrote: > > Is still not working > > > > <volume fstype="cifs" > > server="domain-server2.policia2.rionegro.gov.ar" > >
2020 Sep 25
2
Debian client/workstation pam_mount
Is still not working Sep 25 13:45:46 ubuntucliente lightdm[702]: (pam_mount.c:365): pam_mount 2.14: entering auth stage Sep 25 13:45:46 ubuntucliente org.gtk.vfs.Daemon[9012]: A connection to the bus can't be made Sep 25 13:45:46 ubuntucliente systemd[1]: Started Session c16 of user prueba3. Sep 25 13:45:46 ubuntucliente lightdm[702]: (pam_mount.c:568): pam_mount 2.14: entering session stage
2020 Sep 25
3
Debian client/workstation pam_mount
Error on domain option !! Sep 25 12:04:33 ubuntucliente lightdm[702]: (mount.c:664): Password will be sent to helper as-is. Sep 25 12:04:33 ubuntucliente lightdm[702]: command: 'mount' '-t' 'cifs' '//domain-server2/FS_PRUEBA_3' '/home/prueba3/compartido' '-o' 'username=prueba3,uid=50006,gid=50027,username=prueba3,uid=50006,gid=50027,domain'
2003 May 24
1
help with xyplot
Hi, I make a graphic using xyplot, it is very good. xyplot((ocorrencia/isca)~frag|especie) But I need to plot a curve for each especie's plot. I try to use panel.abline and others panel., but I dont succeed. I need to plot the function exp(a+b*x+c*x^2)/1+exp(a+b*x+c*x^2), a b and c are different for each especie. Normally I use the curve function to add a curve in a points
2020 Sep 25
0
Debian client/workstation pam_mount
On 25/09/2020 17:50, jmpatagonia via samba wrote: > Is still not working > > <volume fstype="cifs" > server="domain-server2.policia2.rionegro.gov.ar" > path="FS_PRUEBA_3" > mountpoint="/home/POLICIA2/prueba3/compartido" > Options="username=%(USER),uid=%(USERUID),gid=%(USERGID),domain=%(GRUPO3)"
2009 Nov 11
0
Not updating group member changes to win clients
Hi Everyone I installed a samba PDC on opensuse 11.1 with: samba-winbind-3.4.2-2.1 samba-client-3.4.2-2.1 samba-3.4.2-2.1 openldap2-2.4.12-5.5.1 openldap2-client-2.4.12-5.3 perl-ldap-0.39-14.1 nss_ldap-262-10.12 smbldap-tools-0.9.5-3.1 pam_ldap-184-144.12 It runs perfectly with win xp professional and vista business domain clients. The problem is that when I update any member of a certain
2020 Sep 26
2
Debian client/workstation pam_mount
Maybe I am not testing the signin correctly. Here is what I am doing. I sign into the client/workstation (hereafter referred to as C/W) via ssh as the local "admin" from another C/W so I can open many terminals to tail log files. Then "sudo -i" into "root". All testing is run as "root". When I sign into "root", I see this: > admin at lws4:~$
2012 Jun 01
1
POT Package
Hi, I have a problem in fitting GPD distribution. i generate random numbers from gpd distribution from specific parameters using pot packege then i used fitgpd function to estimete the parameters.The estimated parameters are not matched with the given parameters i.e.from which i generate random numbers.I think estimated parameters should be matched with the given parameters.Also suggest me
2013 Mar 05
0
Fwd: Failure of automatic update of source file: virt-v2v: virt-v2v.pot
----- Forwarded message from Transifex <admin at transifex.com> ----- Date: Tue, 05 Mar 2013 08:36:55 -0000 Subject: Failure of automatic update of source file: virt-v2v: virt-v2v.pot Hello rjones, this is Transifex at https://www.transifex.com. We have not been able to update the source file of the resource 'virt-v2v.pot' of the project 'virt-v2v' from the URL
2017 Aug 11
0
Dispersion Index in POT
Dear All, I would like to plot the dispersion index against lambda and dispersion index against threshold. Appreciate if someone could help me to extract dispersion index in POT package. Pls also let me know the way to calculate it manually for a skewed distribution. Thank you [[alternative HTML version deleted]]
2013 Dec 05
0
[PATCH 2/3] po: fix dependencies for libguestfs.pot extraction
Fix the dependencies of the libguestfs.pot target: other than using the right make variables holding the contents of the POTFILES, depend also on the POTFILES themselves. --- po/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.am b/po/Makefile.am index b0a8038..a8343ec 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -65,7 +65,7 @@ XGETTEXT_ARGS = \
2013 Dec 05
0
Re: [PATCH 2/3] po: fix dependencies for libguestfs.pot extraction
On Thursday 05 December 2013 15:53:58 Richard W.M. Jones wrote: > On Thu, Dec 05, 2013 at 04:30:05PM +0100, Pino Toscano wrote: > > Fix the dependencies of the libguestfs.pot target: other than using > > the right make variables holding the contents of the POTFILES, > > depend also on the POTFILES themselves. > > --- > > > > po/Makefile.am | 2 +- > >
2015 Oct 02
0
Re: [PATCH] build: ensure .pot and .pod files for docs are up-to-date
On Fri, Oct 02, 2015 at 11:48:46AM +0200, Pino Toscano wrote: > Traverse the po-docs directory before the subdirectories with translated > documentations, so we can make sure that libguestfs-docs.pot and the > translated .pod files have been generated. As a consequence of that, > when generating the translated manpages for documentations, all the > needed .pod files should be