Displaying 20 results from an estimated 800 matches similar to: "data in form of a date"
2007 Jul 25
1
if - else
Greetings,
I have some confusion with the use of if - else. Let's say I have a
four variables as follows:
Condition DateFound DateFirstEvent
DateSecondEvent
NA 10Jan2000 NA NA
0 05Jan2000 07Jan2000
10Jan2000
1 07Jan2000 07Jan2000
2009 Jun 15
4
reading Excel file
Dear all,
I was using older version of R (installed early). I install new version of R (R.2.9.0) but i could not find package "xlsReadWrite" to read Excel file. Is there any alternatives to read Excel file ?
I hope it should be.
I need help although it is minor querry.
Thanks in advance.
Sincerely,
Ram Kumar Basnet
Wageningen University,
The Netherlands
[[alternative HTML
2009 Feb 26
0
complex data summary
Dear All,
I am interested in using R to summarize data so that I can THEN do some
additional analyses using behavioral data.
I study birds, mostly, and often behavioral data that includes timing. So,
for example, each line may be the occurrence of some behavior, and it would
include identifiers for species, individual, date, time of observation and
the various behavioral observations that may
2005 Dec 19
4
Observing Ajax Requests?
Is it possible using scriptaculous/prototype to watch out for any
happening Ajax activity, and do something like show/hide a spinner gif
to indicate to the user that there is activity taking place in the
backgound?
Regards,
Michael
------------------------------------------
Michael Roper - Web Developer
WORLDWIDE ONLINE PRINTING AUST/NZ
[T 08 9350 2300] [F 08 9451 6048]
[E
2005 Sep 22
6
Autocomplete - setting a second value?
I''m using the autocomplete function, and need a way to grab a second
value from the ajax request... an example would probably speak better:
This is my HTML:
<input name="CustomerName" id="CustomerName" type="text" />
<div id="CustomerList"></div>
<input name="CustomerID" id="CustomerID"
2003 Feb 05
7
Winbind on HPUX 11, some small progress
Hi All,
Well, i've managed to enable some debugging in syslog, I had to put in
/etc/syslog.conf
;*.debug
on the syslog line.
So at least I have an error which is being returned into syslog from
winbind.
This is what I get from winbind
Feb 4 21:13:17 coastdr pam_winbind[20753]: Verify user `lonnie'
Feb 4 21:13:18 coastdr pam_winbind[20753]: user 'lonnie' granted acces
Feb 4
2005 Dec 28
6
Custom tooltip component?
I am looking to develop a custom tool tip component for a list of links.
...Which is kind of not that big a deal.
But, and this seems to be the tricky part, I also want to be able to
set/specify the interval threshold after which to display the tool tip. (and
by nature of "tool tip", don''t display if the mouse moves out during that
interval. etc)
Any suggestions?
Could
2005 Dec 16
1
Gem update error (Zlib::BufError)
Hi,
I''ve just run the usual gem update --include-dependencies in order to
update to 1.0 and I get the following error:
Upgrading installed gems...
Attempting remote upgrade of actionwebservice
Attempting remote installation of ''actionwebservice''
ERROR: While executing gem ... (Zlib::BufError)
buffer error
Subsequent attempts gives me the same error. Can anyone
2009 Jun 25
3
what happened to the xlsReadWrite package
A naive question: what happened to the xlsReadWrite package?
http://cran.r-project.org/web/packages/xlsReadWrite/
It says that it was removed from the CRAN repository. Are there any plans
for it be available again?
Thanks,
Andrew
[[alternative HTML version deleted]]
2003 Jan 27
19
Winbind on HPUX11, Totally Stuck, Please Help
Skipped content of type multipart/alternative
2010 Nov 25
1
Generalized linear models with categorical data
An embedded and charset-unspecified text was scrubbed...
Name: n?o dispon?vel
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101125/6e4fdccc/attachment.pl>
2007 Sep 01
2
[patch] sftp-server basepath [yet another]
Hi,
I made this simple path to make sftp-server restricted to a basepath!
This was done because use sshfs [wich base is sftp-server] to allow people
access medias [ cdrom,dvdrom, floppy, usb] from x-terms.
Those x-terms [ diskless] does not have all users, so we share a single user
and a DSA empty passphrase, with some acl scipts at .ssh/authorized keys.
Main usage of this patch is to NOT
2010 Nov 26
2
multivariate analysis
Hi
I have 1800 response variables to regress on two factors (latitude and age), what is the script to run all response variables at once instead of writing 1800 models?
Thanks
R.
________________________________________
L?hett?j?: r-help-bounces at r-project.org [r-help-bounces at r-project.org] käyttäjän Dennis Murphy [djmuser at gmail.com] puolesta
L?hetetty: 25.
2007 Mar 20
2
BETA testers for xlsReadWrite? (natively read/write Excelfiles)
Dear UseRs,
I have an update ready for the xlsReadWrite package. It runs my unit
tests just fine but there are quite a lot of changes and it would be
good if some other people could try it out before it will be submited
to CRAN. I won't have more time this week, but I hope to publish
xlsReadWrite at the end of next week and I will incorporate eventual
bugreports and/or (minor) suggestions
2006 Mar 17
3
can't load "geoR"
Dear R list,
I've just installed R and then followed the instructions to install the
package "geoR" from within R by using the following line of code:
install.packages("geoR", contriburl = "http://www.est.ufpr.br/geoR/windows")
This installed okay under the folder C:\documents and settings\ ...
But when I follow the instructions in the illustrative session
2005 Dec 13
1
bug in geoR (?)
I've enconuntered this problem with the last cran version of geoR:
> library(geoR)
> day <- rep(1:2, each=5)
> coords <- matrix(rep(runif(10),2), 10, 2)
> data <- rnorm(10)
> data[1] <- NA
> as.geodata(cbind(coords, data, day), realisations=4)
as.geodata: 1 points removed due to NA in the data
Errore in as.geodata(cbind(coords, data, day), realisations = 4) :
2008 Aug 31
2
smb_auth problem
Hi samba community.
I'm having a problem with the smb_auth authentication method. Everything
looks like normal, but everytime I try to use smb_auth it returns ERR.
I will show here some commands output to secure that all configuration is
correct, and if anyone can help me to investigate what's happend I'll
thanks.
I'm using: Debian lenny, updated.
ii samba 2:3.2.3-1
2003 Sep 30
2
non-linear trends in kriging model
Hi
I am struggling to fit a non-linear trend using the
likfit function in geoR.
Specifically I want a sigmoidal function, something
like SSfpl in the nls package to fit the trend. But
it seems trend.spatial in geoR only works with lm or
glm type models.
Any ideas how I can specify the model to calculate the
kriging parameters using REML, including the
parameters of a sigmoidal trend function
2005 May 06
4
Change class factor to numeric
I am attempting to develop a multiple regression model using selected
model variables that should all be treated as numeric (mostly real)
values.
However, R considers one specific variable "mass" automatically to be of
class "factor", probably because "mass" consists of integer values that
are repeated.
I now want to force R to treat "mass" as a numeric
2005 Oct 31
3
Applying a function to a vector
I have defined a function to compute the value of a
beta distribution of the second kind (the existing
beta distribution of th stats package is the beta
distribution of the first kind). It works perfectly
for a single value, but I want to apply it to a vector
of 22 000 values. I can use a loop for the calculation
of each value but it runs very very slowly.
So, what can I change ?
Hers's the