search for: containig

Displaying 17 results from an estimated 17 matches for "containig".

Did you mean: containing
2013 Sep 22
2
Arcsine transformation
I am tryin to perform an arcsine transformation on my data containig percentages as the dep. variable. Does anyone have a code that I could use to do that? I am relatively new to R. Thanks for your help! -- View this message in context: http://r.789695.n4.nabble.com/Arcsine-transformation-tp4676706.html Sent from the R help mailing list archive at Nabble.com.
2002 Jul 29
2
Database-conversion
...ata in an Postgres-table. I can connect with Rdbi.PgSQL, that is no the problem. The problem is the NA-Values. No-data-values are coded as -9999 in the table. But when I extrct them with any SELECT-statement, the -9999-values are treated as normal vectors. How can I tell R not to fetch the datasets containig -9999-values? thanks for your help stephan -- Linux: the operating system with a CLUE... Command Line User Environment. -------------------------------------- Stephan Holl GnuPG Key-ID: 11946A09 ICQ# 117277975 -------------------------------------- -------------- next part ----------...
2007 Apr 06
5
Getting a dynamically generated elements dimensions
Ive posted this before, but unfortunately I still have yet to resolve it after numerous attempts... Here is the overview: populate a container element with some new html using Element.update and then retrieve the new dimensions of the containig element. Here is a bit of code snippet that I would think should work.. but doesn''t: ==== start snippet ==== <style> .bigBox { height: 100px; width: 200px; } </style> <script> var content = ''<span class="bigbox">hello world<...
2015 Jun 22
1
ldbrename strangeness
...rnames as cn. I would like to change the cn to the full name of the users. Doing it by hand is no problem: ldbrename -H /path/to/sam.ldb "cn=username,ou=users,dc=xxx,dc=yyy,dc=de" "cn=Full Name,ou=users,dc=xxx.dc=yyy,dc=de" Works like a charm. So I generated a shell script containig the other 200 users in the domain. One line per user. Same as above. Running it all I get is: rename of '"cn=username,ou=users,dc=xxx,dc=yyy,dc=de"' to '"cn=Full' failed - ldb_rename: invalid olddn '(null)' Seems that ldbrename is not getting the olddn. Bu...
2004 Jul 30
1
Command-line parsing bug?
Hi, There seems to be no way to scp a file containig ":" in its name, e.g., scp file-with-colon-in-its-name: user at localhost: results in err-msg: ssh: file-with-colon-in-its-name: Name or service not known Best regards, Tjavdar Tjavdar Ivanov Dept. of Mathematics, School of Engineering, J?nk?ping University, P.O Box 1026 : SE-...
2001 Mar 02
1
apply on data.frame does not work properly (PR#859)
Full_Name: Dr. Sergei Zuyev Version: 1.1.0 and 1.2.2 OS: Solaris Submission from: (NULL) (130.159.248.36) apply on data.frame with floats, factors and NA's does not work properly. Here is an example: I am searching for rows containig NA values. X1 <- c(1, NA) X2<-c("A","B") df<-data.frame(X1,X2) apply(df,1,function(x){any(is.na(x))}) # gives # 1 2 # FALSE TRUE # as it should # But: X1 <- c(1.5, NA) # float instead of natural df<-data.frame(X1,X2) apply(df,1,function(x){any(is.na(x))}) #...
2013 Feb 11
1
store variables in a for loop using get()
...in assigning values to existing data frames in R. I have a vector x containing the names of the data frames, which I create to store the results for each variable (a1,a2,a3) obtained in time series moving regressions. Thus, say, x=c('a1','a2','a3') Moreover, b is a vector containig unique dates of the points in time of the moving regressions. Thus, say, b=c('2012-11-30','2012-12-31') I create the data matrices in the following way: for (i in 1:(length(x))){ assign( paste(x[i]), matrix(NA,ncol=5,nrow=length(b), dimnames=list(paste(b), c('Esti...
2006 Apr 11
2
FreeBSD 6.0 panics - sbdrop
...s via ftp, http, rsync and cvsup (all local and remote). The system crashes periodically with a kernel panic (panic: sbdrop). The uptimes between two crashes are going from a few hours to a few weeks. The system is a i386, Intel Pentium 4 based with 512MB ram and a 3ware-7000 (twe) raid controller containig 1 raid 5 set with approx. 1.9TB. The kernel is a GENERIC kernel without changes of the config. These are the kernel dumps: Unread portion of the kernel message buffer: panic: sbdrop Uptime: 22h22m7s Dumping 503 MB (2 chunks) chunk 0: 1MB (159 pages) ... ok chunk 1: 503MB (128752 pages) 487 47...
2003 Feb 14
2
matrix from sequences
Hi all, I have a data frame with sequences of x and y from a map. I would like to know it both ways: 1. How to make a matrix from that; 2. how to make a data frame of all points in a map. Probably it is a silly question, but please tell me where to read about it or tell me how to do it. Miha Staut
2007 Mar 31
8
Problem with encoding (Umlaut: ü, ä...)
Hi there from Germany, I just installed and set up ferret and act_as_ferret for rails. All of them at the most recent version. The development environment is running fine with Mac OS X. But I got problems with the productive environment (debian). In the (mysql-)database are few records stored, containig german umlauts (? for example). Running a query for "k?ln" returns the correct record in dev-environment but NOTHING at the debian system. But the logs are looking good. It seems the word was correctly submited: Processing SearchController#result (for 127.0.0.1 at 2007-03-31 23:45:47) [P...
2004 Jul 28
1
Characters
Hi, I have this Samba server. I'm from Portugal, so my users give names to their files containig characters like ?, ? , ?, etc. >From the Windows point of view, everything is ok, but in the Linux filesystem, those characters became a real mess. The problem is that i need to record CDs directly on the server, and i have a good deal of file and directory names all messed up. I've alrea...
2010 Jan 04
0
HOW-TO on Samba4 Installation with dnsmasq
...dcs.heimatnetz.priv _ldap._tcp.gc._msdcs 192.168.100.1 _ldap._tcp.heimatnetz.priv _ldap._tcp 192.168.100.1 _ldap._tcp.dc._msdcs.heimatnetz.priv _ldap._tcp.dc._msdcs --- Of course, you must be very careful with any MS-specific entry containig an underscore ( _ ). Then the /etc/dnsmasq.conf file: --- interface=eth0 domain-needed bogus-priv filterwin2k dhcp-authoritative domain=heimatnetz.priv dhcp-range=192.168.100.200,192.168.100.250,12h dhcp-option=1,255.255.255.0 # Subnet Mask dhcp-option=3,192.168.100.3...
2014 Aug 22
0
Feedback: DNS workaround Samba 4 vs own zone files
...E as backend Added this on top of my zone file: $INCLUDE /var/lib/samba/private/dns/mydns.domain.zone (commented the original SOA record) followed by my existing A/AAAA/CNAME/MX records and didn't touch the file containing the matching PTR records at all. As the samba zonefile has hostnames containig underscores, I had to add: check-names master ignore; to named.conf.local. >From the present point of view it seems to work for the setups I am maintaining. I can join the new Samba Domain, create users/machines using MS tools etc. However, if someone can seen major problems arising from suc...
2016 Oct 01
5
[Bug 12305] New: --fallocate and --sparse works wrong
...ot; is copied. 3. If I specify both --sparse and --fallocate: Fallocate will win. see 1. 4. If I specify none of these flags: sparse/preallocate information will be lost on DST. This all is very sad. So, during synchronisation, rsync should send type of the each area, which should be on of: 1) containig user-data 2) sparse (contains zeroes) 3) preallocated (contain zeroes) And receiver should apply that information on target file. Note, that plain file may have preallocated space AFTER END OF FILE -- it is not a bug, and should be transferred. Also, receiver side may not handle all that feature...
2005 Jan 06
4
ices config problems
...t the right file is opened *** with google I found a completly different config file format which should be at: http://svn.xiph.org/icecast/branches/ices0/ices-libshout_2/doc/icesmanual.html the request for that file never ends...... but there is google's cache! phew! with this *OTHER* format containig the header: <?xml version="1.0"?> <ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices"> <ices:Playlist> the error is gone *** back to using playlist script: <ices:Playlist> <ices:Type>script</ices:...
2005 Feb 04
5
How to access results of survival analysis
Hello, it seems that the main results of survival analysis with package survival are shown only as side effects of the print method. If I compute e.g. a Kaplan-Meier estimate by > km.survdur<-survfit(s.survdur) then I can simply print the results by > km.survdur Call: survfit(formula = s.survdur) n events median 0.95LCL 0.95UCL 100.0 58.0 46.8 41.0 79.3 Is
2006 Mar 28
0
Problem with folder redirection and "guest user"
..." guest user (from session setup) not permitted to access this share (profdata)" See more of the log below. To further test this, I set "guest ok = yes" on the profdata share, and try to log in as the new user again. Now the new user can log in! The problem is that the folder containig the redirected folders (\\SOT01\profdata\umgrtest16) and all its content are owned by the user "nobody", and the group "Domain Guests". The home and profile folders and all their content are owned by umgrtest16.Domain Users. I am struggling with figuring out why I must set &qu...