search for: boundari

Displaying 20 results from an estimated 4037 matches for "boundari".

Did you mean: boundary
2003 Oct 23
2
GIS re-mapping / polygon overlap
In Germany the Unemployment Agency uses a sectioning of the german map that is different from the usual Administrative Boundaries. Some demographic data are available in Administrative Boundaries only, some in Unemployment Boundaries only. I would like to generate estimates in one boundary system of data availabe in the other boundary system, and would appreciate advice concerning the following questions: - can someone p...
2013 May 21
1
making makepredictcall() work
Dear All, I'm interested in creating a function similar to ns() from package splines that can be passed in a model formula. The idea is to produce "safe" predictions from a model using this function. As I have seen, to do this I need to use makepredictcall(). Consider the following toy example: myns <- function (x, df = NULL, knots = NULL, intercept = FALSE, Boundary.knots =
2012 Apr 07
27
Shorewall 4.5.2 RC 2
RC 2 is ready for testing. Problems corrected: 1) The 4.5.1 Shorewall Lite and Shorewall6 Lite installers install the wrong SysV init script on Debian and derivatives. That has been corrected. 2) The getparams program now reads the installed shorewallrc file rather than ~/.shorewallrc. 3) The ''load'' and ''reload'' now copy the
2012 Apr 07
27
Shorewall 4.5.2 RC 2
RC 2 is ready for testing. Problems corrected: 1) The 4.5.1 Shorewall Lite and Shorewall6 Lite installers install the wrong SysV init script on Debian and derivatives. That has been corrected. 2) The getparams program now reads the installed shorewallrc file rather than ~/.shorewallrc. 3) The ''load'' and ''reload'' now copy the
2009 Dec 28
2
refering to the 'boundaries' of a graph
Please see this code for a demonstration of my problem... xlim <- c(-1,5) plot(1:4, xlim=xlim) abline(v=xlim[1]) abline(v=xlim[2]) When I refer to xlim, it is not referring to the boundaries of the graphical region, it refers to the maximum and minimum xticks. My question is how can I refer to the x axis boundaries (and similarly y axis) of the graph? -- View this message in context: http://n4.nabble.com/refering-to-the-boundaries-of-a-graph-tp989790p989790.html Sent from the R hel...
2007 Dec 07
1
Make natural splines constant outside boundary
...e size). The queue size fluctuates between 3600 and 3900. I would like to be able to run predict.survreg() for sizes <3600 and >3900 by assuming that the rate for <3600 is the same as for 3600 and that for >4000 it's the same as for 4000 (i.e., keep the splines cubic within the boundaries but make them constant outside the boundaries). (By default, natural splines will be linear outside the boundaries, which is very bad here because the predictions grow without bound. Setting the boundary knots to extreme values such as (0, 10000) doesn't help, because there are no interme...
2013 Feb 06
0
adehabitatHR - Creating Biased Random Bridge UD with a boundary
Dear List, It's the first time that I try to request your support. I intent do use the BRB (Biased Random Bridge) function with a boundary. I believe I have made sure to fulfill all the rules for boundaries (segment length, angle of junction) When calculating the UD I get the following Error: Error in adehabitatHR:::.fbboun(sor2, boundary, sigg, max(so$h)) : non convenient sign Can anyone tell me, what the "clean the other side of the boundary" procedure does, so I can get my boun...
2003 Nov 06
6
Error in Incoming SIP call
When I get a SIP call, I get the following error: *CLI> NOTICE[1133718080]: File chan_sip.c, Line 1768 (process_sdp): Content is 'multipart/mixed;boundary="unique-boundary-1"', not 'application/sdp' WARNING[1225991360]: File pbx.c, Line 1154 (pbx_extension_helper): No application '' for extension (incoming, 5147771111, 1) == Spawn extension (incoming,
2017 Sep 24
2
gsDesign Pocock & OBF boundary
Sorry for messed up text. Here it goes again: I am learning to use the gsDesign package. I have a question about Pocock and OBF boundary. As far as I can understand, these 2 boundaries require equal spacing between interim analyses (maybe this is not correct?). But looks like I can still use gsDesign to run an analysis based on unequal spacing:? > gsDesign(k=2,test.type=2,timing=c(0.75,1),alpha=0.05,sfu='Pocock') Symmetric two-sided group sequential design with 90 %p...
2002 Oct 05
6
Problems with installing
Hi! I'm having problems with installing Wine. I have downloaded Wine from CVS, and tried to install it with tools/wineinstall, but got some errors. This comes from my shell: [wayne@wayne wine]$ ./tools/wineinstall WINE Installer v0.73 I see that WINE has already been configured, so I'll skip that. We need to install wine as root user, do you want us to build wine, 'su root'
2017 Sep 22
2
gsDesign Pocock & OBF boundary
Hi, I am learning to use your gsDesign package!?I have a question about Pocock and OBF boundary. As far as Iunderstand, these 2 boundaries require equal spacing between interim analyses(maybe this is not correct?). But I can still use gsDesign to run an analysisbased on unequal spacing:?gsDesign(k=2,test.type=2,timing=c(0.75,1),alpha=0.05,sfu='Pocock')Symmetrictwo-sided group sequential design with90 %power and 5 % Type I Er...
2017 Sep 24
0
gsDesign Pocock & OBF boundary
...brevity. On September 23, 2017 9:53:05 PM PDT, array chip via R-help <r-help at r-project.org> wrote: >Sorry for messed up text. Here it goes again: >I am learning to use the gsDesign package. >I have a question about Pocock and OBF boundary. As far as I can >understand, these 2 boundaries require equal spacing between interim >analyses (maybe this is not correct?). But looks like I can still use >gsDesign to run an analysis based on unequal spacing:? >> gsDesign(k=2,test.type=2,timing=c(0.75,1),alpha=0.05,sfu='Pocock') >Symmetric two-sided group sequential d...
2012 Mar 21
2
To overlay my raster and its boundary
Hi I want to overlay my raster and its boundary which is a shapefile. When I used thise code separately, all is ok: # Open raster >Image<-read.table("C:\\Users\\Documents\\Nouveau\\Frequence.txt",sep="",dec=",",header=TRUE) >testo<-rasterFromXYZ(Image) >plot(testo) >testo2 <- aggregate(testo,fact=10, fun=mean) >plot(testo2) # open
2007 Oct 08
1
do not plot polygon boundaries with spplot {sp}
Hi, Is there a simple way to suppress the plotting of polygon boundaries with spplot() ? # simple list of 12 colors cols <- brewer.pal(12, "Paired") # plot pile of polygons, with 12 classes: spplot(x, zcol='class2', col.regions=cols, scales=list(draw=T), xlab="Easting (m)", ylab="Northing (m)") ... seems to work well. Howe...
2010 Sep 27
1
One-sided CUSUM / MOSUM Tests?
Dear R-help list members, I have the following question concerning the strucchange()-package: is it possible to get the boundaries for one-sided (upper / lower) CUSUM and MOSUM tests? Thank you in advance. Julia
2009 Dec 04
3
Data loss (corruption with rsync)
...mkv --- > 2744503124 8534775038 ./storage/video/watching/anime/Ghost_in_the_Shell_S.A.C._Individual_Eleven_[1080p,BluRay,x264,DTS]_-_THORA/Ghost_in_the_Shell_S.A.C._Individual_Eleven_[1080p,BluRay,x264,DTS]_-_THORA.mkv lines 15995-16010: < 2494009766 34132620 ./waffcd/music/Moving Past The Boundaries/Negative Format - 07 Momentum.flac < 3598390059 37450226 ./waffcd/music/Moving Past The Boundaries/Negative Format - 08 Focus.flac < 3539732869 33544123 ./waffcd/music/Moving Past The Boundaries/Negative Format - 09 Spectral Analysis.flac < 1302971449 33702136 ./waffcd/music/Moving Past...
2007 Aug 20
1
LDA decission boundaries
Hello, I would like to plot the results of a LDA analysis plotting the discriminant scores with the decission boundaries on it with rggobi. I have GGobi already installed on my computer. I have three classes, so the plot would be LD1xLD2 plus the decission boundaries. Here there is the code I use make the plot: library(MASS) data <- zgcppr273K.pca$x[,1:7] Tumor <- c(rep("MM",23),rep("GBM"...
2017 Sep 23
0
gsDesign Pocock & OBF boundary
> On 23 Sep 2017, at 01:32, array chip via R-help <r-help at r-project.org> wrote: > > Hi, > > I am learning to use your gsDesign package! I have a question about Pocock and OBF boundary. As far as Iunderstand, these 2 boundaries require equal spacing between interim analyses(maybe this is not correct?). But I can still use gsDesign to run an analysisbased on unequal spacing: gsDesign(k=2,test.type=2,timing=c(0.75,1),alpha=0.05,sfu='Pocock')Symmetrictwo-sided group sequential design with90 %power and 5 % Type I Er...
2012 Apr 16
6
problems with shorewall proxyarp
Hi everybody. I''m trying to configure shorewall folowing this manual: http://www.montanalinux.org/proxmox-ve-with-shorewall.html But with shorewall check it tells me thah: Checking /etc/shorewall/interfaces... ERROR: Unknown zone (dmz) : /etc/shorewall/interfaces (line 16) How can I define it in the zone file? thanks for the help. best regards, Santiago.
2006 Feb 01
1
Word boundaries and gregexpr in R 2.2.1
Hi I have a question concerning how to match word boundaries which I bet has a very simple answer, but I haven't found it with trial and error nor by searching the help archives for the terms in the subject line. The problem is this: I have a vector of two character strings. text<-c("This is a first example sentence.", "And this is a...