similar to: equiv of inspect ?

Displaying 20 results from an estimated 2000 matches similar to: "equiv of inspect ?"

1999 Dec 02
1
problem with par(fig=value)
hello all, I want to draw a figure with multiple plot on the same page using the par(fig=value) parameter but > par(fig = c(0, 50, 60, 95)/100, adj = 5/10) > eboulis(iris.acp) > par(fig = c(45, 100, 60, 95)/100, mgp = c(3, 1/2, 0)) > boites(iris.acp) draw the graphics on 2 different pages. what am I doing wrong ? thanks for your help. Mathieu [using R 0.65 under Linux Redhat
2002 Sep 19
0
logsnip -- sorry, not much detail
I'm not sure what this means, but it references BUGS.txt as if the information may be of use. I'm not in the position to diagnose further. smbd didn't die totally, but the process reporting this is not my main smbd. My main smbd is at 5000 something, and is still up. This was a child process of some sort. I imagine this may be because I upgraded my openssl recently. After
1999 Nov 08
1
can't read datasets from MASS library
Hello R users, Sorry if this is a dumb question but I'm new to R under Windows (NT) and I can't access datasets from V&R's MASS library : > library(MASS) > attach(UScrime) Error: Object "UScrime" not found > ls() character(0) but I get all the functions...Have I missed something ? Any help would be appreciated. Thanks, Mathieu --
1999 Oct 06
1
R graphics & lyx
hello all, I get problems including graphics from R (0.64) into lyx (1.0.2). I don't understand the difference between .eps and .ps but I think the problem must be here. Does anyone can help ? thanks, Mathieu -- ----------------------------------------------------------------------- Mathieu Ros - 13 rue beviere - 38000 GRENOBLE - 04 76 491 370
1999 Jun 02
0
__setfpucw
I'm trying to install R on a linux RedHat5.2. when I 'make', here is what's happens : ../lib/libunix.a(system.o): In function `main': /home/mathieu/R-0.62.4/src/unix/system.c:489: undefined reference to `__setfpucw does anyone know the solution ? thanks. *-----------------------------------------* ¦ mathieuros at bigfoot.com ¦ ¦ Maitrise d'ingenierie
1999 Jul 07
1
Linear Models with positive coefficients?
Hi, is it possible in one of the libraries on linear methods to constrain the coefficients to be positive? Thanks Chris -- Christoph M. Friedrich | mailto:friedrich at computer.org Gesellschaft f?r Modulfermenterbau mbH (GfM mbH) | http://www.tussy.uni-wh.de/~chris Alfred-Herrhausen Str. 44 ; D-58455 Witten, Germany
2003 Nov 03
2
problem building MS-Windows package under linux
hi there, trying to follow the steps of Yan & Rossini 2003, I have two problems : first when I 'make CrossCompileBuild', I get : ****************************************************************************** make[1]: Entering directory `/home/ros/RWORK/CROSSSOMP/WinR/R-1.8.0/src/gnuwin32' make -f Makefile.docfiles make[2]: Entering directory
1999 Jul 26
1
Logistic regression with coef>0
Hi, recently I saw but did not pay too much attention to a question that concerned regression with positive coefficients. In Splus, thereis the nnls() function that can be used if I am not wrong, but what about R ? Now I have the same problem: doing a logistic regression under constraint that coefs are non negative. What can I do with R? is there a (weighted) nnls() counterpart available? Thanks
2001 May 07
2
postscript problem
hello all, when trying to produce a plot with the following code postscript("g6-5000-0705-b.ps") par(mfrow=c(4,1)) for (i in 1:4) { somc<-cumsum(betaC[,i])/c(1:N) plot(somc,ylim=c(min(somc),max(somc))); } dev.off() I get a postscript file g6-5000-0705-b.ps, but if I try to open it with ghostscript, or to convert it to pdf, I get the following error : Error: /invalidfont in
1999 Dec 01
0
problem installing R 0.90
hello all, when running ./configure in my [new] R-0.90 directory, the process stop at the following step : (...) checking whether g77 and gcc agree on int and double... can anybody tell me what's the problem (I believe it is due to g77 but what can I do?) thanks, Mathieu I'm using Redhat 6.0 on a Intel P90 -- ----------------------------------------------------------------------
1999 Dec 08
0
eps->jpg
hello all, is there a way to convert R graphics (eps format) to jpg from a R function ? thanks for your help, Mathieu -- ---------------------------------------------------------------------- Mathieu Ros - 13 rue b?vi?re - 38000 GRENOBLE - 04 76 491 370 http://www.multimania.com/mathieuros/index2.html DESS ing?nierie math?matique (biostatistiques) Universite Joseph Fourier, Grenoble
1999 Nov 09
0
plrc()
I'm actually 'translating' the S-PLUS package multidim to R and I wonder what is the equivalent to the plrc() function under R. I need it to plot the correlation circle (rough translation from french, hope this means something...) for the plot.acp() function but can't find out any help on it . any help would be appreciated. Mathieu (thanks to T. Lumley for the data() help...)
2000 Jan 12
0
design()
hello all, Is there an equivalent in R to S-plus design() function, which creates an object of class "design" ? why this funcion isn't implemented (I mean, is there a special reason) ? also, where can I find documentation about .Internal ? thanks, Mathieu -- ---------------------------------------------------------------------- Mathieu Ros - 13 rue b?vi?re - 38000 GRENOBLE -
2001 Dec 07
2
Help for Linear Discriminant Analysis
Dear colleague, I'd like to compute linear discriminant analysis, using R. In the book Modern applied statistic with Splus (Venables & Ripley, p. 396), lda function is used. Could you tell me where I can find this function? At what site, can I download this library ? Thank for your help. Best Regards Sovan ---------------------------------------------------------------- Prof. Sovan
2002 Jun 19
1
I don't see links in my home
Hello everybody, Is it normal that I don't see links in my unix box ? I run samba 2.2.2 and solaris 8 Regards and thanks you for your help Jean Frontin * team system I. R. I. T. UMR 5505 * University Paul Sabatier * phone (33) 561 55 63 03 118, route de Narbonne * fax (33) 561 55 62 58 31062 Toulouse cedex 04 * e-mail frontin@irit.fr FRANCE
2008 Nov 12
2
smaba &ldap
Hello, I am running a samba 3.0.32 under fedora core 9. I only try to authenticate users against a ldap server. Of course this server knows the encrypted password as microsoft does. I entered the ldap password using smbpasswd to query into the ldap. After this, I just obtain a message like "you don't have rights to ...". What errors do I make ??? Any ideas will be appreciated
2006 Apr 04
0
Date bug?
Hello, I have problems using the functions as.Date and strptime/strftime of base package and some functions of package zoo in my computer (Apple, Mac OS X 10.3.9). When I use them, the R application closes... However, it depends on the length of the vector I want to transform. For example, in the data.frame: climat[c(1:5,1460:1462),] date TEMP_STG PRECIP_STG 1 01/01/01
2000 Feb 02
0
No subject
I am using the rw0901 version of R and I fail in reading large files. Actually, I really dont know how to extend the memory. Does somebody knows? Louis FERRE D?partement de Math?matiques et Informatique Equipe GRIMM |Laboratoire de Stat et Proba Universit? Toulouse Mirail |Universit? Paul Sabatier 5, all?es Antonio Machado |Ade:lferre at cict.fr 31058 Toulouse Cedex
2013 Apr 26
2
Can a column of a list be called?
Hello Everyone, I would like to know if I can call one of the columns of a list, to use it as a variable in a function. Thanks in advance for any advice! Jana -- Jana Makedonska, B.Sc. Biology, Universite Paul Sabatier Toulouse III M.Sc. Paleontology, Paleobiology and Phylogeny, Universite de Montpellier II Ph.D. candidate in Physical Anthropology and Part-time lecturer Department of
2006 Feb 20
2
glmmPQL model selection
Hi, I’m sorry, I know that it is a recurrent question but I have not been able to find the response in the Rhelp archives. I think my data require the use of the glmmPQL function but I do not know how to make the model selection. Since the AIC and log-likelihood are apparently meaningless, how can we select the parameters for a model and compare the models to find which one fits best the data?