search for: rno

Displaying 12 results from an estimated 12 matches for "rno".

Did you mean: no
2007 Sep 21
2
duplicated names and values
Dear list, I am sorry about this simple question, but somehow I can not figure out how to solve my problem, may be you could help? I have a vector mir3: > length(mir3) [1] 220671 >head(mir3) rno-miR-30c rno-miR-30c rno-miR-30d rno-miR-30e "ENSRNOT00000049288" "ENSRNOT00000049288" "ENSRNOT00000049288" "ENSRNOT00000049288" rno-miR-145 rno-miR-145 rno-miR-379 "ENSRNOT00000049288"...
2013 Aug 27
6
Scale of axis for two data sets
Hi, Kbytes RSS rNo 2689632 1450876 1433788 2689632 1450876 1433788 2689632 1450876 1433788 2689632 1450876 1433788 2689632 1450876 1433788 2689632 1450876 1433788 2689632 1450876 1433788 2689632 1460168 1443084 plot(data$rNo,data$RSS,pch=0,type="b",col=36,axes=FALSE, ylab="", xlab="&quo...
2012 Jan 02
1
sm.density.compare - a lot of curves
Dear all, Let say I have a sets of numbers: rno1 = rnorm(1000) rno2 = rnorm(1000) If I write request as follow: sm.density.compare (rno, rno3, xfit=min(rno), max(rno2)) why I receive a lot of curves in my plot, while I have only two data sets? regards Przemek -- View this message in context: http://r.789695.n4.nabble.com/sm-density-compare-...
2012 Mar 10
1
Generating abnormal returns in R
...", "VOD.L" , "DPB.BE" , "REP.MC" , "RWE.BE" , "AGN.AS" , "FTE.PA" , "EAD" , "LGEN.L" , "CNP.PA" , "ULVR.L" , "TKA.BE" , "RIO.L" , "NOK" , "SGO.PA" , "RNO.PA" , "VIE.PA" , "BAYN.DE" , "SAN.PA" , "DG.PA" , "SSE.L" , "GSK.L" , "EN.PA" , "LYB" , "MLSNP.PA" , "IBE.MC" , "EURS.PA" , "AH.AS" , "VIV.PA" , "TIT.MI"...
2008 Oct 09
1
Error when reading a SAS transport file
...Page 696 ADMIN PAGER numeric 0 0 0 0 Page repeat 696 ADMIN CT_RECID character $ 40 0 $ 40 0 for merge with notes and flags 696 ADMIN RNO numeric 4 0 0 0 Randomisation number 696 ADMIN SAF numeric NOYESZF 0 0 0 0 696 ADMIN ITT numeric NOYESZF 0 0...
2018 Jan 15
3
Fwd: Re: Sysvolreset
...icy ... Unable to update user policy successfully. The following errors for found: Group Policy was not processed. Windows was unable to apply the settings registry-based policy for the LDAP Group Policy object LDAP://CN =User,cn={AED3AF6A-D79E-436F-B63A-158BEC3E80B7},cn=policies,cn=system,DC=interno ,DC=XXXX,DC=XXXX,DC=br.. Group Policy settings will not be reso this event is not resolved. View event details for more information about the path name and path of the file that caused the failure. Unable to update computer policy successfully. The following error s were found: Group Policy was n...
2018 Jan 15
0
Fwd: Re: Sysvolreset
...user policy successfully. The following errors for > found: > > Group Policy was not processed. Windows was unable to apply the settings > registry-based policy for the LDAP Group Policy object LDAP://CN > =User,cn={AED3AF6A-D79E-436F-B63A-158BEC3E80B7},cn=policies,cn=system,DC=interno > > ,DC=XXXX,DC=XXXX,DC=br.. Group Policy settings will not be reso > this event is not resolved. View event details for more information > about the path name and path of the file that caused the failure. > Unable to update computer policy successfully. The following error > s...
2018 Jan 11
2
Sysvolreset
Hello, copying idmap is fairly straightforward. 1) on your first DC (that one that has PDC FSMO, and is the source for rsync) create backup of idmap.ldb tdbbackup -s .bak /path/to/samba/private/idmap.ldb it will create idmap.ldb.bak 2) stop samba service on second DC 3) copy idmap.ldb.bak from first dc to second dc, lose the .bak suffix and just copy it over idmap.ldb on second dc 4)
2017 Oct 11
0
changing "," to "." in data.frame
...e > discussion > > http://r.789695.n4.nabble.com/How-to-replace-all-commas-with-semicolon-in- > a-string-tt4721187.html#a4721192 > > so copying the code of Ulrik(I hope:-)) I tried > > (making some data) > > AX <- > data.frame(a=chartr(".",",",rnorm(5)),b=chartr(".",",",rnorm(5)),c=rnorm(5)) > > > library(plyr) > > adply(AX, 2, function(x){ > if(!is.numeric(x[[1]]){ > gsub(",", ".", x[[1]]) > }else{ > x[[1]] > } > }) > > and got the unwelcome error > > Error...
2017 Oct 11
6
changing "," to "." in data.frame
...quot;," instead of "." and found the discussion http://r.789695.n4.nabble.com/How-to-replace-all-commas-with-semicolon-in-a-string-tt4721187.html#a4721192 so copying the code of Ulrik(I hope:-)) I tried (making some data) AX <- data.frame(a=chartr(".",",",rnorm(5)),b=chartr(".",",",rnorm(5)),c=rnorm(5)) library(plyr) adply(AX, 2, function(x){ if(!is.numeric(x[[1]]){ gsub(",", ".", x[[1]]) }else{ x[[1]] } }) and got the unwelcome error Error: unexpected '{' in: "adply(AX, 2, function(x){ if(!is.n...
2003 Dec 01
0
No subject
...different samba versions (2.0.10 and 2.2.1a) on different HP-UX nodes with different patchlevels, compiled with gcc and HP cc. They all give these errors as soons as i enable 'locking' or 'posix locking': [2001/08/09 15:17:18, 3] lib/util.c:(1326) fcntl_lock: fcntl lock gave errno 46 (No locks available) [2001/08/09 15:17:18, 3] lib/util.c:(1347) fcntl_lock: lock failed at offset 4294901760 count 65535 op 9 type 2 (No locks available) [2001/08/09 15:17:18, 3] locking/posix.c:(708) posix_fcntl_lock: lock failed at offset 4294901760 count 65535 op 9 type 2 (No locks avai...
2004 Jun 03
0
Problems regarding permissions for active directory users.
Hi, I managed to get Samba 3.0.4 running on FreeBSD together with Heimdal Kerberos and winbind to authenticate users against our active directory. As a Windows XP client access the shares, their username and group is successfully checked (I know this from smbstatus), but I cant seem to be able to set the permissions right. For example, for a public share, I want the group Domain Users