similar to: Introduction to R (S) [in German]

Displaying 20 results from an estimated 3000 matches similar to: "Introduction to R (S) [in German]"

2001 Oct 18
2
Parsing for list components
How do I parse an identifier of a list component, e.g. mylist$mycomponent or mylist[[1]] ? Parse does not do the job, e.g. parse(text="mylist$mycomponent") returns an expression with just one term, instead of "mylist", "$", "mycomponent". What I need is a way to extract the list name (e.g. "mylist"), given an identifier of a component.
2000 Mar 29
5
Porting R
I am trying to get R 1.0 running on the Mac. The main target is MacX. Anyone else working on that? For the recent Macintosh system, I am trying to compile R using MachTen. The R core compiles and runs without any changes, using the Unix make files. The libraries give some problems, presumably due to handling of shared libraries. It seems I am missing something to link. Before I spend my time
2000 Jun 26
2
Data.frame query
I think I have a data.frame called "statlab". > is.data.frame(statlab) [1] TRUE and I can perform summary, dim, ... but when I try > attach(statlab) Error in attach(statlab) : attach only works for lists and data frames I am using > version _ platform i686-unknown-linux arch i686 os linux system i686,
2005 Jun 28
3
dragdrop straaange behavior
hi there first thanks for thoose neeto things :) got a question couse i cant figure it out: i made a supersimple demo for the drag event: http://noomik.net/test/drag.html works so far, but: if i remove the code between line 20 and line 27 (in the drag.html) it won''t work any more and i get an javascript error in the dragdrop.js in line 311 saying drag has no properties. any
2004 Aug 29
2
restarting a server
A question, althought it is not strictly samba pertinent: I have some Win2k server that offers dial-in to local users. Today all stopped working, but the ones using linux ... However these are not sufficient, so i ask here [since it is probable many people have win2k hosts around) - how to , logging in the win2k server with ssh, restart RAS ? Of couse i can use only CLI programs ... at woest ...
2004 Sep 10
2
debianizaton
Dear sirs, I think it would be nice to include debianization into CVS tree because it would help Debian users and couse no harm to others. Respectively, Severny Morskoy.
2011 Apr 05
2
Problem with conversion array of strings to array of arrays of integers
Hi Is it possible to convert array like this ["0", "1", "2", "1,2", "3", "1,3", "1,2,3,4,5,6,9"] to this [[0], [1], [2], [1,2], [3], [1,3], [1,2,3,4,5,6,9]] (all should be int) Any help will be very appreciated couse I''ve really stucked with this. Thanks in advance, Bartek Iwaszkiewicz -- You received this
2004 Jan 28
2
some problems with samba 3.0.2rc1
Hello list, I upgraded from Samba3.0.1 to Samba3.0.2rc1 and got now following problems: LaserJet printers 6MP (sorry, we have no other LaserJet printermodels) now couse the application to crash. With Samba3.0.1 there was no probem with that kind of Printers. I use the RPM's from ftp.sernet.de for SLES8. Printingsystem is CUPS, with raw printing and serverbased printerdrivers. Has anyone
2019 Jul 09
1
CTDB Samba 4.10 example?
Hi there, I use Samba 4.9 since its releaseday and also had some troubles first due to the lack of informations in the wiki. Anyways... after some try & error i got it working and since i run the Cluster (non-production environment) had no errors except CTDBs monitoring of the Samba process did'nt work as i would expect it (RPC-Server was dead but CTDB did'nt complain and "ctdb
2008 Feb 01
2
RAID Hot Spare
I've googled this question without a great deal of information. Monday I'm rebuilding a Linux server at work. Instead of purchasing 3 drives for this system I purchased 4 with intent to create a hot spare. Here is my usual setup which I'll do again but with a hot spare for each partion. Create /dev/md0 mount point /boot RAID1 3 drives with 1 hot spare Create two more raid setups
2004 Sep 10
2
nice idea
some times ago i was playing with coding, shannon theoremes and other stuff, i have tried without success to compress audio wave, and i have notice that simply oversampling audio material enacnhe a lot compression ratio i only take awav file, oversampled it by 20 tiimes and then compressi it using pkzip or rar. i don0't remember if i also do a CONSTANT PREDICTION, iony know that pkzip and
2005 Aug 17
4
accesing slots of S4 class in C code
I am trying to use a custom S4 object in my C code and I cannot get the access to its slots working. The following is a toy example, but even this crashes. In R I have: setClass("pd", representation(data="numeric")) x <- new("pd", data=1:5) test <- function(pd.obj) { res <- .C("TestFun", pd.obj) res} test(x) (Of couse
2005 Nov 03
4
typo in browse.pkgs
See below. gs. Error in browse.pkgs("CRAN", "binary") : couldn't find function "avaliable.packages" Your version of R is up to date > browse.pkgs function (repos = getOption("repos"), contriburl = contrib.url(repos, type), type = getOption("pkgType")) { if (.Platform$GUI != "AQUA") stop("this function
2006 Sep 05
1
What about MS06-040
Hi, I have some problem with computer browser and Net Logon. I suspect the MS-patches named MS06-40 (921883). http://www.microsoft.com/technet/security/Bulletin/MS06-040.mspx Could anyone confim if this patches couse problem or not. Actually I use samba 3.0.21c and I would like to know if samba 3.0.23c could resolve problem. thanks St?phane Purnelle
2011 Jun 01
1
about postfix
Hi, Thank you all at first. I've downloaded and installed postfix from CentosPlus couse i needed the MySql support version of postfix, but i need to know if i've could have problems if any new version it's been released from the official mirror of the same pack, how can i handle the updates, witch the best way?. Thank you so much again. -------------- next part -------------- An
2004 Aug 06
1
The GPL and Speex
Speex: I am creating a closed-source projec that implements the Speex library into the application. According to GPL, as freedom in code, my project has to be open-source to use code from open-source project; Speex. Basically, all I ask is special permission into using Speex into a closed-source application. Not to forget, you will, of couse, be credited in the About box. Reply if your
2004 Sep 10
1
debianizaton
>> I think it would be nice to include debianization into CVS tree >> because it would help Debian users and couse no harm to others. JC> I am OK with that, though I don't know how practical it is. JC> I'll leave it up to Matt (the debian package maintainer). It seemed to be very simple. Just ask Matt to move his activities upon debianization directly to CVS. It
2011 Oct 13
1
Can I use lm() to fit more than one response and more than one variables in single expression
Dear All, Can I use lm() to fit more than one response in single expression. e.g data is a matrix of these variables R1 R2 R3 X1 X2 X3 1 2 1 1 2 3 Now i wnat to fit R1~X1 R2~X2 R3~X3 in turn, and I don't want to do it use loops of couse it it easy to make it using loops,but the proceed is very slow since the data is very big Can't anybody give me some tips or help, my eamil:
2007 Mar 19
2
Using native Dlls from original Win2000
Hallo Short Question: How can I tell wine to use for all missing or native Dlls the win2000-Directory on the other mounted harddisk. I don' want to copy these files arround. I have a backup from Windows if something screws up. And second question, how can I remove completly the winebrowser-functionality. I want to use ie6 in wine couse the application I use want this browser and his
2007 Mar 16
2
Duplicated non contiguous element in a list
Hello, Given a vector I would like to rapidly identify duplicated non contiguous elements. Given for example c(1, 1, 2, 3, 2, 4, 5, 6, 4) I would like to get: FALSE FALSE TRUE FALSE TRUE TRUE FALSE FALSE TRUE In fact I need to check this on the columns of a matrix! I can do that of couse with loops but is there any function already available? Thanks