similar to: Smab Installation

Displaying 20 results from an estimated 600 matches similar to: "Smab Installation"

2003 Apr 24
3
Missing Value And cor() function
Hi r lovers! I 'd like to apply the cor() function to a matrix which have some missing values As a matter of fact and quite logically indeed it doesn't work Is there a trick to replace the missing value by the mean of each variable or by any other relevant figures ? Or should I apply a special derivate of the cor() function, (I don't have any idea if it exists and have some trouble to
2003 Jun 24
2
R and Latex's tables
Hi R lovers! I have discovered recently that graph can be exported from R in a Latex compatible file thanks to the pictex command I would like to know if there is the equivalent while exporting datas. Let's say I have a matrix, a data.frame or a list that I would like to export as a flat text file that is immediatly transcripted into a table into latex Is there a macro or package that could
2003 Jun 06
3
writing comments within a function
Hi R lovers! I would like to know how you can write comments inside the code of a function is it latex style % ? or any other language style? thanks a lot ************************************************************************* Ce message et toutes les pieces jointes (ci-apres le "message") sont confidentiels et etablis a l'intention exclusive de ses destinataires. Toute
2003 Apr 28
0
Re: [R Thanks for help Writing a function
Thank you very much It works perfectly well Have a wonderful day |---------+----------------------------> | | ripley at stats.ox.a| | | c.uk | | | | | | 04/28/03 12:58 PM| | | | |---------+---------------------------->
2003 Jun 02
1
authorized characters and symbols
Hi R lovers Obviously I cannot use the underscore "_ " character to name an object in R Is there a special reason for that ? I want to use it to rename a function maybe the problem is due to the nature of the object I work on thanks for any comments on that very little and not very bothering trouble ************************************************************************* Ce
2003 Jun 05
4
counting missing values
Hello R lovers I have written a little cute function to count the number of missing value per row in a matrix and return the percentage of missing value it takes a lot of time to run with a 1000 rows matrix I'd like to know if there is a function already implemented to count the number of occurence of a given values in a vector For information, here is the function count<-0 for (i in
2003 Apr 28
2
Writing a function
Hi r lovers, I have written the following function > ClearDeltaBis function(Matrix){ for (i in 1:3) { for (j in 1:2) {if (is.na(Matrix[i,j])) NA->(Matrix[i,j+1])} } Matrix } it looks correct but when I try to implement it on the MatCor Matrix I get this error message >
2003 Apr 25
3
Code bug unresolved involving if condition
Hi R lovers! I am a beginner in coding with R so my question may be very easily solved but I don't know how. I have written the following function in a .txt file ClearDelta <- function(Matrix) { ncol<-ncol(Matrix);nrow<-nrow(Matrix); for (i in 1:nrow) { for (j in 1:(ncol-1)) {if (Matrix[i,j]==NA) (NA->Matrix[i,j+1])} }
2014 Mar 13
0
From Harouna Ouedraogo.
Dear Friend, STRICTLY CONFIDENTIAL, I am the Manager in charge of Auditing section of Societe Generale de Banques au Burkina (SGBB), I Hoped that you will not expose or betray this trust and confident that I am about to repose on you for the mutual benefit of our both interests. I need your urgent assistance in transferring the sum of Five Million
2018 Oct 31
2
nt status buffer too small
all result :) # ls -l /home/       --> on DC svad01 drwr-xr-x  4  root  root 4096 oct.  30 15:57 home drwr-xr-x  4  root  root 4096 oct.  30 15:57 profiles drwrwxr-x  4  root  root 4096 oct.  30 15:57 public drwr-xr-x  4  root  root 4096 oct.  30 15:57 services /etc/samba/smb.conf [global]   netbios name = svad01   realm = SITE.SOCIETE.LOCAL   workgroup = SITE   dns forwarder =
2018 Oct 31
0
nt status buffer too small
On Wed, 31 Oct 2018 14:29:50 +0100 Philippe Maladjian via samba <samba at lists.samba.org> wrote: > all result :) > > # ls -l /home/       --> on DC svad01 > > drwr-xr-x  4  root  root 4096 oct.  30 15:57 home > drwr-xr-x  4  root  root 4096 oct.  30 15:57 profiles > drwrwxr-x  4  root  root 4096 oct.  30 15:57 public > drwr-xr-x  4  root  root 4096 oct.  30
2018 Oct 31
1
nt status buffer too small
It's ok now. I restarted the setup with this documentation https://www.tecmint.com/install-samba4-active-directory-ubuntu/ . The problem was that pam was badly set and could not recognize samba users. For example: id Administrator, did not recognize by the user. Thank's *Philippe MALADJIAN Responsable informatique | administrateur système* Le 31/10/2018 à 14:47, Rowland Penny
2008 Jan 24
3
Maildir format, "From " in the first line
Hello, Using Dovecot's deliver MDA, all mails are stored with the line "From <sender> <date>" appended. When forwarding these mails as attachements, the recipients get the source code. When Postfix delivers emails directly in the Maildirs, this first line is not appended, and there is no problem when forwarding the mails. Why is this line appended by deliver ? Is
2008 Mar 08
0
[PATCH 1/1] : PCI detection code doesn't corrupt memory anymore (2nd try)
From : Erwan Velu <erwan.velu at free.fr> This patch fixes the pci detection stuff demo'd in pcitest.c32 - Fix a wrong type in malloc - Incorrect use of strdup - Replacing strncpy by strnlcpy (thx hpa) This two fixes makes pcitest.c32 working far better, no more crash when running it twice. I'd like to thank Sebastian Herbszt for its reports and tests. This patch was made for
2008 Mar 08
0
[PATCH 1/1] Fixing wrong offsets in dmi
On sebastian's request, I'm sending this patch. From : Sebastian Herbszt <herbszt at gmx.de> DMI code have some wrong offsets. This patch fixes this offsets and improve the grammar. Signed-off-by:Sebastian Herbszt <herbszt at gmx.de> -------------------------------------------------------------------------------- Les opinions et prises de position emises par le signataire
1998 Apr 22
1
1rst startup of samba
I have installed samba for the first time and I try to start it in a windows 95 environement. I started nmbd and smbd with the config file listed at the end of this mail (I remove all comment for clarity) I expect to use samba with the SHARE protocol of Windows 95 (No WINS) The new server (sdmpcsv02) is recognised by the other pc's but the can list the exported files The smbclient -L
2008 Mar 08
1
[PATCH 1/1] : PCI detection code doesn't corrupt memory anymore
From : Erwan Velu <erwan.velu at free.fr> This patch fixes the pci detection stuff demo'd in pcitest.c32 - Fix a wrong type in malloc - Incorrect use of strdup This two fixes makes pcitest.c32 working far better, no more crash when running it twice. I'd like to thank Sebastian Herbszt for its reports and tests. This patch was made for 3.62-pre16 but applies fine on 3.63-pre1.
2001 Mar 31
2
Configure Samba
Hi, Need you help on this question : 1) How to configure samba for Irix 6.5 (Samba version is 2.0.7 ) to connect to Windows 95 / NT 2) How to make SGI Irix share the printer which are connect to Windows 95 / NT (printserver) Thanks & regards - rosli -
2002 Oct 25
2
smbclient error - SUCCESS - 0
I use smbclient for - among other things - backing up all the windows clients to my DLT every night. I get errors like the following. 65808 ( 549.3 kb/s) \WINDOWS\SYSTEM\TDC.OCX 87097 ( 611.9 kb/s) \WINDOWS\SYSTEM\WMIDX.OCX 176400 ( 745.7 kb/s) \WINDOWS\SYSTEM\WMP.OCX 995 ( 28.6 kb/s) \WINDOWS\SYSTEM\LMSCRIPT.PIF 14390 ( 93.7 kb/s)
2015 Nov 04
1
samba4 server member of a samba 3 domain
Hi, I try to configure a samba 4.1.17 server member of a samba3.5.6 (ldap backend ) domain. i can mount the smb share on a windows client but i cant modify the acl. this is the samba server logs: create_canon_ace_lists: unable to map SID S-1-5-21-856890099-1868262392-538272213-2012 to uid or gid when i try to manually map SID to UID with wbinfo: wbinfo -S