search for: unsucess

Displaying 20 results from an estimated 49 matches for "unsucess".

Did you mean: unsuccess
2003 Sep 24
8
VIA vs Intel
Has anyone successfully run asterisk with a VIA processor ? I have tried unsucessfully, do I have to run make with any specific switches ?
2009 Dec 17
3
Problem reading binaries created with fortran
Is it possible to read fortran binaries with R? I tried unsucessfully and my understanding is that fortran write binaries with leading and trailing bytes. I get numbers but not the right ones. Thanks ps: the binary I'm interested in reading is a MODFLOW output with a mix of character, double and integers. [[alternative HTML version deleted]]
2020 Feb 03
3
Stroring and extracting AICs from an ARIMA model using a nested loop
Hello I am trying to extract AICs from an ARIMA estimation with different combinations of p & q ( p =0,1,2,3 and q=0,1.2,3). I have tried using the following code unsucessfully. Can anyone help? code: storage1 <- numeric(16) for (p in 0:3){ ? ? for (q in 0:3){ ? ? ? storage1[p]? <- arima(x,order=c(p,0,q), method="ML")} } storage1$aic [[alternative HTML version deleted]]
2007 Sep 19
4
fontsize in mosaic plot lables
Hi List, I am trying unsucessfully to modify the fontsize of lables in mosaic: require(vcd) mosaic(Titanic, pop=FALSE, labeling_args=list(rot_labels=c(bottom=90,top=90), set_varnames = c(Sex = "Gender"), gp_text=gpar(fontsize=20))) #can't get it to resize text tab <- ifelse(Titanic < 6, NA...
2004 Jan 22
2
ETSI PRI ISDN Signalling
Hi All, I've bought a R2Adapter to convert R2Digital to ISDN. I am trying to config E100P card but D-Channel is down. I know R2Adapter uses ETSI ISDN Protocol so I tried unsucessfully setup switchtype to EuroISDN. Any clue? Daniel
2008 May 27
2
GMM estimation
Hello there!!! Sorry to bother you all with such question and difficulties that I have been facing on. Recently I have been searching for packages to run GMM estimatives with R. I have been searching for such packages for a while, but since I am a new user of R system, my quest so far was unsucessful. That´s why I had decided to ask to this forum. Hope that anyone could help me! I know that such emails might bother you guys at all... but I dont know where to search for help about this issue. Many thanks!!! hope to hear from you soon! Leo! [[alternative HTML version deleted]]
2013 Feb 12
3
improving/speeding up a very large, slow simulation
...1]> mp),1,0) for(i in 2:n){ if(success.fail.num[i] == 1){ v <- i-1 number.passing[i]<-number.passing[v]+1 } else{number.passing[i] <- 0} } number.passing } number.passing<-number.passing.plots(verification.plots=verification.plots, success.fail.num=run$success.fail.num) sucessful.unsucessful<-rep("blank",p) one.zero <- rep(0,p) result <- "blank" resultL <- 0 n <-length(verification.plots) for(i in 1:n){ if(number.passing[i] >= mp) { sucessful.unsucessful[i] <- "successful" one.zero[i] <- 1 } else { sucessful.unsucessful[i]<-...
2020 Feb 03
2
Stroring and extracting AICs from an ARIMA model using a nested loop
...Barradas > > > > > ?s 06:23 de 03/02/20, ismael ismael via R-devel escreveu: >> Hello >> I am trying to extract AICs from an ARIMA estimation with different >> combinations of p & q ( p =0,1,2,3 >> and q=0,1.2,3). I have tried using the following code unsucessfully. Can >> anyone help? >> code: >> storage1 <- numeric(16) >> for (p in 0:3){ >> for (q in 0:3){ >> storage1[p] <- arima(x,order=c(p,0,q), method="ML")} >> } >> storage1$aic >> [[alternative HTML version deleted]...
2003 Jul 23
2
executing an agi script after a successful Dial
I would like to run an agi script (to calculate the cost of a long distance or international call) right after I execute a Dial app. Can this be configured in extensions.conf? It seems the entries right after a Dial app get executed only if the Dial app was executed unsucessfully. Would I have to execute the dial app from the agi script? Thanks in advance. Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030723/e0855fbf/attachment.htm
2008 Feb 08
1
putting mean and sd on a histogram
Hi, I would like to put the mean and + / - the standard deviation as lines on the x axis of a histogram. My attempts using the histogram function have been unable to do this. My searches are unsucessful on this subject. Any ideas are appreciated. Thanks stemp <- 5 6 5 5 5 5 6 5 m <-5.25 stanD <- 0.46291005 using windows xp R 2.6 -------------------------------------------------- David Kowalske Jr Graduate Research Assistant School for Marine Science and Technology 200 Mill Road S...
2004 Jun 22
2
Cisco ata-186 port died
...using my analog phone on port 2. I picked it up about an hour after the last call I made and the line was dead. There is no power at all over the phoneline to the phone, and the red light doesnt light up. The configuration is verified as unchanged. Has anyone seen this problem before. I was unsucessful in finding anything on google and wiki about it. jacob
2004 Jul 27
1
Hook-flash timing
...ialled 1 (presumably using pulse). Do I just need to disable pulse dialling detection? How do I do this? Finally, can I turn off the '#' to transfer, since we're using the hook-flash (albeit manually) instead? ISTR an option to do this but have spent the morning trying to find it again unsucessfully... Cheers, Robie.
2007 Feb 22
1
Asternic Flash Panel
Has anyone gotten this configured to show all extensions vertically instead of filling up the window. If so would you mind sharing your configuration Yes I have tried searching terms like +asternic +op_panel +vertical and a slew of others. Unsucessful though. -- =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ J. Oquendo echo @infiltrated|sed 's/^/sil/g;s/$/.net/g' http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1383A743 "How a man plays the game shows something of his character - how he loses shows all" - Mr. L...
2012 Nov 09
1
Fwd: Simulate nested data
I know this seems like a very easy question (and maye it is) but I've been trying to simulate nested data and been unsucessful so far.. I want to simulate a varying number of species within a group; and then create an array to store the results of my for-loop. For example: groups<-3 species$groups<-as.integer(runif(groups,1,10)) #species per functional group ###create arrays to store results p<-array(NA,di...
2007 Aug 09
1
plot table with sapply - labeling problems
Hi List, I am trying to label a barplot group with variable names when using sapply unsucessfully. I can't seem to extract the names for the indiviual plots: test<-as.data.frame(cbind(round(runif(50,0,5)),round(runif(50,0,3)),roun d(runif(50,0,4)))) sapply(test, table)->vardist sapply(test, function(x) round(table(x)/sum(table(x))*100,1) )->vardist1 par(mfrow=c(1,3))...
2020 Feb 04
2
Stroring and extracting AICs from an ARIMA model using a nested loop
...return a vector. Hope this helps, Rui Barradas ?s 06:23 de 03/02/20, ismael ismael via R-devel escreveu: > Hello > I am trying to extract AICs from an ARIMA estimation with different > combinations of p & q ( p =0,1,2,3 > and q=0,1.2,3). I have tried using the following code unsucessfully. Can > anyone help? > > code: > storage1 <- numeric(16) > for (p in 0:3){ > >? ? ? for (q in 0:3){ >? >? ? ? storage1[p]? <- arima(x,order=c(p,0,q), method="ML")} > } > storage1$aic > > ??? [[alternative HTML version deleted]] > &g...
2008 Jun 18
4
Probem creating a Windows XP HVM with snv_90
Hi all, I''ve just upgraded my OpenSolaris 2008.05 workstation to snv_90 after unsucessfully trying to get virt-install.sh to run on snv_86 and now have (I think) a more serious problem. In the xend-debug.log file I keep getting the following error repeated many times : Failed allocation for dom 8: 1 extents of order 9 ERROR Internal error: Cannot allocate more 2M pages for HVM guest...
2004 Dec 29
1
Bizarre DNAT problem...
...ses when I try to connect so it definitely appears that the packets are getting to the firewall but alas are getting lost somewhere... This is why I am so confused. It appears the rules are configured correctly and it appears the routing is working correctly. I am running Fedora Core 3. I have unsucessfully tried 2.0.10, 2.0.13 and 2.2 RC2. Any ideas?? Or am I doing something stupid?? Ifthere any additional information people need to help diagnose this just holler and Ill post?? -- John Cavanaugh
2004 Aug 26
1
file permissions head-ache on Samba V3.0.4
...a member of a Windows NT4 domain, it's to be used as a fileserver for users on the NT domain. I have configured samba to use domain security, and have winbind working correctly (I think!!) - I can get the domain users and groups to show from a 'wbinfo -u or wbinfo -g. I have been trying (unsucessfully) to configure the /home directory so that the domain admins here can manage the subfolders and the permissions, from the server administrator or management console on their NT / 2000 workstations. I have used the following commands on the /home volume so that the domain admins/users can have...
2009 Dec 17
1
Problem reading binaries created with fortran (More infos)
...Department of Statistics > UC Berkeley > spector@stat.berkeley.edu > > > > On Thu, 17 Dec 2009, kapo coulibaly wrote: > > Is it possible to read fortran binaries with R? I tried unsucessfully and >> my >> understanding is that fortran write binaries with leading and trailing >> bytes. I get numbers but not the right ones. >> Thanks >> >> ps: the binary I'm interested in reading is a MODFLOW output with a mix of >> character, double and...