Displaying 20 results from an estimated 5342 matches for "met".
Did you mean:
get
2012 Sep 06
1
Asterisk Test Suite error
...ut to do the
testing correctly.
The following is the test report i got after running the script.
=== TEST RESULTS ===
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
--> tests/example --- PASSED
--> tests/dynamic-modules --- SKIPPED
--> Dependency: twisted -- Met: True
--> Dependency: starpy -- Met: True
--> tests/manager/login --- PASSED
--> tests/manager/action-events-response --- PASSED
--> tests/manager/authlimit --- PASSED
--> tests/manager/authtimeout --- PASSED
--> tests/manager/acl-login --- SKIPPED
--> Dependency: t...
2005 Jan 25
1
chron: parsing dates into a data frame using a forloop
...NA NA NA
7 11/07/54 2 NA NA NA NA NA
8 11/08/54 2 NA NA NA NA NA
9 11/09/54 2 NA NA NA NA NA
10 11/10/54 2 NA NA NA NA NA
>
The code and resultant data frame look like this:
> for(i in 1:10){
+ mans.met$date[i]<-mans$date[i]
+ mans.met$year[i]<-years(mans.met$date[i])
+ mans.met$month[i]<-months(mans.met$date[i])
+ mans.met$yearmo[i]<-cut(mans.met$date[i], "months")
+ mans.met$day[i]<-days(mans.met$date[i])
+ }
> mans.met[1:10,]
date year month yearmo day snow.ne...
2005 Jan 26
1
summarizing daily time-series date by month
...: 7 11/07/54 2 NA NA NA NA NA
: 8 11/08/54 2 NA NA NA NA NA
: 9 11/09/54 2 NA NA NA NA NA
: 10 11/10/54 2 NA NA NA NA NA
: >
:
: The code and resultant data frame look like this:
:
: > for(i in 1:10){
: + mans.met$date[i]<-mans$date[i]
: + mans.met$year[i]<-years(mans.met$date[i])
: + mans.met$month[i]<-months(mans.met$date[i])
: + mans.met$yearmo[i]<-cut(mans.met$date[i], "months")
: + mans.met$day[i]<-days(mans.met$date[i])
: + }
: > mans.met[1:10,]
: date year month year...
2007 Sep 04
2
Howto sort dataframe columns by colMeans
I read from external data source containing several columns. Each column
represents value of a metric. The columns are time series data.
I want to sort the resulting dataframe such that the column with the largest
mean is the leftmost column, descending in colMean values to the right.
I see many solutions for sorting rows based on some column characteristic,
but haven't found any discussi...
2007 May 08
3
How to restore fields ("validates_presence_of")
Hi all,
I am using "validates_presence_of" for validating all fields of my
registration form. It is working fine and generating custom error
message as mentioned.
Also clearing all fields. How can restore those fields which are already
filled.
Problem is "validates_presence_of" clearing (blank) field if it fails,
instead of restoring fields which are already filled.
Help.
2011 Jan 10
3
Help with Data Transformation
...E300 PO4 ND 50
2270 LHR020GW-01E2 N WG INO BRLS NONE E300 SO4 = 22460
2272 LHR020GW-01E2 N WG MET BRLS FLDFLT E1631 HG = 0.00171
2273 LHR020GW-01E2 N WG MET BRLS FLDFLT E1638 AG = 2.57
2274 LHR020GW-01E2 N...
2005 Nov 13
1
selection of missing data
Hi i'm a french medical student,
i have some data that i import from excel. My colomn of the datafram
are the localisations of metastasis. If there is a metatsasis there is
the symbol "_". i want to exclude the row without metastasis wich
represent the NA data.
so, i wrote this
mela is the data fram
mela1=ifelse(mela[,c(11:12,14:21,23,24)]=="_",1,0) # selection of the
colomn of metastasis localisation...
2018 Mar 15
0
cubic complete Scheffe mixture models
...three cubic terms.
So my question:
How to circumvent the singularity and estimate the coefficients for
these terms in Scheffe's complete cubic model in the modeling of
Chemical Blends?
Thanks in advance for any help.
Thank you so much
Cleber Borges
####? MY_DATA:
???????? H2O TOL?????? MET????? Response
1? 1.0000000 0.0000000 0.0000000??? 0.39056923
2? 0.0000000 1.0000000 0.0000000?? -1.49611856
3? 0.0000000 0.0000000 1.0000000?? -0.33922649
4? 0.5000000 0.5000000 0.0000000?? -0.65517683
5? 0.5000000 0.0000000 0.5000000?? -1.23281158
6? 0.0000000 0.5000000 0.5000000??? 0.51523665
7?...
2006 Jul 29
10
Out Of office
Ik ben afwezig vanaf 29/07/2006 en ik ben niet eerder terug dan
23/08/2006.
Ik ben met verlof van 31 juli tot en met 22 augustus.
Voor dringende zaken kan je mailen naar helpdesk@vlafo.be.
---------------------------------------------------------------------------------
DISCLAIMER :
De personeelsleden van het agentschap doen hun best om in e-mails
betrouwbare informatie te geven. T...
2015 Apr 01
1
SEmodule dependency hell.
...a recent development. I
am not against SELinux. We use it extensively. But this is not
security it is simply BS.
It is stuff like this that causes people to say just turn selinux off
altogether.
semodule -r apache
libsepol.print_missing_requirements: awstats's global requirements
were not met: type/attribute httpd_log_t (No such file or directory).
libsemanage.semanage_link_sandbox: Link packages failed (No such file
or directory).
semodule: Failed!
semodule -r awstats
semodule -r apache
libsepol.print_missing_requirements: bugzilla's global requirements
were not met: type/attrib...
2002 Sep 21
1
Bug list summary (automatic post)
...dis@isem.univ-montp2.fr>
Date: Wed, 26 Dec 2001 13:03:31 +0100
* PR# 1664 *
Subject: Bug in rnorm.
From: Rolf Turner <rolf@math.unb.ca>
Date: Thu, 13 Jun 2002 16:35:59 -0300 (ADT)
--Strange interaction between "Marsaglia-Multicarry" generator and
--"Kinderman-Ramage"
--method for normal variates. Apparently, switching either of them will help.
Directory: Add-ons
* PR# 974 *
Subject: Lattice: panel.superpose with ordered factor groups
From: John Maindonald <john.maindonald@anu.edu.au>
Date: Sat, 9 Jun 2001 11:08:51 +1000 (EST)
--The warning is standard S and...
2005 Dec 10
0
AMD64 Bench
...no-mmx performed better than the
liboil version on an AMD64 cpu. And did some tests.
Normal 'gentoo' no-mmx compiled version:
0:01:30.18 audio: 68kbps video: 2181kbps
real 3m24.178s
user 3m22.109s
sys 0m0.900s
skinkie@zwartepiet ~ $ time ffmpeg2theora -c 1 -H 48000 THE\ MOVIE\ MET\
MIDVLIET\ goede\ aftitel.avi -o THE\ MOVIE\ MET\ MIDVLIET\ goede\
aftitel-2.dv
Input #0, avi, from 'THE MOVIE MET MIDVLIET goede aftitel.avi':
Duration: 00:15:04.0, start: 0.000000, bitrate: 29578 kb/s
Stream #0.0, 25.00 fps: Video: dvvideo, yuv420p, 720x576
Stream #0.1: Audio: pcm_s...
2002 Aug 21
1
Bug list summary (automatic post)
...dis@isem.univ-montp2.fr>
Date: Wed, 26 Dec 2001 13:03:31 +0100
* PR# 1664 *
Subject: Bug in rnorm.
From: Rolf Turner <rolf@math.unb.ca>
Date: Thu, 13 Jun 2002 16:35:59 -0300 (ADT)
--Strange interaction between "Marsaglia-Multicarry" generator and
--"Kinderman-Ramage"
--method for normal variates. Apparently, switching either of them will help.
Directory: Add-ons
* PR# 974 *
Subject: Lattice: panel.superpose with ordered factor groups
From: John Maindonald <john.maindonald@anu.edu.au>
Date: Sat, 9 Jun 2001 11:08:51 +1000 (EST)
--The warning is standard S and...
2002 Jul 07
1
Bug list summary (automatic post)
...dis@isem.univ-montp2.fr>
Date: Wed, 26 Dec 2001 13:03:31 +0100
* PR# 1664 *
Subject: Bug in rnorm.
From: Rolf Turner <rolf@math.unb.ca>
Date: Thu, 13 Jun 2002 16:35:59 -0300 (ADT)
--Strange interaction between "Marsaglia-Multicarry" generator and
--"Kinderman-Ramage"
--method for normal variates. Apparently, switching either of them will help.
Directory: Add-ons
* PR# 974 *
Subject: Lattice: panel.superpose with ordered factor groups
From: John Maindonald <john.maindonald@anu.edu.au>
Date: Sat, 9 Jun 2001 11:08:51 +1000 (EST)
--The warning is standard S and...
2005 Mar 04
1
Unchangeable "Password must change: Fri, 13 Dec 1901 21:45:51 MET "
...529304-4054190640-1643903753-1021
Full Name:
Home Directory: \\server\useraa
HomeDir Drive:
Logon Script:
Profile Path: \\server\useraa\profile
Domain: NETDOM
Account desc:
Workstations:
Munged dial:
Logon time: 0
Logoff time: Fri, 13 Dec 1901 21:45:51 MET
Kickoff time: Fri, 13 Dec 1901 21:45:51 MET
Password last set: Thu, 03 Mar 2005 17:21:36 MET
Password can change: Thu, 03 Mar 2005 17:21:36 MET
Password must change: Fri, 13 Dec 1901 21:45:51 MET
Last bad password : 0
Bad password count : 0
Logon hours : FFFFFFFFFFFFFFFFFFFFF...
2006 Feb 08
30
[Bug 444] REDIRECT not working in kernel 2.6.16-rc[12] as before (<= 2.6.15.x)
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=444
------- Additional Comments From spiney@spiney.org 2006-02-08 19:18 MET -------
Created an attachment (id=207)
--> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=207&action=view)
kernel 2.6.15, telnet localhost 10025
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because:...
2002 Mar 18
1
line breaks
I have a question about the function of line feeds/carriage returns in
an all linux (R, vi to write scripts) environment. In my scripts I have
a few functions, using { or ( to wrap commands on the next line.
Usually this is fine, but sometimes R appears confused by line wrappings
(more likely of course it is me who is confused). I tried ';' to
explictly break the line, but no dice.
An example (partial function).
inrange _ function(v,Y,s,z,mlv,met){
lower _ mean(v[data$yr==Y])-(var(v[data$yr==Y])^.5)
upper _ mean(v[data$...
2006 Jun 14
49
[Bug 464] state match sometimes failes RELATED,ESTABLISHED matches
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=464
------- Additional Comments From holm@theorie.physik.uni-goettingen.de 2006-06-14 15:00 MET -------
I run into the same probs with Mandriva kernel.
All kernel >2.6.11 are definitly affected.
kernel 2.6.8.1 has no problems.
Hope this helps a little bit.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -...
2002 Jun 07
1
Bug list summary (automatic post)
...assing?)
--Still there in lattice 0.3-0.
* PR# 1038 *
Subject: nlme: bug in getCovariateFormula
From: Setzer.Woodrow@epamail.epa.gov
Date: Tue, 31 Jul 2001 11:24:09 -0400
--change needed in package nlme
* PR# 1044 *
Subject: Polymarsall.c
From: pleu@hotmail.com
Date: Tue, 7 Aug 2001 22:42:07 +0200 (MET DST)
* PR# 1116 *
Subject: get.hist.quote does not work
From: arto.luoma@uta.fi
Date: Thu, 4 Oct 2001 14:45:29 +0200 (MET DST)
--Seems specific to one locale on one system.
--The bug is unlikely to be in R.
* PR# 1178 *
Subject: segfault using svm from e1071
From: Jan Rychter <jan@rychter.com>...
2006 Jul 04
25
[Bug 490] ROUTE extension module unusable since 2.6.16
...------------------------------------
CC| |netfilter@linuxace.com
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From netfilter@linuxace.com 2006-07-04 17:58 MET -------
This has been fixed in SVN as of yesterday. Download the latest iptables
snapshot or wait until 1.3.6 is released.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug,...