similar to: Restricting R session

Displaying 20 results from an estimated 10000 matches similar to: "Restricting R session"

2011 Aug 03
3
Running R in a sandbox
Hello, The idea is to grant access of remote users to R running on Linux. Users must have ability to run their R scripts but avoid corrupting the operating system. How one can restrict/limit access of remote users to certain R functions? For example, dealing with IO (file system), graphical tools, etc. Thank you. -- Kind regards, Antonio Rodriges
2011 Jul 03
1
Isolines in vector format
Dear R users, I am working with netcdf data of NCEP/NCAR Climate Reanalysis. R does have capability to draw isolines using "contour". However, I need not to draw but to export contours in any vector format. Is it possible? Thank you.
2011 Feb 17
1
Looping Device unmounting problem
Dear All, I have created 252 loop devices in my system and i mounted few iso filses into loop devices .when i rebooting the system error showing "faild to umount " how can forcefully umount the loop device -- Thanks and Regards, -------------------------------------- Dixson Rodriges, Sr.Support Engineer, MoB:+91-9388534765,09249500533 Email: dixan23 at gmail.com,amdixan at
2011 Dec 20
0
trends for georeferenced spatial global grid
Hello, There is a task to derive a linear trend, for ex. 5 units/month for values located at the georeferenced global latidute-longitude grid. There are several grids corresponding to time steps, say for a month with 6 hour interval. Sure, one can create a loop and derive a trend value for each data point. Is there a better practice for this task to express it in a line or two or a dedicated
2020 Aug 11
2
Client shows incorrect message counts
Agreed? Is Mailmate an option for you? > On Aug 10, 2020, at 7:51 PM, John Stoffel <john at stoffel.org> wrote: > > > Antonio> Thanks a million for your insight. I believe this is the thread to which you refer: > > Antonio> https://dovecot.org/pipermail/dovecot/2019-October/117219.html > > Yes, that's the thread. It looks like it's an Apple
2020 Aug 10
2
Client shows incorrect message counts
Hi John, Thanks a million for your insight. I believe this is the thread to which you refer: https://dovecot.org/pipermail/dovecot/2019-October/117219.html <https://dovecot.org/pipermail/dovecot/2019-October/117219.html> > On Jul 30, 2020, at 5:48 AM, John Stoffel <john at stoffel.org> wrote: > >>>>>> "Antonio" == Antonio Leding <tech at
2004 Jun 04
1
Definition of Master problem
I have a small network with a Linux machine (named CONTEC) and a XP machine (named CELERON) If issue the command smbclient -L localhost -N Domain=[CONTEC] OS=[Unix] Server=[Samba 3.0.2-7.FC1] Sharename Type Comment --------- ---- ------- homes Disk Home Directories Aurat Disk Copia directory HP IPC$
2019 Feb 19
2
Cambiar el formato de datos
Después del "gather()" puedes hacer un "arrange()" que es una ordenación. Y dentro de "arrange()" le indicas la variable por la que ordenas (no hacen falta comillas)... Lo ordenará alfabéticamente. Saludos, Carlos Ortega www.qualityexcellence.es El mar., 19 feb. 2019 a las 13:47, Antonio Rodriguez Andres (< antoniorodriguezandres70 en gmail.com>) escribió:
2001 Sep 23
1
plot and lm (2)
Thanks for your reply Nassar. What I really want is to overlay (like add=TRUE) the plots 1 and 2. With plots "at the same screen" I meant overlaid and not one beside the other, i.e., only one plot with all the points (1 to 10) in blue (or any other color), the points 5 to 9 in red and a regression line from points 5 to 9. Best regards, Antonio Olinto ----- Original Message -----
2017 Jun 08
2
add_model paquete modeval
No Carlos la limitación está en la función add_model porque si utilizo randonForest fuera de esa función no existe limitación en el número de categorías de la variable de clasificación. He escrito al autor de modeval y espero también su respuesta. Además he probado a dejar el modelo con dos categorías y la función no da error. Un cordial saludo, Juan El 08/06/2017 a las 13:39, Carlos
2008 Aug 20
3
bug in lme4?
Dear all, I found a problem with 'lme4'. Basically, once you load the package 'aod' (Analysis of Overdispersed Data), the functions 'lmer' and 'glmer' don't work anymore: library(lme4) (fm1 <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy)) (gm1 <- glmer(cbind(incidence, size - incidence) ~ period + (1 | herd), family = binomial, data
2003 Apr 25
1
unix-filenames do not translate
Hello list, I have problems displaying certain UNIX-files in samba. For example if I have a file named like this: ABNAHMELEHRE??????,PP272140019???,*,??,?,Z,?000,IBK,Y414019253751.model or BAUTEIL ,A21133321?2202,*, , ,Z, 000,IBK,F633302719552.model samba shows dos-like names as follow: Abnah~2s.mod and Baute~1m.mod Is there any way in telling samba to display
2007 Jul 24
3
mocha tarballs don''t uncompress cleanly
Hi Antonio, My environment is OS X 10.4.8. Thanks a lot for looking into the problem. Please let me know if I can do anything to help. I have had problems previously with tar including Mac resource fork files. Could this be what is causing your problem? James. On 24 Jul 2007, at 20:42, Antonio Terceiro wrote: > Hi James, > > First of all, thanks for mocha, it''s a really
2019 Feb 19
2
Cambiar el formato de datos
> gather(pobla, key = year, value = totpop, year60:year63) Country year totpop 1 Afghanistan year60 8996351 2 Albania year60 1608800 3 Algeria year60 11124888 4 Andorra year60 13411 Gracias Carlos Antonio On Tue, 19 Feb 2019 at 12:54, Carlos Ortega <cof en qualityexcellence.es> wrote: > Sí, tienes varias formas. > > Mira la función
2017 Sep 24
2
predict y tree
Gracias Carlos miraré el fix y en su defecto intentaré mandar un mensaje al autor. De todas las maneras espero que alguien lo pruebe en windows 10 Saludos, Juan El 24/09/2017 a las 20:32, Carlos Ortega escribió: > Hola Juan Antonio, > > Acabo de instalar "tree" en Mac OSX y no aparece este error... > > > shuttle1 <- shuttle[254:256, ]  # 3 missing cases >
2007 Dec 20
3
mle
Dear all, I'm trying to estimate the parameters of a special case of a poisson model, where the specified equation has an integral and several fixed parameters. I think that the MLE command in STATS4 package could be a good choice, but it's a little complicated. I've got some problems with the offset and I don't understand some of the functions. Do you know where can I find some
2009 Mar 25
1
mvtnorm package
Dear all, I would like to ask information about the package mvtnorm in R. It is very useful for me the "qmvnorm" comand, but I see that it can compute only quantile for equicoordinate. Is it possible to have a curve (or a set of values) if we don't want equicoordinates? Thank you Best regards Antonio. -- Antonio Lucadamo, Dipartimento di Scienze Economiche e Metodi Quantitativi
2009 May 04
1
ellipse
Dear all, I'm using the ellipse package and I would like to verify if the confidence region that I build with this package can be equivalent to an Union Intersection Test. I used different value for the t-statistic but I can not find the right equivalence. Does someone know how to choose the right value? Thanks a lot. Antonio -- Antonio Lucadamo, Dipartimento di Scienze Economiche e
2008 Mar 21
1
idea for GSoC: an R package for fitting Bayesian Hierarchical Models
Dear R developers, these days I'm working on some R code for fitting completely generic Bayesian Hierarchical Models in R, a la OpenBUGS and JAGS. A key feature of OpenBUGS and JAGS is that they automatically build an appropriate MCMC sampler from a generic model, specified as a directed acyclic graph (DAG). The spirit of my (would-be) implementation is instead more focused on experimentation
2009 Feb 02
2
logLik for poisson models
Dear all, I have a very basic question: how does the logLik function work for poisson models? Example: I simulate 20 observations from a Poisson distribution with mean 800. y <- rpois(20,800) model <- glm(y ~ 1, family=poisson()) logLik(model) I would like to know what's the exact formula the function logLik uses. I looked at ?extractAIC but I cannot sort it out. Can you please