search for: crit

Displaying 20 results from an estimated 6925 matches for "crit".

Did you mean: scrit
2005 May 18
2
R -SQL
Hello, I've got a problem in a sql query! for(j in 1:length(criteria$Title)) { graphe_par<-sqlQuery(channel,"select q.type,crit.Title, r.Value from criteria crit, reply r,question_reply qr, question q, question_criteria qc, form_question fq where qr.reply=r.ID and qr.question=q.ID and qc.question=q.ID and crit.ID=qc.criteria and fq.question=q.ID and...
2004 Jan 23
1
Problem with hasArg() using R-files
Please do give reproducible example. The code you gave, which you claimed `works correctly' doesn't: > SDT.Optim <- function(crit = NULL, Hess = F) + { + q <- length(par); x <- data + if(hasArg(crit)) + cat("\n Crit present\n") + else + cat("\n Crit not present\n") +...
2009 Jul 10
2
IF STATEMENTS
Hello, I am working on using if statements. What is the error message telling me here and how do I correct for it? I have tried various combinations of quotes. Thank you. Sincerely, Mary A. Marion #Find critical values crit<-function(n,alpha,type) { if (type==twoSided) { alpha2=alpha/2 tL<-qt(alpha2,n-1) tU<-qt(1-alpha2,n-1) } if (type==Lower) { tL<- -9999 tU<-qt(1-alpha,n-1) } if (type==Upper) { tL<-qt(alpha,n-1) tU<- 9999 } criticalValues<-c(tL,tU) round(criticalValues,3)...
2013 Feb 28
1
help for an R automated procedures
...1 corrected attach(sp1.loc1) #Dealing with NAs: install.packages("mice", dependencies = T) #ok (R at: home & work) library(mice) imp <- mice(sp1.loc1) sp1.loc1 <- complete(imp) summary(sp1.loc1) #jaust checking... No more Nas! attach(sp1.loc1) #Detecting univariate outliers z.crit <- qnorm(0.9999) subset(sp1.loc1, select = id, subset = abs(scale(v1)) > z.crit) subset(sp1.loc1, select = id, subset = abs(scale(v2)) > z.crit) morfo[47,6] sort(v2[taxoc=="loc1"]) #the nearest observation close to 32.00 is 25.10 sp1.loc1[,6][sp1.loc1[,6]==32.00]<-25.10 subs...
2015 Jun 17
2
CentOS 7 + Dell Latitude E6420 laptop = thermal shutdown
...ility before, but I'll give it a shot. I setup a short loop to append the output of /usr/bin/sensors to a log file and then call 'sync' just after. This is the last entry just before the system shut down: > acpitz-virtual-0 > Adapter: Virtual device > temp1: +25.0?C (crit = +107.0?C) > > nouveau-pci-0100 > Adapter: PCI adapter > temp1: N/A (high = +95.0?C, hyst = +3.0?C) > (crit = +105.0?C, hyst = +5.0?C) > (emerg = +135.0?C, hyst = +5.0?C) > > coretemp-isa-0000 > Adapter: ISA...
2013 Jul 27
1
GeForce 8800GT fan control
...h but I want more control over it. It is too loud and it was quieter with the blob. Maybe the temps are too high to make it quieter. # echo 1 >/sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/i2c-6/6-002e/pwm1_enable # sensors fam15h_power-pci-00c4 Adapter: PCI adapter power1: 89.28 W (crit = 95.01 W) k10temp-pci-00c3 Adapter: PCI adapter temp1: +32.4 C (high = +70.0 C) (crit = +70.0 C, hyst = +67.0 C) adt7473-i2c-6-2e Adapter: nouveau-0000:01:00.0-2 in1: +3.00 V (min = +0.00 V, max = +2.99 V) +3.3V: +3.27 V (min = +0.00 V, max =...
2013 Oct 29
1
[LLVMdev] Non-deterministic behavior when using LoopInfo pass in LLVM
...ecutive tests the number of loop headers was different. Does anybody know if this behavior is correct? If so, I would like to know the logic behind this pass. Thanks, Raphael Ernani P.S.: Here is the output (a similar variation occurs when I run my pass without -mem2reg, -instnamer, and -break-crit-edges): raphael at ubuntu:~/llvm-3.3/projects/test-suite/SingleSource/Benchmarks/Stanford/Output$ opt -mem2reg -instnamer -break-crit-edges -load MyModule.so -my-counter -stats Oscar.linked.rbc -f >/dev/null ===-------------------------------------------------------------------------===...
2004 Sep 01
3
coercing a string naming to a variable name and return value
...t, all other part being equal. I would like to compute a operation on a subset these variables and parse them in turn. the data frame "basin.param" contains columns called ratio1, ratio2, ratio3... in each of these ratios I want to retain only values above 0. This could be put like this crit<- which(basin.param$ratio1 > 0) basin.param$ratio1[crit] + basin.param$val[crit] OK, so what if I want to increment from ratio1 to ratio3 automatically and return the value of the variable represented by the string? (does this make sense?) # Create the variable name for (i in 1:3){ string.v...
2012 Sep 02
1
glmulti runs indefinitely when using genetic algorithm with lme4
...lem is when I tell it to use the genetic algorithm: babs <- glmulti(y~a*b*c, level = 2, fitfunc = lmer.glmulti, random = "+(1|x)", method = "g") It just keeps running indefinitely and the AIC does not change: After 19550 generations: Best model: y~1 Crit= 161.038899734164 Mean crit= 164.13629335762 Change in best IC: 0 / Change in mean IC: 0 After 19560 generations: Best model: y~1 Crit= 161.038899734164 Mean crit= 164.13629335762 Change in best IC: 0 / Change in mean IC: 0 After 19570 generations: Bes...
2015 Jun 17
0
CentOS 7 + Dell Latitude E6420 laptop = thermalshutdown
...; > I setup a short loop to append the output of /usr/bin/sensors > to a log file and then call 'sync' just after. > > This is the last entry just before the system shut down: > > > acpitz-virtual-0 > > Adapter: Virtual device > > temp1: +25.0?C (crit = +107.0?C) > > > > nouveau-pci-0100 > > Adapter: PCI adapter > > temp1: N/A (high = +95.0?C, hyst = +3.0?C) > > (crit = +105.0?C, hyst = +5.0?C) > > (emerg = +135.0?C, hyst = +5.0?C) > > > &...
2012 Sep 24
4
Overriding variables.
..., and every single time the variables either become unset (undefined) or are set to the value of the first if statement. Here is my current iteration of failure. warn_real is always equal to processorcount, no matter if I override it or not. class nrpe::load ($warn = ''UNSET'', $crit = ''UNSET'') { package { nagios-plugins-load: ensure => installed } if $warn == ''UNSET'' { $warn_real = $processorcount } if $crit == ''UNSET'' { $crit_real = $processorcount * 2 } file { "/etc/nagio...
2009 Apr 28
1
[macosx] improving quartz & Aqua Tk behaviour outside of RGui
Hello, On Mac OS X, certain Aqua/Quartz UI functionality requires an application to be launched from within an app bundle, or (alternatively) requires a Carbon application with a resource fork. Playing with the wxWidgets distribution, I discovered that it is quite easy and transparent to make such a Carbon app from (I guess) any command line application. When applied to the R executable called
2009 Apr 28
1
[macosx] improving quartz & Aqua Tk behaviour outside of RGui
Hello, On Mac OS X, certain Aqua/Quartz UI functionality requires an application to be launched from within an app bundle, or (alternatively) requires a Carbon application with a resource fork. Playing with the wxWidgets distribution, I discovered that it is quite easy and transparent to make such a Carbon app from (I guess) any command line application. When applied to the R executable called
2015 Mar 02
4
Quota and ldap
Content maildirsize : cat Maildir/maildirsize 0S 181243879 2032 19202 1 14239 1 31954 1 Le 02/03/15 14:21, Juan Bernhard a ?crit : > El 02/03/2015 a las 10:01 a.m., Jean-Fran?ois S?n?chal escibi?: >> now dovecot -n give >> >> protocol lmtp { >> mail_plugins = " quota" >> postmaster_address = jf at marche.be >> } >> >> But nothing change >> >> in g...
2004 Nov 24
3
T-test syntax question
Hi. I'd like to do a t-test to compare the Delta values of items with Crit=1 with Delta values of items with Crit=0. What is the t.test syntax? It should produce a result like this below (I can't get in touch with the person who originally did this for me) Welch Two Sample t-test data: t1$Delta by Crit t = -3.4105, df = 8.674, p-value = 0.008173 alternative hy...
2014 Aug 31
2
[PATCH envytools] nvamemtiming: Handle target < initial case when iterating values
On 31/08/2014 16:19, Christian Costa wrote: > Le 31/08/2014 16:11, Martin Peres a ?crit : >> On 31/08/2014 16:01, Christian Costa wrote: >>> Le 31/08/2014 15:12, Martin Peres a ?crit : >>>> On 31/08/2014 15:00, Christian Costa wrote: >>>>> Otherwise some values are not tested at all. >>>> I would rather have a warning than the prog...
2014 Aug 31
1
[PATCH envytools] nvamemtiming: Handle target < initial case when iterating values
Le 31/08/2014 17:18, Christian Costa a ?crit : > Le 31/08/2014 16:23, Martin Peres a ?crit : >> On 31/08/2014 16:19, Christian Costa wrote: >>> Le 31/08/2014 16:11, Martin Peres a ?crit : >>>> On 31/08/2014 16:01, Christian Costa wrote: >>>>> Le 31/08/2014 15:12, Martin Peres a ?crit : >>>...
2007 Jul 17
1
fit a nonlinear model using nlm()
...he model being fit: The observer is trying to detect a signal corrupted by noise. On each trial, the observer gets stim=signal+rnorm(). In the simulation below I have 500 trials. Each row of stim is a new trial. On each trial, if the cross-correlation between the stim and the signal is above some criterion level (crit=.5 here), the observer says "signal" (resp=1), else he says "no signal" (resp=0). So the situation is this: I know resp and stim for each trial. I would like to estimate crit and signal from these. (You might say that I already know the signal and crit. But the...
2019 Mar 13
4
Unable to set quota-fs plugin
...1 0 0 root -- 3575932 0 0 65814 0 0 #1003 -- 0 0 0 1 0 0 Thanks and regards, - Eric Grammatico _/) 13 mars 2019 10:54 "Aki Tuomi" <aki.tuomi at open-xchange.com> a ?crit: > Can you ensure that quota actually works on your system? Do the aquota files exist? > > Aki > >> On 13 March 2019 at 11:41 Eric Grammatico via dovecot <dovecot at dovecot.org> wrote: >> >> Thanks Yassine, >> >> My / is mounted from /dev/vda1 wi...
2009 Apr 12
3
p-values from bootstrap - what am I not understanding?
Dear stats experts: Me and my little brain must be missing something regarding bootstrapping. I understand how to get a 95%CI and how to hypothesis test using bootstrapping (e.g., reject or not the null). However, I'd also like to get a p-value from it, and to me this seems simple, but it seems no-one does what I would like to do to get a p-value, which suggests I'm not understanding