search for: poggio

Displaying 12 results from an estimated 12 matches for "poggio".

2008 Jul 02
3
variable as part of file name
Dear all, sorry for this very basic question, but I did not find any good example yet. I would like to set up a variable that can be recall later to substitute a part of a file name. As example: var_filename = as.name("aaa") jpeg("var_filename.jpg") plot() dev.off() It would be very useful in order to avoid to change manually many strings. I guess it is possible, but I did
2007 Nov 14
2
geotiff calculations
Dear list, I have to compare two digital elevation models in raster format (geotiff). I then have to calculate the differences in altitude for each cell and make some statistics (basic as mean, median, std, range but also more "advanced" as RMSE) on that. I do not know very much how to proceed: 1) is it possible to import the geotiff in R? If so with which package? if not which is the
2010 Sep 24
7
help
...e. Veo que algo está mal con la distribución de los grados de libertad, ¿Qué es lo que tendría que odificar para resolver el problema? ¿Están mal elegidos los efectos aleatorios? ¿Tendría que usar otra formulación del modelo u otro modelo? Muchas gracias a todos Saludos Santiago -- Santiago. L. Poggio Ing. Agr., Dr. CONICET - Cátedra de Producción Vegetal Departamento de Producción Vegetal Facultad de Agronomía Universidad de Buenos Aires Av. San Martín 4453 (C1417DSE) Buenos Aires ARGENTINA
2008 Jun 13
3
cluster.stats
Dear list, I just tried to use the function cluster.stat in the package fpc. I just have a couple of questions about the syntax: cluster.stats(d,clustering,alt.clustering=NULL, silhouette=TRUE,G2=FALSE,G3=FALSE) 1) the distance object (d) is an object obtained by the function dist() on my own original matrix? 2) clustering is the clusters vector as result of one of the many clustering methods?
2004 Jul 15
2
Samba LDAP Problem
Dear Lists, I try to configure Samba as PDC LDAP backend with Linux-Suse-9.1 and smbldap-tools form www.idealx.org, I follow guide from SMB-3 by Example book. Step by step installation and configuration came with no error. except i couldnt join w2k workstation to the new domain with administrator account. # /var/lib/samba/sbin/smbldap-usershow administrator dn:
2005 Nov 08
1
Output glm
Hello, How can I obtain the likelihood ratio of a Poisson regression model? Regards. _____________________________________________ dr. Marziliano Ciro Facolta' di Economia Universita' degli Studi di L'Aquila p.zza del Santuario, 19 67040 Roio Poggio, L'Aquila tel.: 0862 434836 fax: 0862 434803
2005 Apr 14
1
maildir creation
...conf .... default_mail_env = maildir:/var/vmail/%d/%n/Maildir .... There is a way to create automatically maildir for users? Thanks all. -- Renzetti Federico System/Network Administrator RedHat Certified Engineer Fabaris S.r.l. Tel. +39 0765 22181 - Fax +39 0765 410100 Via G. Mameli, 90 02047 Poggio Mirteto (RI) Filiale: Viale dell'Universit?, 25 00185 Roma (RM) www.fabaris.it
2004 Jun 23
0
Files and directories permissions AND Administrator account
...problem with Administrator account When Administrator log on a client he has not privilege to do anything else a normal user...... Sorry for our english and thanks in advance.... Renzetti Federico System/Network Administrator RedHat Certified Engineer Fabaris srl via Goffredo Mameli, 90 02047 Poggio Mirteto (RI) Tel. 076522181 Fax 0765410100 www.fabaris.it
2012 Oct 03
1
patch download?
Is the primary difference between the current version download (e.g., 2.15.1) and the "patched" download of these R files that the patched files have NOT been verified? Please confirm and thanks! [[alternative HTML version deleted]]
2008 Aug 10
1
R function, sink() and empty file
Dear all, I wrote a simple script in order to put together some functions and method to be executed on various files I am trying to have to possibility to call the script changing few parameters in order to use the different files. I succeeded partly using the function method. However in my script I call the sink() function in order to output the results to a .txt file. When using the function the
2008 Oct 19
2
R-square in robust regression
Hi there, I have just started using the MASS package in R to run M-estimator robust regressions. The final output appears to only give coefficients, degrees of freedom and t-stats. Does anyone know why R doesn't compute R or R-squared and why doesn't give you any other indices of goodness of fit? Does anyone know how to compute these in R? Sophie -- View this message in context:
2008 Nov 07
0
x axe values
Dear list, I have to draw a simple plot. On y axe some numerical values that correspond to various categories on axe x. The table I am reading looks like: cat Obj1 Obj2 Obj3 max 23 27 34 ave 21 25 32 min 19 23 30 In order to avoid that the first column is reordered alphabetically I used: (found here http://tolstoy.newcastle.edu.au/R/help/06/09/33808.html) a <- as.character(table$cat)