similar to: outer() or some other function for regression prediction with 2 IVs

Displaying 20 results from an estimated 600 matches similar to: "outer() or some other function for regression prediction with 2 IVs"

2012 Oct 08
6
How to use Lines function to draw the error bars?
fit lwr upr 1 218.4332 90.51019 346.3561 2 218.3906 90.46133 346.3198 3 218.3906 90.46133 346.3198 4 161.3982 44.85702 277.9394 5 192.4450 68.39903 316.4909 6 179.8056 56.49540 303.1158 7 219.5406 91.52707 347.5542 8 162.6761 46.65760 278.6945 9 193.8506 70.59838 317.1029 10 181.3816 58.11305 304.6502 11 221.2871 92.14366 350.4305 12 164.2947 47.91081 280.6785 13
2006 Jan 25
1
NEAX 2000 IVS Integration
Greetings all, This is my first post to this forum, so please be kind. I am looking to integrate Asterisk as our primary voice mail server (IVS) for our NEC NEAX 2000 IVS. We currently use a 6-port Mitel system. The two communicate via analog TDM ports and a MCI serial connection. Is anyone familiar with setting up a NEAX 2000 with Asterisk as an IVR server? I know I would need six FXO and
2008 Apr 21
2
How to do survival analysis with time-related IVs?
Hello folks, I am wondering how to do survival analysis with time-related IVs in R. For example, > > If we have time-related variables, such as the Overall Condition of 1990, 1991 etc., how can we include these variables in coxph model? > > > > If we can not use coxph model, do we need to rearrange the dataset to make it something like: > > ID time age
2019 Oct 14
0
[PATCH 01/25] crypto: virtio - implement missing support for output IVs
In order to allow for CBC to be chained, which is something that the CTS template relies upon, implementations of CBC need to pass the IV to be used for subsequent invocations via the IV buffer. This was not implemented yet for virtio-crypto so implement it now. Fixes: dbaf0624ffa5 ("crypto: add virtio-crypto driver") Cc: "Michael S. Tsirkin" <mst at redhat.com> Cc:
2019 Oct 24
0
[PATCH v2 01/27] crypto: virtio - implement missing support for output IVs
In order to allow for CBC to be chained, which is something that the CTS template relies upon, implementations of CBC need to pass the IV to be used for subsequent invocations via the IV buffer. This was not implemented yet for virtio-crypto so implement it now. Fixes: dbaf0624ffa5 ("crypto: add virtio-crypto driver") Cc: "Michael S. Tsirkin" <mst at redhat.com> Cc:
2012 Jul 02
3
carpet plots
Hi all, I wonder why there is so little software for carpet plots (german: Rasterdiagramm) (Three dimensional plot (x, y, z), the 3rd dimension (z) symbolized by colourgradients). Besides from one or the other non free software I only found an OpenOffice macro, a combination of Gnuplot and Excel (an Excel macro calling gnuplot) (http://www.johannes-hopf.de/2009/12/carpet-plot-version-1-3/9 and
2013 Mar 01
3
interactive visualizations - anyone use SVGAnnotation?
Hi all:I found some great demonstrations of interactive presentation graphics generated in R with the SVGAnnotation package, here:http://www.omegahat.org/SVGAnnotation/http://www.omegahat.org/SVGAnnotation/SVGAnnotationPaper/SVGAnnotationPaper.htmlI tried to install the package available at that website (it's not on CRAN) and am getting some pretty uninformative errors (see below). My best
2008 Jul 18
1
problem with putting text in outer margins (mtext outer=TRUE)
Hi there, I'm trying to get some text in the outer margins of my plots and am having trouble - the margin text is overlapping my plots, even though the outer margin I'm trying to put it in is very big. I've simplified my problem down to this: ------------------------- X11(width=7.5,height=10) par(mfrow=c(6,1),oma=c(20,0,20,0), mar=c(0,3.1,1,2.1)) for (i in 1:6) {
2006 Aug 10
0
has_many :through and outer join problem
I''m running into a performance problem and I''m wondering if there''s a solution. I''ve got three tables: clients, fields, and values. Clients have many values, and they also have many fields through the values. I need an easy way to map the entire collection of fields to their values (regardless of whether they have a value) for any given client. As it
2000 Jun 19
1
outer problem
why does teh following code not work? a<-rnorm(50) dim(a)<-c(10,5) mycov<-function(mat,i,j){ sum((mat[,i]-mean(mat[,i]))*(mat[,j]-mean(mat[,j]))) } covmat<-function(X){ outer(1:dim(X)[2],1:dim(X)[2],function(v1,v2){mycov(X,v1,v2)})} from what i know covmat(a) should give the covariance matrix of a, but it gives a matrix with constant
2009 Aug 07
1
inner joins and outer joins
can anybody guide me on how to create inner joins and left and right outer joins in RoR as both the tables has "has and belongs to many relationships" and there is ajoin table as well
1999 Mar 22
0
Extension to outer()
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. ---559023410-1804928587-922106403=:691 Content-Type: TEXT/PLAIN; charset=US-ASCII A couple of weeks ago I asked if anyone had generalised outer to include bound extents -- effectively
1999 Apr 13
1
outer fails with group generic operations on factors (PR#166)
B <- A <- factor(c("a", "b")) outer(A, B, "!=") Warning: "FUN" not meaningful for factors [,1] [,2] [1,] NA NA [2,] NA NA Now, this used to work in 0.63.2, but someone `improved' outer. There it did an implicit as.numeric. The problem is that get in match.fun does not understand group generics, and gets Browse[1]> FUN
1999 Nov 23
1
"outer" argument in mtext (PR#340)
mtext(..., outer = TRUE) does not seem to center the text in the outer margins as it did previously. Reproduce with example(plot.profile.nls, package = "nls") On versions of the development sources before November 17 this produced main and subtitles that were centered horizontally on the page. After that the main title (from mtext("..", side = 3, outer = TRUE)) is centered
2000 Dec 01
1
bug in outer() (PR#755)
Full_Name: Matthias von Davier Version: 1.1.1 OS: nt4.0 Submission from: (NULL) (144.81.31.148) sim3pl <- function(theta,i) { p2 <- p3pl(theta,i) p1 <- runif(1) temp <- response(p1,p2) return(p1) } when calling outer(theta,items,sim3pl), where theta = rnorm(100,m,s) and items = seq(1:nvar) runif(1) is only called once (instead of 100*nvar times), even though if calling sim3pl
2001 Mar 21
0
Suggest new outer for R-1.3
Hi everyone, Can I suggest the following modification of outer for R-1.3, in the interests of speed and size of calculation: ******************************************************************* "outer" <- function (X, Y, FUN = "*", ...) { no.nx <- is.null(nx <- dimnames(X <- as.array(X))) dX <- dim(X) no.ny <- is.null(ny <- dimnames(Y <-
2017 Mar 20
0
outer not applying a constant function
>>>>> Gebhardt, Albrecht <Albrecht.Gebhardt at aau.at> >>>>> on Sun, 19 Mar 2017 09:14:56 +0000 writes: > Hi, > the function outer can not apply a constant function as in the last line of the following example: >> xg <- 1:4 >> yg <- 1:4 >> fxyg <- outer(xg, yg, function(x,y) x*y) >> fconstg
2001 Sep 23
1
more about outer
this is my current answer to my own question. should we have such a funcion in a more general version (i.e. with an arbitraty number of argument lists, for n-ary functions) in the core language? myouter<-function(x,y,fun){ t(sapply(x,function(arg1) sapply(y,function(arg2) fun(arg1,arg2)))) } -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list --
2002 Feb 15
1
outer()
Hi all, I tried to use outer() but it gave me wrong answer. Anyone can tell me why? Thank you for your time. > outer(a[1],b[1:2],f) [,1] [,2] [1,] 6903.15 6903.15 where > a [1] 0.5 2.0 4.0 > b [1] -0.5 -1.5 > f function(a1,b1){mleop4.fun(c(a1,b1,A[1],B[1],f1[1],f2[1],g[1],h[1]))} The answer should be 6869.808, 6809.302 as shown below: > outer(a[1],b[1],f)
2003 Mar 08
1
Getting rid of "outer box" in cloud()
I'm using the "cloud()" function to plot some data, but cloud (and also wireframe) put an external box around the entire plot. I can't figure out how to get rid of this external box. How do I turn it off? There are cases when you want each plot to be sitting inside a box (the last example on the cloud() help page, for example), but I don't want this for what I am doing.