search for: damp

Displaying 20 results from an estimated 45 matches for "damp".

Did you mean: camp
2007 Aug 28
1
subcripts on data frames (PR#9885)
...ly the maximum worm density from each vegetation type: =20 worms<-read.table("c:\\temp\\worms.txt",header=3DT) attach(worms) names(worms) [1] "Field.Name" "Area" "Slope" "Vegetation" "Soil.pH"=20=20=20=20=20 [6] "Damp" "Worm.density" =20 Usinng "not duplicated" I get two rows for Meadow and none for Scrub =20 worms[rev(order(Worm.density)),] [!duplicated(Vegetation),] Field.Name Area Slope Vegetation Soil.pH Damp Worm.density 9 The.Orchard 1.9 0 Orchard...
2011 Oct 05
2
aggregate function with a dataframe for both "x" and "by"
...accomplish this task? Thanks! mydata = data.frame(testvar1=c(1,3,5,7,8,3,5,NA,4,5,7,9), testvar2=c(11,33,55,77,88,33,55,NA,44,55,77,99) ) mybys=data.frame(mbn1=c('red','blue',1,2,NA,'big',1,2,'red',1,NA,12),mbn2=c('wet','dry',99,95,NA,'damp',95,99,'red',99,NA,NA) , stringsAsFactors =F) myaggs <- data.frame(matrix(data=NA, nrow=nrow(mydata), ncol=ncol(mydata) ) ) for(i in 1: ncol(mydata) ) { temp <- aggregate(mydata[i], by = as.list(mybys[i]), FUN=sum, na.rm=T) rownums <- match(mybys[,i],temp[,1]) myaggs[,...
2009 Sep 09
1
Forecast - How to create variables with summary() results parameters
Hi, I would like to create variables in R containing parameters of summary(*Forecast Results*). Using the following code: library(forecast) data <- AirPassengers xets <- ets(data, model="ZZZ", damped=NULL) xfor <- forecast(xets,h=12, level=c(80,95)) summary(xfor) the output is: Forecast method: ETS(M,A,M) Model Information: ETS(M,A,M) Call: ets(y = data, model = "ZZZ", damped = NULL) Smoothing parameters: alpha = 0.5901 beta = 0.0058 gamma = 1e-04 Initial...
2007 Jul 05
3
data messed up by read.table ? (PR#9779)
...ferent parameter settings in read.table but couldn't obtain any improvement. Please let me know, how I can correct this. Best regards Joerg > worms<-read.table("C:/Programme/R/R-2.5.0/Data/Worms.txt", header = T) > worms Field.Name Area Slope Vegetation Soil.pH Damp Worm.density 1 Oak.Mead 3.1 2 Grassland 3.9 F 2 2 Church.Field 3.5 3 Grassland 4.2 F 3 3 Ashurst 2.1 0 Arable 4.8 F 4 4 Field.Name Area Slope Vegetation Soil.pH Damp Worm.density 5 Na...
2017 Aug 13
1
Kernel:[Hardware Error]: use of vacuum
On 08/13/2017 05:18 AM, ken wrote: > Also, cowboys scoff, but I always wear a grounded wrist strap when > handling electronics. It's a good idea, especially in low-humidity climates. Also noteworthy: the air moving through a hose can cause a vacuum's hose or attachment to build up a static charge, which is another reason it can be a bad idea to use a vacuum in a computer.
2020 Mar 25
4
Need help to fix bug in rsync
...epends on your network speed and if you have a metered > connection, but does anyone really have such an ancient network > connection still these days - I mean if you have fast enough machines > at both ends to do rapid compression/decompression, it seems unlikely > that you will have a damp piece of string connecting them. I really don't understand the discussion here. What is wrong with using -z with rsync? We're using rsync with -z for backups and just don't want to waste bandwidth for nothing. We have better use for our bandwidth and it makes quite a difference when ba...
2007 Jul 30
0
problems in limma
...produced in: log(x)" (as you can see in the program posted below). What does that mean? How will it effect the final result? How could it be settled? Question 2: On my microarray, every probe has two replicates.During the process of duplicateCorrelation, two warnings appear as "Too much damping - convergence tolerance not achievable" (as you also can see in the program posted below). What does it mean? Is there anything wrong with my data? Question 3: How to construct the design matrix is a puzzle to me. Here I constructed the design matrix using the function modelMatrix and the...
2007 Jan 19
1
help with ets function in forecast package
...70,77,79,63,74,72,85,69,85,79,75,71,61, 68,68,80,72,70,82,80,53,71,88,76,71,57,65,68,67,73,95, 94,68,64,67,65,85,92,73,67,57,58,69,82,82,76,67,77,74),frequency=7) ets(ts2) I get the following error: [1] "Model: ETS(A,N,A)" Error in etsmodel(y, errortype[i], trendtype[j], seasontype[k], damped[l], : Parameters out of range Any help would be appreciated. thanks, Spencer [[alternative HTML version deleted]]
2008 Nov 20
4
SIP to IAX2 with delayed echo
A Polycom 550 and a IAX client (Mozphone and ZoIPer were used) are having a conversation. Call quality is reported as good except for an echo with a 3 second delay. Most of my searches are saying echo happens only on the PSTN piece, but there isn't one here. Can someone point me in the right direction? Asterisk 1.4.21.2 Under 40 users Quad-Core AMD Opteron(tm) Processor 2352 and 4G RAM
2007 Nov 21
1
problem modeling time series
...for the order? (i haven't found some full examples which describe the process fully from head to toe) Second, if this is the best fitting model for that specific ts, now don't you think that those standard errors are huge!!!!!!!!!!!!! Say, if the novice client eliminates that great rise/damp in the series and wants to "predict" solely based on his impressions from the time series he would probably give me the same interval, as the arima gave me, and i can't give him some new piece of info. Is there something wrong with my ts, or with my arima model, and how could i m...
2004 Sep 07
3
H323 Control Protocol Error
...registered on an ip400 Gatekeeper which routes every call to asterisk, and asterisk processes the Dialplan and sends the call back to the ip400 and to the correct Endpoint. With this configuration the Endpoints can dial each other above the Gatekeeper and Dial Plan. ;-) well pretty fine - the only damped thing is every call loses connection after 30 sec because of a a H323 control protocol error . this is the asterisk output while phoneing : ############################################################################### *CLI> -- Executing Dial("OH323/R1", "OH323/4...
2009 Aug 11
2
AEC troubleshooting
...------------- > *From:* speex-dev-bounces at xiph.org [mailto:speex-dev-bounces at xiph.org] *On > Behalf Of *Greger Burman > *Sent:* Monday, August 10, 2009 5:40 AM > *To:* speex-dev at xiph.org > *Subject:* [Speex-dev] AEC troubleshooting > > I'm experiencing little to no damping of acoustic echo from the echo > cancellor and I can't figure out why so far. I thought I should try the > echo_diagnostic tool so I built libspeex.dll and libspeexdsp.dll with the > DUMP_ECHO_CANCEL_DATA flag, but I'm not getting any output files at runtime. > Any ideas? &gt...
2020 Mar 25
4
Need help to fix bug in rsync
Since you state that using -z is almost always a bad idea, could you provide the rationale for that? I must be missing something. ________________________________ From: CentOS <centos-bounces at centos.org> on behalf of Peter Kjellstr?m <cap at nsc.liu.se> Sent: Wednesday, March 25, 2020 9:34 AM To: Simon Matter <simon.matter at invoca.ch> Cc: centos at centos.org <centos at
2007 Jul 31
1
aggregate.data.frame - prevent conversion to factors? show statistics for NA values of "by" variable?
...d to re-format them once I have my results? mydf=data.frame(testvar1=c(1,3,5,7,8,3,5,NA,4,5,7,9), testvar2=c(11,33,55,77,88,33,55,NA,44,55,77,99) ) str(mydf) # myby1=c('red','blue',1,2,NA,'big',1,2,'red',1,NA,12) myby2=c('wet','dry',99,95,NA,'damp',95,99,'red',99,NA,NA) myby1.new = ifelse(is.na(myby1)==T,"is_na",myby1) myby2.new = ifelse(is.na(myby2)==T,"is_na",myby2) str(myby1.new) str(myby2.new) mybys=data.frame(mbn1=myby1.new,mbn2=myby2.new , stringsAsFactors =F) str(mybys) # myagg1 = aggregate(x=mydf,...
2020 Mar 25
5
Need help to fix bug in rsync
...rk speed and if you have a metered > > connection, but does anyone really have such an ancient network > > connection still these days - I mean if you have fast enough machines > > at both ends to do rapid compression/decompression, it seems unlikely > > that you will have a damp piece of string connecting them. > > I really don't understand the discussion here. What is wrong with using -z > with rsync? We're using rsync with -z for backups and just don't want to > waste bandwidth for nothing. We have better use for our bandwidth and it > makes qu...
2005 Dec 04
1
Understanding nonlinear optimization and Rosenbrock's banana valley function?
GENERAL REFERENCE ON NONLINEAR OPTIMIZATION? What are your favorite references on nonlinear optimization? I like Bates and Watts (1988) Nonlinear Regression Analysis and Its Applications (Wiley), especially for its key insights regarding parameter effects vs. intrinsic curvature. Before I spent time and money on several of the refences cited on the help pages for "optim",
2020 Mar 25
0
Need help to fix bug in rsync
...les. It obviously depends on your network speed and if you have a metered connection, but does anyone really have such an ancient network connection still these days - I mean if you have fast enough machines at both ends to do rapid compression/decompression, it seems unlikely that you will have a damp piece of string connecting them. P.
2020 Mar 25
0
Need help to fix bug in rsync
...rk speed and if you have a metered > > connection, but does anyone really have such an ancient network > > connection still these days - I mean if you have fast enough machines > > at both ends to do rapid compression/decompression, it seems unlikely > > that you will have a damp piece of string connecting them. > > I really don't understand the discussion here. What is wrong with using -z > with rsync? We're using rsync with -z for backups and just don't want to > waste bandwidth for nothing. We have better use for our bandwidth and it > makes q...
2009 Aug 11
0
AEC troubleshooting
...Sound, I would recommend using those. ? Tim _____ From: speex-dev-bounces at xiph.org [mailto:speex-dev-bounces at xiph.org] On Behalf Of Greger Burman Sent: Monday, August 10, 2009 5:40 AM To: speex-dev at xiph.org Subject: [Speex-dev] AEC troubleshooting I'm experiencing little to no damping of acoustic echo from the echo cancellor and I can't figure out why so far. I thought I should try the echo_diagnostic tool so I built libspeex.dll and libspeexdsp.dll with the DUMP_ECHO_CANCEL_DATA flag, but I'm not getting any output files at runtime. Any ideas? Build information: Spe...
2004 Jun 25
0
further problems with arima..
Sorry to keep quizzing the r-helpers but I'm having real difficulty with arima. I am happy that i have chosen the best fitting arima model for my data,(in this case arima(1,1,1) but when i use the predict function the forecast damps to a constant value after just two or three values, and from a time series of almost 3000 values i am left with only a couple of predicted values. I have tried aggregating my data to condense finely spaced time points into larger clumps but to no avail. please can someone offer a little advise on...