similar to: data.dump from S to R: no functions

Displaying 20 results from an estimated 100 matches similar to: "data.dump from S to R: no functions"

2009 Feb 18
14
guides on css strategy
I''m having to design the UI to a small site, and that means dabbling in css. I''ve never been able to get any kind of decent idea as to how to decide on classes and id-ing. I''ve had a sniff around the internet without success: people seem to be as clueless as me. I''ve even examined the css/markup of a few sites and it hasn''t been enlightening. Does
2009 Dec 03
1
S4 Classes, nested objects and references
Hi all, I'm currently programming my first complete package in S4. (thanks to Christophe Genolini for the nice introduction he wrote). I have an object "Data" with a number of slots. One of those slots is "meteo". Now "Meteo" is on itself a class with again a number of slots (like rainfall, temperature,..., you get the picture). I defined the slot
2004 Oct 24
2
openswan+shorewall+kernel 2.6.8 debian
I am trying to get a debian system with openswan 2.2 shorewall 2.1.11 + debian kernel 2.6.8 working together. I have read the documentation (IPSEC using Linux Kernel 2.6) and before I go and compile my own modules I would like to know if the standard debian kernel already has the Netfilter+ipsec patches and the policy match patches installed. Does anyone know? thanks Jim
2010 Aug 10
1
axis labels defaulting to scientific notation
The labels on the x-axis are defaulting to scientific notation no matter how small cex.axis is. How can I override scientific notation to get the labels to print out as specified? Here is the code (UNIT here is 0.0105): plot(xm,yv,log="xy",ylim=c(0.1,20)/UNIT,xlim=c(0.004,20)*UNIT,xaxt="n",t ype="n") axis(1,
2006 May 19
0
How to deal with missing data?
Hi All, This is a question not directly related to R itself, it's about how to deal with missing data. I want to build wind roses i.e. circular histograms of wind directions and associated speeds to look for trends or changes in the wind patterns over several decades for some meteo stations. The database I have contains hourly records of wind direction and speed over the past 50
2013 Oct 21
0
tr: Aggregate values in one dataframe into a list of vectors of different sieze
I just found out what I was looking for, aggregate did the trick: AggregatedList <- aggregate(data = Sample, Value ~ Name, list) Hope this will help someone else! Sartene Bel > Message du 21/10/13 ? 16h29 > De : sartene at voila.fr > A : r-help at r-project.org > Copie ? : > Objet : Aggregate values in one dataframe into a list of vectors of different sieze > > Hi
2018 Feb 02
1
How to trigger a resync of a newly replaced empty brick in replicate config ?
Hi, I simplified the config in my first email, but I actually have 2x4 servers in replicate-distribute with each 4 bricks for 6 of them and 2 bricks for the remaining 2. Full healing will just take ages... for a just single brick to resync ! > gluster v status home volume status home Status of volume: home Gluster process TCP Port RDMA Port Online Pid
2005 Jun 22
3
Howto crosstable-ing......
I receive the following meteo dataset regularly, containing the average daily temperatures (tMedia) of a certain month for 24 selected meteo-stations (COD_WMO) whose human-readable names are in (NOME). str(tabella) `data.frame': 1038 obs. of 4 variables: $ COD_WMO: int 16045 16045 16045 16045 16045 16045 16045 16045 16045 16045 ... $ NOME : Factor w/ 24 levels
2015 Mar 18
0
[PATCH 1/2] mllib: allow external_command to return on nonzero return value
This is useful for probing probing for cache files such as: external_command ?ignore_error:(Some true) ~prog "ls .cache/something.*" will return command output (matched files) on its success or empty list whenits exit code is other than 0 (there are no such files). --- mllib/common_utils.ml | 15 ++++++++++----- mllib/common_utils.mli | 2 +- 2 files changed, 11 insertions(+), 6
2007 Jan 18
1
Changing the contents of installation cd so as to include a new kernel
Hi, I have CentOS 4.4 with me. I want to change the default kernel during installation, from 2.6.9 to 2.6.15. I got myself a copy of vmlinuz and initrd.img from the RHEL AS 4.0 installation cd and copied it as vmlinuz-rhel and initrd-rhel.img respectively into the isolinux folder on the CentOS cd. I changed isolinux.cfg so that it would boot into my kernel. I then made a fresh new ISO and tried to
2003 Sep 15
0
Problem with Windows XP clients
I'm having problems with Windows XP clients losing connections to the Samba server and also, connecting very slowly. Getting the following error in the logs: [2003/09/05 08:47:02, 0] lib/util_sock.c:read_data(436) read_data: read failure for 4. Error = Connection reset by peer This error is only generated by the Windows XP machines. The Windows 98 boxen work fine. Here's the details
2003 Oct 24
1
Scan() question
I am just beginning to use R 1.7.1 on Windows XP and can not do a simple scan of a .txt file with integer data separated by tabs. First I figured out that I need to open a connection to the file (which isn't mentioned in scan()). But now when I scan, I get "Read 0 items". What can I do? Janice [[alternative HTML version deleted]]
2008 Jan 16
1
Non linear regression with 2 explanatory variables
Hello! I want to do a non-linear regression with 2 explanatory variables (something like : length ~ a * time * exp( b* temperature)), having a data set (length, time, temperature). Which function could I use (I tried nls but I think it doesn't work) Thanks a lot! Janice
2008 Jul 03
2
Relative Mortality Risk second part
Hi everyone, We are looking for some data sets working with relative risk mortality. so, someone know where can I find the data.mgus dataset and the data.mgus? Using 1384 records from Minnesota. This data set are used in the : Robert A. Kyle, Terry M. Therneau, S. Vincent Rajkumar, Janice R. Offord, Dirk R. Larson, Matthew F. Plevak, and L. Joseph Melton III. A long-term study of prognosis in
2011 Feb 12
1
existing performance data for on-disk dedup?
Hello. I am looking to see if performance data exists for on-disk dedup. I am currently in the process of setting up some tests based on input from Roch, but before I get started, thought I''d ask here. Thanks for the help, Janice
2004 Dec 06
1
Gam() function in R
Unfortunately that's not really an R question. I recommend that you read up on the statistical methods underneath. One that I'd wholeheartedly recommend is Prof. Harrell's `Regression Modeling Strategies'. [BTW, there are now two implementations of gam() in R: one in `mgcv', which is fairly different from that in `gam'. I'm guessing you're referring to the one
2008 Dec 10
1
Registry problem when loading RMySQL
Hi all, I am exploring the possibility of using R in my meteorological verification project. I have installed R on my Windows (XP) desktop machine and have also installed the RMySQL and verification packages. However, I run into problems when I try to load RMySQL. I get the following error: Error in fun(...) : MySQL is not installed according to a Registry search Error : .onLoad failed in
2012 Apr 06
1
Compatibility problem with R-2.9.0 and R-2.14.0
Hello all, Using classical glm function with binomial family, I experienced a problem when using predict() over a glm object. I found that family objects built on R-2.14.0 contain elements like : .Call(C_logit_link,...) But on R-2.9.0, the object C_logit_link can not be found. Instead, this prior version used to call more simply : .Call("logit_link",...) which causes no problem. Is
2007 Nov 23
0
Winter Sea
Winter Sea Incredible Red Sea Riviera! Dive''s paradise with crystal water and fluo fish. Tourist''s paradise with modern hotels and smailing beaches. Description cannot explains this wonderful place. Take a look to my photos. http://www.peogio.net/marrosso/ (photos, maps, info, meteo, etc.) Happy holidays! PEO from ITALY www.peogio.net
2012 Apr 29
2
Wine 1.41 and mscan meteo fax
Hello, I'm trying to run mscan meteo pro v2.0 under wine on linux mint 12. I'm getting the below error. Anyone offer any suggestions? $ winedbg mscan.exe > WineDbg starting on pid 0023 > fixme:event:wait_for_withdrawn_state window 0x2003a/3200001 wait timed out > 0x7b85af43: movl %edi,0x4(%esp) > Wine-dbg> > thanks, John