search for: cntr

Displaying 7 results from an estimated 7 matches for "cntr".

Did you mean: cnt
2005 Jul 04
2
Lack of independence in anova()
If the observations are normally distributed and the 2xk design is balanced, theory requires that the tests for interaction and row effects be independent. In my program, appended below, this would translate to cntT (approx)= cntR*cntI/N if all R routines were functioning correctly. They aren't. sim2=function(size,N,p){ cntR=0 cntC=0 cntI=0 cntT=0 cntP=0 for(i in 1:N){ #generate data v=gendata(size) #analyze after build(ing) design containing data lm.out=lm(yield~c*r,build(size,v)) av...
2002 Mar 21
0
RE: Radar track data
If you explain what radar track data is (for those like me who don't know) and what your needs are more specifically a number of people would probably offer pointers to R packages etc. Reid Huntsinger -----Original Message----- From: Scott_Summerill_Summerill/ACT/CNTR/FAA.FAA at faa.gov [mailto:Scott_Summerill_Summerill/ACT/CNTR/FAA.FAA at faa.gov] Sent: Thursday, March 21, 2002 3:22 PM To: R-help at stat.math.ethz.ch Subject: I am sorry to bother you with an applications question. I work for the FAA and have need to smooth radar track data. Seems that all...
2017 Sep 13
0
[FORGED] [R-sig-Geo] circular spatial polygon
...but I shan't bother. theta <- seq(theta1,theta2,length=npoly+1) x <- c(0,radius*cos(theta),0) y <- c(0,radius*sin(theta),0) W <- owin(poly=list(x=x,y=y)) return(affine(W,vec=centre)) } Then do something like: wedgies <- vector("list",length=8) cntr <- c(673593.21,673593.21) for(i in 1:8) wedgies[[i]] <- wedge((i-1)*pi/4,i*pi/4,15,centre=cntr) ttt <- tess(tiles=wedgies) plot(ttt) # Looks OK to me. And maybe also do: W <- do.call(union.owin,wedgies) plot(W) for(i in 1:8) { plot(wedgies[[i]],add=TRUE,border="red")...
2011 Jan 09
3
Shortcut key to get to beginniing of line in R?
This is a generalize question: basically, say you are typing a long line of command in R console, and then you realize you forgot to add something in the beginning, is there a way to get to the beginning of the line without pressing the "left" key on the keyboard and waiting for the cursor to get to the beginning, or using the mouse? I'm using windows version of R. Thanks! -- View
2015 Jun 07
21
[PATCH RFC 00/20] expose global performance counters
Hello, This series exposes global performance counters (PCOUNTER) to the userspace through the nvif interface by reworking most of the code related to the PM engine. This interface will allow the userspace to control and monitor complex hardware events like the proprietary driver already does, for example with CUPTI and PerfKit. For now, this series only exposes performance counters on NV50,
2005 Jun 28
1
problems with chan_capi 0.3.5 , divactrl, eicon diva server, and kernel 2.6.10/2.6.12
...istered 0:01:51.329 - CAPI20_PUT(026) ............ 0:01:51.331 - 1 CREATEID ok: context:1f assigned Id:5 freeIds=ec ............ 0:01:51.342 - CAPI20_GET(014) 0x0000 01 00 05 81 06 00 02 00 00 00 00 00 ............ --- LISTEN CONF AppID 0x0001 MsgNr 0x0006 CNTR: 0x00000002 Info: initiated 0:01:51.344 - 4 alloc cr in use =3 0:01:51.344 - 3 free cr in use =2 0:01:51.344 - 2 DELETEID ok: deleted Id:5 freeIds=ec 0:01:51.346 - 4 free cr in use =2 0:01:51.346 - 3 DELETEID ok: deleted Id:5 freeIds=ec 0:01:51.348 - 4 DELETEID ok: deleted Id:5 freeIds=ec...
2010 May 02
2
samba4 make error - drsblobs.so
...rpc/idl/drsblobs.idl ../librpc/idl/drsblobs.idl:648: warning: helper() is pidl-specific and deprecated. Use `include' instead ../librpc/idl/drsblobs.idl:589: warning: subcontext() is deprecated. Use represent_as() or transmit_as() instead ../librpc/idl/drsblobs.idl:383: warning: pointless array cntr: 'cntr_service_keys_0': length=0 ../librpc/idl/drsblobs.idl:383: warning: pointless array `service_keys' will always have size 0 ../librpc/idl/drsblobs.idl:383: warning: pointless array `service_keys' will always have size 0 Compiling ../librpc/idl/drsuapi.idl ../librpc/idl/drsuapi....