similar to: scope argument in step function

Displaying 20 results from an estimated 1000 matches similar to: "scope argument in step function"

2005 Aug 16
4
as.character and a formula
Dear list, given this formula: > fmla <- formula(y1 ~ spp1 + spp2 + spp3 + spp5) > fmla[[3]] spp1 + spp2 + spp3 + spp5 is this the intended behaviour of as.character: > as.character(fmla[[3]]) [1] "+" "spp1 + spp2 + spp3" "spp5" ? Where does the extra "+" come from? > as.character(fmla) [1] "~"
2012 Feb 28
2
update.formula has 512 char buffer?
Hello, I am trying to "paste" together a formula to use in the mob function of party. This means the formula will be of the form y ~ x1+ ...+xM | z1+..zN. I am doing some preliminary fits of y ~ x1+ ...+xM, then want to add the conditional part of the equation using update(). Here's the test code: var1 <- 1:78 x1 <- paste("x", var1, sep="") f1 <-
2019 Sep 05
2
ARM vectorized fp16 support
Hi, I'm trying to compile half precision program for ARM, while it seems LLVM fails to automatically generate fused-multiply-add instructions for c += a * b. I'm wondering whether I did something wrong, if not, is it a missing feature that will be supported later? (I know there're fp16 FMLA intrinsics though) Test programs and outputs, $ clang -O3 -march=armv8.2-a+fp16fml
2005 May 19
1
(no subject)
BJ, >BJ Weschke <bweschke@gmail.com> >Subject: Re: [Asterisk-Users] Do Both! :) Re: Telecom >SIP termination vs. DS3 >To: Asterisk Users Mailing List - Non-Commercial >Discussion <asterisk-users@lists.digium.com> >Message-ID: <79cf63305051908056c284cc9@mail.gmail.com> >Content-Type: text/plain; charset=ISO-8859-1 >Did I miss pricing/availability
2011 Jun 15
1
call file challenge...
Greetings!! We're getting some strange results using call files.. no matter the technology, DAHDI, SIP, etc., we get a "Call failed to go through, reason (3) Remote end Ringing" message when attempting to originate a call from a call file. Numbers changed to protect the innocent.... using call file.... //------------CALL FILE------------// Channel: DAHDI/g1/918005551212
2005 May 19
1
Do Both! :) Re: Telecom SIP termination vs. DS3
Message: 16 Date: Thu, 19 May 2005 00:16:34 -0600 Michael, Do both! As for Sip Termination: ----------------------- Contact Kristi Eggers @ Txlink.net for month to month Originating/Termination VoIP Toll Free or Local USA DID #s. Yes they do both Sip and IAX. You must have seperate accounts for either Sip or IAX and fund your account with a minimum of $100. This is what I did. Once I get
2011 Dec 19
1
pls help to print out first row of terms(model) output in example program
Greetings. I've written a convenience function for multicollinearity diagnosis. I'd like to report to the user the formula that is used in a regression. I get output like this: > mcDiagnose(m1) [1] "The following auxiliary models are being estimated and returned in a list:" [1] "`x1` ~ ." formula(fmla)() [1] "`x2` ~ ." I'd like to fill in the period
2009 Oct 15
3
DS3 capacity calls using asterisk
Hi All, We are trying to implement a DS3 capacity calls (672 concurrent calls) using asterisk server. I wanted to ask are there any compatible DS3 cards with asterisk? I tried searching a lot but could find DS3000P from digium but unable to get this product. Does anybody have any idea of having any DS3 card in asterisk box so as to handle around 600 calls? Thanks Sandesh -------------- next part
2012 Jan 25
4
formula error inside function
I want use survfit() and basehaz() inside a function, but it doesn't work. Could you take a look at this problem. Thanks for your help. Following is my codes: library(survival) n <- 50 # total sample size nclust <- 5 # number of clusters clusters <- rep(1:nclust,each=n/nclust) beta0 <- c(1,2) set.seed(13) #generate phmm data set Z <- cbind(Z1=sample(0:1,n,replace=TRUE),
2003 Oct 02
4
using a string as the formula in rlm
Hi, I am trying to build a series of rlm models. I have my data frame and the models will be built using various coulmns of the data frame. Thus a series of models would be m1 <- rlm(V1 ~ V2 + V3 + V4, data) m2 <- rlm(V1 ~ V2 + V5 + V7, data) m3 <- rlm(V1 ~ V2 + V8 + V9, data) I would like to automate this. Is it possible to use a string in place of the formula? I tried doing: fmla
2014 Aug 12
3
doveadm pw with SHA512-CRYPT won't roundtrip
Hi, Not sure if this is a PBKAC or not:- root at ds3:/usr/share/postfixadmin# doveadm pw -s SHA512-CRYPT -p password {SHA512-CRYPT}$6$aUgGXP0UshkMj7hY$9JV4yMRsjIe/98CzmglYrMjf.9NJ.FXzxcLE9B0v3doCRUWo2wRncc6hg6VCs0DCUHQbeC/bRDZdGCge/nB/h/ root at ds3:/usr/share/postfixadmin# doveadm pw -t
2004 Dec 13
1
DS3 Media Gateway
Is anyone using a media gateway with a DS3 for TDM/PSTN access? I am trying to determine the best way to scale Asterisk beyond 4 PRI's. What about the TNT Max? Can it be configured with a DS3 PSTN interface, the appropriate software and hardware, and Ethernet ports to support SIP-PSTN/DS3 media gateway services for multiple * boxes? What about TNT - SER - * ? Is there anyone here with real
2012 Sep 26
1
Running different Regressions using for loops
Hi, I am trying to run many different regressions using a FOR Loop. The input data that is read into R has the following variables · Volume · Price1 · Price2 · Price3 · Price4 · Price5 · Trend · Seasonality I want to run 5 regressions, with the Volume as an dependent variable and Price, Trend & Seasonality as
2019 Sep 05
2
ARM vectorized fp16 support
Thanks for reply. I was using LLVM 8.0. Let me try trunk and will let you know if it works. On Wed, Sep 4, 2019 at 11:19 PM Sjoerd Meijer <Sjoerd.Meijer at arm.com> wrote: > > Hi, > Which version of Clang are you using? I do get a "vfma.f16" with a recent trunk build. I haven't looked at older versions and when this landed, but we had an effort to plug the remaining
2008 Aug 29
1
nls() fails on a simple exponential fit, when lm() gets it right?
Dear R-help, Here's a simple example of nonlinear curve fitting where nls seems to get the answer wrong on a very simple exponential fit (my R version 2.7.2). Look at this code below for a very basic curve fit using nls to fit to (a) a logarithmic and (b) an exponential curve. I did the fits using self-start functions and I compared the results with a more simple fit using a straight lm()
2005 Jul 13
6
OT: DS3 -> VoIP Hardware Recommendations
Hello all, We are looking for some hardware requirements/recommendations to be able to handle a full DS3's worth of TDM -> VoIP traffic. The DS3 would bring 24 calls per T1 x 28 T1s = 672 simultaneous calls. We would then need to convert those calls into G729 SIP VoIP calls to send to our asterisk box over ethernet. Since everything is going in/out of asterisk is 729, and no features
2006 Mar 22
2
Re: Asterisk-Users Digest, Vol 20, Issue 153
Do you remember when Digium annouced channelized DS3???...vapour. You watch, this CODEC board will go the way of the DS3 boards...vapour. Mark my words. --------------------------------- Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 May 13
2
A question about AArch64 Cortex-A57 subtarget definition
Hello everybody, I'm reading the .td files defining the Cortex-A57 processor, which is a subtarget of AArch64 target, and there is something confusing me in the `AArch64SchedA57.td` file. In the top of `AArch64SchedA57.td`, various processor resource are defined, as follows ``` def A57UnitB : ProcResource<1>; // Type B micro-ops def A57UnitI : ProcResource<2>; // Type
2009 Dec 31
1
xyplot - help with multiple Y's vs. X of a member data in multiple panels
Dear R experts, Wish you all a HAPPY NEW YEAR! How do I go about plotting (using lattice) overlays of an ID (group=ID) observed, fitted data in each panel of a multiple panel plot (each panel identified by DS1 + DS2 + DS3)? "x" variable is X1 in the accompanying section of a dataset. each individual is identified by color and Y's are identified by "pch" or "lty".
2013 Jun 12
1
ILEC Interconnect
Hello Everyone, We are looking to interconnect with a local ILEC over an OC-n transport layer. They basically gave us two options in terms of mapping the SONET to the DS3: * VT1.5s mapping * DS1s mapping The second option is quite clear. We would MUX the connection, and plug the lines into qaud t1 cads etc... The tech mentioned that with the second option we would also need a DACS to convert