search for: ojects

Displaying 19 results from an estimated 19 matches for "ojects".

Did you mean: objects
2008 Mar 06
1
can't merge zoo ojects and convert to ts (been trying for 2 days)
...r-28 10:00:00) (2004-Apr-28 11:00:00) (2004-Apr-28 12:00:00) (2004-Apr-28 13:00:00) 125 159 193 227 261 295 -- View this message in context: http://www.nabble.com/can%27t-merge-zoo-ojects-and-convert-to-ts-%28been-trying-for-2-days%29-tp15885132p15885132.html Sent from the R help mailing list archive at Nabble.com.
2003 Apr 07
2
Is it possible to have data stuctures like in C ?
I'am a very fresh R user and I'd like to know how I could create such structures. I saw R was objects-oriented but I can not find any doccumentation on about how to build my hown ojects. Thanks.
2006 Nov 10
2
Searching for pyvorbis docs
Hello everybody! I'am just leaning Python and wanted to write something useful for me, an recursive masstagger for ogg-vorbis files. My script uses pyvorbis 1.3 from the Debian testing tree. so far here is my Problem: The pyvorbis bindings aren't documented. As i understand the pyvorbis package, this is a simpe 1:1 mapping to libvorbis. dir(pyvorbins-oject) gives me an refernece to an
2003 May 13
1
How do I view hidden methods?
I'm using R 1.7.0 on Windows 2000. I'm a long-time user of R, but am experiencing frustration because I can't figure out how to view the function definition of a non-exported method. (I know I can go view the source code or the code in the library directory but I am trying to view the function inside the R environment. In particular, library(mva) biplot.princomp Error: Oject
2011 Oct 31
1
Question about copying reference objects using the initialize method
Dears, I have a question about copying reference objects using the initialize method. 1) If the latter has no arguments, there is no problem to copy an object. myClass = setRefClass("myClass", fields = list(value = "numeric") ) myClass$methods(initialize = function(...){ ? value <<- 1 ? callSuper(...) }) newObject = myClass$new() newObject$value = 2 copyObject =
2012 Feb 03
2
Assigning objects to variable and variable to list in a for loop
...s with names } I read something about assign(), but that assigns a value and not an object to a variable. Some time ago I did something similar but with a matrix: Thus I created an empty matrix before the loop and indexed the matrix inside the loop to assign values. But here it is about assigning ojects to variables and coercing these to a list. Any suggestions are mostly welcomme. Thank you, best regards, Johannes Radinger --
2002 May 07
6
What to do for ACL support?
Hi! I'm trying to setup samba 2.2.4 on MandrakeLinux 8.2. The server should act as a file storage for about 25 Windows 2000 clients. Setting up a "basic" server which just serves the files is easy. However, I'd also like to support NT ACLs on the Samba server. Well, what do I have to do, to get it to work? I'm using the Mandrake RPM for 2.2.4, which has ACL support
2009 Mar 05
1
documentation questions
You've answered my question 2 about why the manual was in odd order > R CMD check was more of a check of the latex version of the files, not > the final manual. I was looking at the result of R CMD check, and it was in random order (perhaps file date?), not just a different collation choice. Very odd. I will cease worrying about what I might have "done wrong". I omitted the
2006 Dec 05
0
How to join data.frames containing Surv objects?
Dear All, Trying to combine two data frames with identical structure by rbind() or merge() I cannot find a way to preserve the class of a Surv object (see example). Reading the help page for rbind, I an uncertain if I could expect that a Surf oject retains it's class, but I would wish it did. Thanks Heinz T?chler R version 2.4.0 Patched (2006-11-03 r39792) Windows XP library(survival) ##
2005 Jul 25
1
How to save the object of linear regression in file and load it later
Hi, I am using locfit for regression. After I do out = locfit(...), I want to save "out" in a file, and load it later for prediction. How should I do it? Thanks!
2007 Jul 28
0
[LLVMdev] Web Site Re-Design
On 27/07/07, Gabriel McArthur <madeonamac at gmail.com> wrote: > I offered to do the web site a couple of weeks ago. Life got in the > way temporarily, and it took me a long time to make it look the way > that I wanted and to make it look the same in IE6. Anyway, I wanted > to get some feedback on what I had done. Very nice and clean. A few comments: 1) The header looks like
2011 Jun 10
1
ldap backend failing
Hi, I have an ldap provider and consumer that appear to work correctly, EG, new users are sync'ed and a search on either server (ldapsearch -x -b 'dc=example,dc=com' '(cn=djohn)') returns an oject. However when an XP user attempt to connect to the consumer server the authentication fails: [2011/06/10 16:11:21, 0] lib/util_sock.c:write_data(1059) [2011/06/10 16:11:21, 0]
2003 Jan 24
4
memory problems
Hi I'm computing a bca interval using bca.ci from the boot package. When I try to use this I get an error > library(boot) > boot(logglm.data,boot.fishpower,2500,coef.vec=coeflm.vec)->blm8901 > bca.ci(blm8901,index=29) Error: cannot allocate vector of size 456729 Kb However my machine has 2GB of memory and without R running I only have 112M of memory used. Is there something
2000 Nov 02
2
RSPerl...
Duncan - (but sent to R-devel, for any other thoughts?) How do you envision RSPerl being used? Without having seen the details, I can think of playing with strings; is there a preferred incantation for stringification of R objects (serialization)? (actually, the main problem I'm having is that I know how I want to code something like: Robject <-
2017 Sep 24
0
gsDesign Pocock & OBF boundary
Still failed. The first secret is in your email program settings, to use Plain Text format (at least for emails you send to this mailing list). The second secret tool to use is the reprex package to let you verify that your code example will do on our computers what it is doing on your computer before you send it to us. That will also involve giving us some sample data or referencing some data
2017 Sep 24
2
gsDesign Pocock & OBF boundary
Sorry for messed up text. Here it goes again: I am learning to use the gsDesign package. I have a question about Pocock and OBF boundary. As far as I can understand, these 2 boundaries require equal spacing between interim analyses (maybe this is not correct?). But looks like I can still use gsDesign to run an analysis based on unequal spacing:? >
2007 Aug 10
2
available.packages (PR#9841)
Full_Name: Zivan Karaman Version: 2.5.1 OS: Windows XP SP2 Submission from: (NULL) (195.6.68.214) I think that I have encountered a bug in the function "available.packages" when using a local repository (file:// ) on Windows. Version information: platform i386-pc-mingw32 arch i386 os mingw32 system
2007 Jul 28
8
[LLVMdev] Web Site Re-Design
I offered to do the web site a couple of weeks ago. Life got in the way temporarily, and it took me a long time to make it look the way that I wanted and to make it look the same in IE6. Anyway, I wanted to get some feedback on what I had done. Some concerns: 1. SSI and JavaScript seem like overkill. Each subproject can have their own look and feel by overriding the CSS
2011 Dec 26
1
Another virt-p2v blew up
One day I'm going to run a virt-p2v that works to completion. But evidently not today. The source physical machine is Windows 2003. This one copied the whole system drive and then died at the end and deleted the virtual disk it made. Here is the top and bottom of the trace log file on the conversion server. If the email garbles what I'm pasting in below, I can email the log as an