search for: ufre

Displaying 20 results from an estimated 61 matches for "ufre".

Did you mean: fre
2009 May 28
3
String replacement in an expression
Dear R-experts, I need to replace in an expression the character "Cl" by "Cl+beta" But in the following case: form<-expression((Cl-(V *ka) ) +(V *Vm *exp(-(Clm/Vm) *t))) gsub("Cl","(Cl+beta)",as.character(form)) We obtain: [1] "((Cl+beta) - (V * ka)) + (V * Vm * exp(-((Cl+beta)m/Vm) * t))" the character "Clm" has been
2006 Mar 28
2
TukeyHSD for repeated measures aov ?
Hi all, I search the archive for finding a simple solution for using TukeyHSD with a multistratum aov result (a repeated emasure anova). The Question have been asked but I've found no clear answer. res<-aov(y~Fa*Fb+Error(Subject/(Fa*Fb)) ) I think that the problem is that res is an aovlist object instead of the "aov" object required by TukeyHSD. Is there an easy solution to
2003 Mar 27
0
need help with samba server
...ck on Test 7. when I run "smbclient //bigserver/tmp" I get prompted with a password. when I type in my root password (I'm doing all this in root) I get a message saying "session setup failed: NT_STATUS_LOGON_FAILURE" . Then I tried with "smbclient //bigserver/tmp -Ufred" and typed in the password for fred, I still get the same error. Also I can get to public,"smbclient //bigserver/public" if I don't enter any password, but when I try with -Ufred and enter the password I get the same error. my smb.conf [global] debug hires timestamp = yes...
2016 Feb 13
1
dual head question
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bonjour, I have two monitors and an nvidia graphic card. I uses the nvidia proprietary driver from rpmfusion and have configured the system to use the twinview option. I need to load an icc profile for each screen (they are not exactly the same) and this seems to be impossible under this configuration.... Am I right? So I changed my config:
2014 Dec 05
2
Changing self test date
Le Thu, 4 Dec 2014 08:42:37 -0500 Charles Lepple <clepple at gmail.com> ?crivait: > On Dec 4, 2014, at 5:30 AM, Frantz de Germain <frantz at info.univ-angers.fr> > wrote: > > > Hello, > > > > does any one know how to change the date of the self tests on APC UPSes ? > > I'd like to be able to choose the day and the hour so that it happens at >
2014 Dec 04
2
Changing self test date
Hello, does any one know how to change the date of the self tests on APC UPSes ? I'd like to be able to choose the day and the hour so that it happens at office hours, in case of any problem... I've tried to do this by launching a test at a convenient time, but the self tests still occurs at the previous date and hour :-( Regards. -- Frantz de Germain D?partement Informatique UFR
2014 Dec 16
4
interrupt pipe disabled
Hello, I'm testing an APC SMT3000RMI2U connected to an USB port with Nut 2.7.2. I've got the message : "interrupt pipe disabled (add 'pollonly' flag to 'ups.conf' to get rid of this message)" I've been looking for "pollonly" in the usbhid-ups man page, but it didn't help me. Could someone explain me what does this means exactly ? What are
2002 Jul 15
1
ReInstalling packages
Hello, I just have upgraded from Mandrake 8.1 to 8.2 and installed R 1.5.1. I now try to reinstall all the packages but get the following error (for the multiv package for instance) : /usr/bin/ld: cannot find -lreadline collect2: ld returned 1 exit status make: *** [multiv.so] Erreur 1 ERROR: compilation failed for package 'multiv' The readline library is under /lib on my system and I
2010 Dec 23
2
a simple question for a newbie
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bonjour, I would like to setup a minimal linux samba server on my private lan: share the /tmp directory on the server, and share any printers plugged to the server. I would like that access to these two shares will be possible without any password from any windows computer on the lan. Up to now, I have some password problem which I don't
2018 Oct 04
2
Bug : Autocorrelation in sample drawn from stats::rnorm (hmh)
Hi Hugo, I've been able to replicate your bug, including for other distributions (runif, rexp, rgamma, etc) which shouldn't be surprising since they're probably all drawing from the same pseudo-random number generator. ?Interestingly, it does not seem to depend on the choice of seed, I am not sure why that is the case. I'll point out first of all that the R-devel mailing list is
2018 Oct 04
2
Bug : Autocorrelation in sample drawn from stats::rnorm (hmh)
Hi Hugo, I've been able to replicate your bug, including for other distributions (runif, rexp, rgamma, etc) which shouldn't be surprising since they're probably all drawing from the same pseudo-random number generator. ?Interestingly, it does not seem to depend on the choice of seed, I am not sure why that is the case. I'll point out first of all that the R-devel mailing list is
2008 Oct 26
1
Installing windows drivers into print$ on OS X 10.5 Leopard
...1 fred domainadmins 135248 Oct 26 01:43 PS5UI.DLL -rw-r--r-- 1 fred domainadmins 26056 Oct 26 01:43 PSCRIPT.HLP -rw-r--r-- 1 fred domainadmins 792644 Oct 26 01:43 PSCRIPT.NTF -rw-r--r-- 1 fred domainadmins 470608 Oct 26 01:43 PSCRIPT5.DLL osxserver:W32X86 root# rpcclient localhost -d3 -Ufred%password -c 'adddriver "Windows NT x86" "genericps:PSCRIPT5 .DLL:DEFPRTR2.PPD:PS5UI.DLL:PSCRIPT.HLP:NULL:RAW:PSCRIPT.NTF"' added interface ip=192.168.223.13 bcast=192.168.223.255 nmask=255.255.255.0 lp_load: refreshing parameters Initialising global parameters pa...
2005 Dec 07
1
Dots argument in apply method
Hello everyone, I'm working on a package using S4 classes and methods and I ran into the following "problem" when I tried to create an "apply" method for objects of one of my new classes. I've found a way around the problem but I wonder if I did not paint myself into the corner. I'd like your opinion about that. So I have an object "myObj" of class
2005 Sep 23
4
books about MCMC to use MCMC R packages?
Dear list users, I need to learn about MCMC methods, and since there are several packages in R that deal with this subject, I want to use them. I want to buy a book (or more than one, if necessary) that satisfies the following requirements: - it teaches well MCMC methods; - it is easy to implement numerically the ideas of the book, and notation and concepts are similar to the corresponding R
2014 Dec 16
0
interrupt pipe disabled
Le Tue, 16 Dec 2014 15:36:29 +0100 Frantz de Germain <frantz at info.univ-angers.fr> ?crivait: > Hello, > > I'm testing an APC SMT3000RMI2U connected to an USB port with Nut 2.7.2. I've > got the message : > > "interrupt pipe disabled (add 'pollonly' flag to 'ups.conf' to get rid of this message)" > > I've been looking for
2014 Dec 17
0
interrupt pipe disabled [APC SMT3000RMI2U]
Le Tue, 16 Dec 2014 20:38:50 -0500 Charles Lepple <clepple at gmail.com> ?crivait: > On Dec 16, 2014, at 9:45 AM, Frantz de Germain <frantz at info.univ-angers.fr> wrote: > > > Bye the way I just realize that I can't retrieve the ups.load, among other > > thing :-( > > To the best of my knowledge, Microlink is not supported by any third-party tools
2014 Dec 18
0
Changing self test date
Le Fri, 5 Dec 2014 10:07:33 +0100 Frantz de Germain <frantz at info.univ-angers.fr> ?crivait: > Le Thu, 4 Dec 2014 08:42:37 -0500 > Charles Lepple <clepple at gmail.com> ?crivait: [...] > > This forum post from 2013 suggests that an easy way is to change the UPS > > setting to "test at power on", then use a script (with NUT, you would run > >
2014 Dec 19
1
Changing self test date
On Dec 18, 2014, at 9:16 AM, Frantz de Germain <frantz at info.univ-angers.fr> wrote: > What is the difference between "test.battery.start.deep" and > "test.battery.start.quick" command (upscmd) ? The intent for the quick test is to only discharge the battery a little bit, whereas the deep test would discharge until the low battery threshold is reached (or the
2015 Jan 18
2
CentOS 6, CUPS and Canon printers problem
I was trying to get a new Canon laser printer LBP-7110CW to work with a CentOS 6 machine. It already has an older Canon multi-function laser MF-4720W which worked fine. Both printers are connected via wireless. The new printer works fine from a Windows machine. The web-based GUI can be accessed from the C6 machine without problem either. However, CUPS cannot "discover" the printer when
2018 Oct 05
0
Bug : Autocorrelation in sample drawn from stats::rnorm (hmh)
On Fri, Oct 5, 2018 at 2:07 PM hmh <hugomh at gmx.fr> wrote: > > On 05/10/2018 10:28, Annaert Jan wrote: > > you discard any time series structure; > But that is PRECISELY what a call a bug: > There should not be any "time series structure" in the output or rnorm, > runif and so on but there is one. > > rnorm(N,0,1) > should give on average the same