similar to: Loading some function at R startup

Displaying 20 results from an estimated 100 matches similar to: "Loading some function at R startup"

2011 Jan 16
3
ODD ODD ODD stuff!!
Egregious, look what just happened few minutes ago while opening up my program and running the scripts > A<-read.table("C:\\Documents and Settings\\ + me\\Desktop\\TESI\\generale.txt",head=T) Errore: non trovo la funzione "read.table" #CAN'T FIND read.table FUNTION!!!??? ARE WE ok??? > > B<-read.table("C:\\Documents and Settings\\ +
2009 Apr 30
1
URGENTE
Sto imparando ora ad utilizzare R. Ho un problema: devo caricare i dati da un file xls creato da me, utilizzando la funzione "read.xls" produce il seguente errore: Errore in xls2csv(xls, sheet, verbose = verbose, ..., perl = perl) : Unable to read xls file 'indagineUSA.xls'. Errore in file.exists(tfn) : argomento 'file' non valido Cosa c'è che non va? La directory
2007 Apr 04
1
gpclib library
Hi all, I'm tring to download the gpclib library but I don't find it in the old repository install.packages(c("gpclib"), dependencies=TRUE, repos="http://cran.cnr.berkeley.edu/") Avviso in install.packages(c("gpclib"), dependencies = TRUE, repos = "http://cran.cnr.berkeley.edu/") : argument 'lib' is missing: using
2007 Nov 27
2
max() and min() functions not found
Dear List, I just installed R 2.6.1 (on Win2K) and I get a strange error in functions min() and max(): > min(1:3) Errore in .Internal(min(..., na.rm = na.rm)) : nessuna funzione interna "min" which, as you may have guessed, means 'no internal function "min" '. The same happens for max(). Maybe this is a bug in the new release, or maybe I'm missing
2001 Oct 15
1
Crash of RGui under Windows 2000 (PR#1131)
Full_Name: Davide Fiaschi Version: R 1.3.1 and 1.2.3 OS: Windows 2000 Submission from: (NULL) (131.114.67.164) When I try to start RGUI, it generates an error in application and R chashs. (NOTE: R worked very well with trial version of Windows 2000!) Here is the (not very informative form me) Dr Watson's report: Exception dell'applicazione: App: (pid=1140) Ora:
2004 Sep 20
3
montecarlo simulation
Hy! I would like to know how run a montecarlo simulation with R. Thank you!!!! Francesca Matalucci __________________________________________________________________ Accesso Internet Gratis per utenti Excite! Attivalo subito! http://www.excite.it/hitech/accesso Il Mio Excite. Personalizza la tua Home page Excite come vuoi tu! http://www.excite.it AAA/Relazioni. Sfoglia gli annunci e trova la
2003 Jun 07
0
New cdr_mysql.c
Hi. here is a brand new cdr_mysql . Is based on the previous one, but with lots of changes, so I include here the whole file, not a patch. What I've changed: added new fields, in order to reflect cdr csv : * call start time * call answer time * call end time * call unique id Changed the table structure to reflect cdr.h lengths. Added some (a lot?) sanity checks, to be sure to insert
2006 Jul 06
0
problema con i test automatizzati
ciao a tutti.     come al solito, sto andando avanti a piccoli passi nel creare l''applicazione depot del libro "Sviluppare Applicazioni Web con Rails". Ora mi trovo nella fase di creazione dei test automatizzati. Ma c''è una cosa che proprio non capisco: Ho la seguente classe in ~/depot/test/unit/product_test.rb require File.dirname(__FILE__) +
2012 Aug 12
0
[robertot@redix.it: Please confirm your message]
Could a clueful list admin take this d00f off the list... robertot@redix.it ----- Forwarded message from robertot@redix.it ----- Date: Sun, 12 Aug 2012 18:34:56 +0200 (CEST) From: robertot@redix.it To: jhellenthal@dataix.net Subject: Please confirm your message This message was created automatically by mail delivery software (TMDA). Your message attached below is being held because the
2004 Oct 29
1
Interfacing R_project from program languages
Hello, I need an information: is it possible to call the statistical R_project funtions from a C or Fortran application? In the r_exts.pdf manual I found that is possible to interface R-project with compiled C/Fortran routines, but I didn't found anything about the opposite situation. Thanks in advance Giovanni Colombo CESI spa - Funzione Informatica e Automazione Via Rubattino 54 - 20134
2014 Jan 23
0
Trouble automatic changing local machine account (manual join work!)
[ I'm not subscribed to that list, so please put me on CC; i will read reply on the web interface, but please... ] Setup: a domain (PASIAN) that is using samba3 (2:3.5.6~dfsg-3squeeze11) across two routed network, eg, a main network on 10.27.0.0/16 that have the PDC and the BDC, and a slave network on 10.99.0.0/16 that have another BDC. All ?DC use ldap (openldap) as the backend, and every
2014 Jan 28
0
windows netlogon error 3224: Manual join works, automatic renew of machine account not, probably unrelated error netlogon_creds_server_check falied.
[[ I've sent that email on list some days ago, with a different subject. No one reply. I was not clear? Please, help me, or give me at least some hint... ]] [ I'm not subscribed to that list, so please put me on CC; i will read reply on the web interface, but please... ] Setup: a domain (PASIAN) that is using samba3 (2:3.5.6~dfsg-3squeeze11) across two routed network, eg, a main
2010 Mar 08
1
why this function does not run correctly?
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100308/a80f5468/attachment.pl>
2007 Jun 22
2
multiple return
Dear User, what's the correct way to obtain a multiple return from a function? for example creating the simple function: somma <- function (a, b) { c <- a+b return (a, b, c) } when I call it, it runs but returns the following output: > somma(5, 7) $a [1] 5 $b [1] 7 $c [1] 12 Warning message: return multi-argomento sono deprecati in: return(a, b, c) i.e. multi-return is
2010 Jan 21
1
use R from python
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100121/95fb8869/attachment.pl>
2008 Apr 14
2
Problems with nil object
Hi to all. I''ve a very big problem. I know this can seem very loing, but please, try to read it. I have a simply blog, with posts and their comments. I''ve two tables in my db, posts, with post id, text and comments_count to store the number of comments-children of each post (as recomanded to do in AWDWR); and the table comments, with comment id, post_id for the post
2009 Dec 04
0
Logarithm interpolation
Dear all, i want to know if in R exist a method that give a logarithm interpolation of a two columns of dates. I try to do the lm of logarithm of the dates: a<-lm(log(vettore)~log(as.numeric(pippo2[3,]))) but this is a linear correlation and not that i want..... thanks giuseppe
2015 Jan 12
0
Libvirt save problem
Hi list, i use a centos 7 as virtual host with two guests with windows 2012 standard ( as storage i use RAW files). My problem is that sometime during the bakup my server reboot without leaving information in the log files ( /var/log/messages ). The backup does this steps: 1) Save the state of the virtual guest ( with the command "virsh save " ) 2) Make a snapshot of the filesystem (
2015 Jan 12
0
Lvm snapshot problem
Hi list, i have an error when i do an lvm snapshot. The error is like this when i use the command "/sbin/lvcreate -L20G -s -n <snapshot> /dev/vgraid/vm" : *semid 5013504: semop failed for cookie 0xd4d23a8: incorrect semaphore state* * Failed to set a proper state for notification semaphore identified by cookie value 223159208 (0xd4d23a8) to initialize waiting for incoming
2008 Feb 18
0
Fw: r package
help ----- Original Message ----- From: Vito Ricci To: Alexandre Lerch Franco Sent: Monday, February 18, 2008 8:59 AM Subject: Re: r package Please send a message to R-help mailing list. Regards. Vito Ricci Se non ora, quando? Se non qui, dove? Se non tu, chi? Personal Web Space: http://vr71.spaces.live.com/ ----- Messaggio originale ----- Da: Alexandre Lerch Franco