search for: tig

Displaying 20 results from an estimated 27 matches for "tig".

Did you mean: big
2009 Mar 05
0
AEA 2009 Conference
Colleagues, I am apologize in advance if there is a more appropriate R mailing list for this announcement but this list seems to be the most relevant. I am a Topical Interest Group (TIG) leader for the Quantitative Methods: Theory and Design TIG of The American Evaluation Association. Each year, our TIG reviews proposals related to our focus area and then puts together a great program for the annual conference to be held this year November 11-14 in sunny Orlando, Florida....
2004 Feb 18
1
secuirty bug with /etc/login.access
/etc/login.access does not work 100% over ssh. I have the following line in login.access -:ray:ALL EXCEPT LOCAL Which I believe means the user 'ray' can not login from anywhere unless it is a local login. So, I tested it over ssh from a remote box tigger@piglet:~% ssh ray@sonic.cbnmediaX.com.au Password: Password: Password: ray@sonic.cbnmediaX.com.au's password: Last login: Sat Feb 14 12:29:45 2004 from dsl-38.226.240. Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All righ...
2006 Sep 22
2
inequality with NA
Dear everybody! take a<-c(5,3,NA,6). if(a[1]!=NA){b<-7} if(a[3]!=5){b<-7} if(a[3]!=NA){b<-7} if(a[3]==NA){b<-7} will alltogeather return Fehler in if (a[1] != NA) { : Fehlender Wert, wo TRUE/FALSE n?tig ist (or simularly). Somehow this is logical. But how else should I get out, whether a certain vector-component has an existing value? Thank you in advance! Yours, Mag. Ferri Leberl
2010 Apr 23
1
Zoomable chart
...t. I would like each point to be clickable, and would like users to be able to zoom and navigate within the chart. We would prefer not to use Flash for this project. The database is sizeable (potentially 10,000+ points), and rapid rendering of the chart would also be desirable! Thanks in advance, Tig -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/J...
2005 Sep 02
4
Error has me stumped (Agile Web Dev with Rails book)
...I get the following error: - - Unknown action No action responded to add_to_cart -- If I try to display the cart instead (http://192.168.1.7:3000/store/display_cart) I get this: -- Unknown action No action responded to display_cart -- As far as I can see everything I need is in place. Thanks, Tig
2019 Jul 31
2
SSL-Question
Thank you for reply. And in wich folder put tig PEM file V V sre., 31. jul. 2019 ob 16:04 je oseba unosonic <un at aporee.org> napisala: > Ervin Bizjak: > > Hello! > > > > Where do I find tutorial how to install and setup ssl and which > certificate > > is for icecast? > > > > hi, don't know...
2012 Oct 20
2
can't find the error in if function... maybe i'm blind?
Hi everybody, the following alway gives me the error "Fehler in if (File$X.Frame.Number[a] + 1 == File$X.Frame.Number[a + 1]) (File$FishNr[a] <- File$FishNr[a - : Fehlender Wert, wo TRUE/FALSE n?tig ist". Maybe its stupid, but i'm not getting why... Maybe someone can help me. Thanks a lot! for (i in unique(BigFile$TrackAll)) { File <- subset(BigFile,BigFile$TrackAll == i) File$FishNr [1] <- 1 for ( a in File$X.Frame.Number) {if(File$X....
2008 Aug 13
2
Tiny help for tiny function
...quot;low corr.") } woks not: x<-c(0.5,0.3,0.9,-0.9,-0.7,0.3) y<-c(0.1,0.2,NA,-0.8,-0.4,0.9) XY<-rbind(x,y) Testi<-sapply(XY,extract.values,simplify=FALSE) Fehler in if (x >= 0.8 | x <= -0.8 | x == NA) x else ("low corr.") : Fehlender Wert, wo TRUE/FALSE n?tig ist Error in if (x >= 0.8 | x <= -0.8 | x == NA) x else ("low corr.") : Missing value, where TRUE/FALSE is needed How can I do this right. Thanks for help B. ----- The art of living is more like wrestling than dancing. (Marcus Aurelius) -- View this message in context: http...
2004 Jul 21
1
ssh and root on 4.10 = password discovery (maybe)
...l allow you to 'work out' the root password. However, if you try the same against 5.2.1 FreeBSD, you have little chance. The following are pretty clear examples. If this is a config mistake on my side, please let me know as I have clearly done something wrong. Correct root password - 4.10 tigger@piglet:~% ssh root@4.10-FreeBSD Password: Connection to 4.10-FreeBSD closed by remote host. Connection to 4.10-FreeBSD closed. tigger@piglet:~% Incorrect root password - 4.10 tigger@piglet:~% ssh root@4.10-FreeBSD Password: Password: Password: root@lilypie.com's password: Permission denied...
2006 May 16
1
survival package - pspline
...ed the procedure with an example dataset R is providing. Although using the cancer dataset I also get this message. Input: survreg(Surv(time, status) ~ pspline(age,degree=0,nterm=4), cancer) Output: Fehler in if (!doing.well && old$half < 2) { : Fehlender Wert, wo TRUE/FALSE n?tig ist I hope you can help me, Thanks Birgit Rauchenschwandtner -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
2012 Nov 05
1
Error message in nmkb()
...together, I am trying to use the nmkb() optimizer and I have problems using the function, as it causes the following error message Fehler (error)* in while (nf < maxfeval & restarts < restarts.max & dist > ftol & : Fehlender Wert (missing value)* , wo (where)* TRUE/FALSE n?tig ist (is required)* *translation Do I need to adjust the control ? my.optpar3<-nmkb(par=par.start,fn=my.loglike.normal,lower=constLo,upper=999, control=list(restarts.max=9)) If you need more info, please let me know. I would appreciate some help, thank you very much. Best, Marcial -- Vie...
2010 Oct 03
1
Modifying a data.frame
...following short script: for (i in ex) { if(ex[i,3]=="A"|| ex[i,3]=="C"){ ex[i,4]<--9999 } else { ex[i,4]<-10 } } This script is creating an error message: Fehler in if (ex[i, 3] == "A" || ex[i, 3] == "C") { : Fehlender Wert, wo TRUE/FALSE n?tig ist Why this script doesn't work properly? Thanks a lot for your hints Beat
2010 Feb 01
3
playwith error message
Hi, I'am using the playwith library to write my own small GUI application. But I get the following error under Windows and Linux (Ubuntu): Error in if ((modeOK %in% c("Identify", "Brush")) && (actions$ident == : Fehlender Wert, wo TRUE/FALSE n?tig ist Under linux my R program simply continues, but under Windows it stops. Since it is not in my code, has anyone an idea what goes wrong? I most of the generated picture it is not possible to Brush or Identify. Thanks in advance Sigbert
2008 Mar 22
2
intraday OHLC plot
...2.csv") > date.d=strptime(raw$Date..GMT,"%d-%m-%Y %H:%M:%S") > x=ts(data=c(raw$Open,raw$High,raw$Low,raw$Last),c="mts") > plotOHLC(x) Fehler in if ((!is.mts(x)) || (colnames(x)[1] != "Open") || (colnames(x)[2] != : Fehlender Wert, wo TRUE/FALSE n?tig ist > so there is a value missing where it expected a T/F... In Details of the help on the function plotOHLC it says: The time scale of x must be in Julian dates (days since the origin). Perhaps anyone can provide help here? Thanks, Thomas
2009 Jan 07
1
troubles performing Moran.I test
...;s see what might be wrong with the data...However, I have some NAs in there... when I try to perform the test using: Moran.I(datAL$LN.Rt05.Rt98., ALdist.inv, na.rm=TRUE) I get the following error message: Fehler in if (obs <= ei) 2 * pv else 2 * (1 - pv) : Fehlender Wert, wo TRUE/FALSE n?tig ist in english something like error in if (obs <= ei) 2 * pv else 2 * (1 - pv) : missing value, where TRUE/FALSE is needed can anyone give me a hint what is going wrong?? many thanks in advance!! Barbara
2006 Apr 22
4
Slice and dice plugin
...conditions in active record, and have come up with a little plugin that some may find useful. Currently active record finder and calculations methods can take a :conditions option with a string or array listing some sql conditions, eg: Animals.find :first, :conditions => "name = ''Tiger''" My plugin enables simple conditions like this to be written without any SQL at all, using a hash instead of an array or string: Animals.find :first, :conditions => {:name => ''Tiger''} As well as simple equality conditions, other tests such as more than, l...
1998 Jun 24
0
Win98 Full Release and Samba NT domain
...g no no....) I tried in network neighborhood and double cliked the Linux machine and I got the prompt for a password on \\newjackswing\ipc$ but no password worked?? any ideas?? George Vieira http://newjackswing.dyn.ml.org tremors@newjackswing.dyn.ml.org please reply if bouncing occurs to rotary@tig.com.au
2019 Jul 31
2
SSL-Question
Hello! Where do I find tutorial how to install and setup ssl and which certificate is for icecast? Thank you V V sre., 31. jul. 2019 ob 15:13 je oseba Per Gunnarsson < per.gunnarsson at yandex.com> napisala: > I have one listening socket for http and one separate for https. > > It looks like this: > > > <listen-socket> >
2012 Aug 24
1
Fwd: Re: Package cwhmisc and problems
...bit) > * using session charset: UTF-8 > * checking for file ‘cwhmisc/DESCRIPTION’ ... OK > * this is package ‘cwhmisc’ version ‘3.1’ > * checking package namespace information ... OK > * checking package dependencies ...Fehler in if (x2 != x1) { : Fehlender > Wert, wo TRUE/FALSE nötig ist > Ausführung angehalten > > Grep-ing my source directory for '(x2 != x1)' does not find anything, so > I guess this is a message internal to R CMD check. Before doing a binary > search by moving out chunks of *.R and *.Rd files until the error > disappears, I beg to as...
2009 Feb 11
4
5.2 x86_64 DVD
...x, wget, a bittorrent client and an ftp client using Windows as well as Linux hosts. Is something wrong with the distributed DVD image? It has failed an MD5 check every time I've pulled it down. Paul Fontenot Wells Fargo Public Key Infrastructure Team Cryptography Services|IST|EIM|TES|TIG|Wells Fargo Email: ward.p.fontenot at wellsfargo.com <mailto:ward.p.fontenot at wellsfargo.com> Phone: (480) 437-7795 This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy,...