search for: fed

Displaying 20 results from an estimated 1239 matches for "fed".

Did you mean: fd
2013 Apr 03
7
Canadian politcal party colours in ggplot2
A stupid question but does anyone know how to express the actual colours used by the main Canadian political parties? I want to do a couple of ggplot2 plots and have lines or rectangles that accurately reflect the party colours. I can probably play around with RColorBrewer or something to figure it out but if some some already has got them it would save me some time especially with the NDP
2009 Nov 15
6
Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server
Dear All Please be informed that I need to install Asterisk 1.4.13 on my Debian 3.1 server . But I got the following message when trying for "#./configure" : "error: no acceptable C compiler found in $PATH" Can you please do me favor and let me know what is the problem ? Let me thank you in advance -------------- next part -------------- An HTML attachment was scrubbed... URL:
2000 Oct 02
3
R vs S-PLUS with regard to memory usage
...writing applications like mine. Please enlighten me on what is happening. Thanks much. ***************************************************************** Mr. Anantha Prasad, Ecologist/GIS Specialist USDA Forest Service, 359 Main Rd. Delaware OHIO 43015 USA Ph: 740-368-0103 Email: aprasad at fs.fed.us Web: http://www.fs.fed.us/ne/delaware/index.html Don't Miss Climate Change Tree Atlas at: http://www.fs.fed.us/ne/delaware/atlas/index.html ****************************************************************** -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-he...
2000 Oct 03
5
Where is gam?
...model functions in R (1.1.1) ... is there a package that implements them? Thanks Prasad ***************************************************************** Mr. Anantha Prasad, Ecologist/GIS Specialist USDA Forest Service, 359 Main Rd. Delaware OHIO 43015 USA Ph: 740-368-0103 Email: aprasad at fs.fed.us Web: http://www.fs.fed.us/ne/delaware/index.html Don't Miss Climate Change Tree Atlas at: http://www.fs.fed.us/ne/delaware/atlas/index.html ****************************************************************** -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-he...
2023 Dec 31
0
[Bug 15546] New: disable of sorting when files to transfer is fed via --files-from
https://bugzilla.samba.org/show_bug.cgi?id=15546 Bug ID: 15546 Summary: disable of sorting when files to transfer is fed via --files-from Product: rsync Version: 3.2.0 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: core Assignee: wayne at opencoder.net Repor...
2010 Mar 28
3
Need help in speex..
Hi I am using Jspeex for my project which requires compression of audio in realtime..so far i managed to capture sound using java's sound.The capturing format i use is 8 bit 8khz ,stereo pcm.The captured sound is buffered and fed to encoder.Its fed to decoder,whose output is again buffered for sometime.But when i try to play it back i could hear sound only in right channel.Left channel is fully noise.Stereo mode was used in encoder and decoder.I am not using any format converter during playback..what can be the possible cau...
2011 Nov 21
3
How do I query "..." in a function call?
This is probably a very noobish question, but if I want to create a function that allows an undetermined number of, say, numeric vectors to be fed to it, I would use: myfunction = function(...) { # Do something } Right? If so, how do I a) count the number of vectors "fed" to the function, and b) how do I treat those vectors as variables, e.g. for the call: myfunction(c(1:10),c(2:11),c(3:13)) Thanks! --j -- Jonathan A. Green...
2009 May 19
2
Getting lm() to work with a matrix
Hi I'm fairly new to R and am trying to analyse some large spectral datasets using stepwise regression (fairly standard in this area). I have a field sampled dataset, of which a proportion has been held back for validation. I gather than step() needs to be fed a regression model and lm() can produce a multiple regression. I had thought something like: spectra.lm <- lm(response[,3]~spectra.spec[,2:20]) might work but lm() doesnt appear to like being fed a range of columns. I suspect Ive missed something fairly fundamental here..... Any help much app...
2020 Oct 29
5
FREDR and R 3.6
I tried to install the fredr package yesterday to access the data series hosted by the St. Louis Fed but my installation of R, version 3.6, tells me it is not available from a cran repository. I could not find any information on this on the fredr information package and was wondering if anyone here might know?
2000 Jan 14
0
Q: Solaris, two interfaces, outgoing smb fed throug 'wrong' interface!
...2 0 hme1 224.0.0.0 129.17.20.245 U 3 0 hme0 default 129.17.1.4 UG 0 4 127.0.0.1 127.0.0.1 UH 0 3596 lo0 All SMB traffice is recieved through hme1 which is dandy, however client reads are fed out through the hme0 interface, with from address specified as, in this case 129.17.20.94 (hme1). This causes congestion on hme0 which is where we serve nfs. Solution 1: I could probably set up static routing records for all hosts likely to use smb, but this is highly impractical because of dispe...
2010 Mar 18
0
[LLVMdev] How to link LLVMCore.a into a custom pass that is fed to opt
...at I am authoring (specifically, I want to use the OCaml bindings that are tied to the C bindings to author the pass). However, this requires that I link in LLVMCore to provide said bindings to my library. From what I've read, there is a known issue with linking LLVMCore into a module that is fed to opt. Namely, you get the following assertion: [posera ~]$ opt -load "downloads/llvm2.6/Debug/lib/Sample2.so" --sample2 test.bc opt: Pass.cpp:152: void<unnamed>::PassRegistrar::RegisterPass(const llvm::PassInfo&): Assertion `Inserted && "Pass registered multiple...
2010 Feb 02
1
Subset and point plot
...but when I run with only 3, only 2 lines show up. When I add a 4th color (pink in this case), I get the 3rd line. If I subset for c(a1,a2,a3), it works using three colors. Should be simple, but I dont see it. rm(list=ls()) daily<-subset(raw, subset=Foodin>1 & Rep==2 & Grp=="fed" & Tanks=="a4"| Foodin>1 & Rep==2 & Grp=="fed" & Tanks=="c4"|Foodin>1 & Rep==2 & Grp=="fed" & Tanks=="h4") attach(daily) x11() par(cex=1.4) plot(Day, Wgt col=c("red","blue","purple&quot...
2011 Sep 11
5
Link between Qt GUI and R
...nicates with R, and i am not sure what i should use for the interface. There seems to be many ways: R.dll, Rinside, Rcpp, RQt, Rtools... . what is the best way? please advice. basically what i want to do is that, the Qt GUI will allow users to make selection and enter numbers, these inputs will be fed to R, already written .R files will perform the calculations, the calculation results (graphs/numbers) to be fed back and display in the GUI. graham -- View this message in context: http://r.789695.n4.nabble.com/Link-between-Qt-GUI-and-R-tp3804976p3804976.html Sent from the R devel mailing list...
2016 Dec 01
1
Fed 25: Samba suddenly refuses all XP connections, Win 7 OK
...he main samba server which has been working fine for years. There is nothing wrong with the accounts because Win 7 clients using the same credentials are fine. On the LAN I also have Ubuntu servers and their samba shares are OK from XP. It seems its just the specific combination of XP client to Fedora samba which has this problem. I even downgraded samba from the current 4.5.1 to 4.5.0 but it still shows this issue. The Ubuntu version which is OK is 4.3.11 Also note when I browse the LAN from the broken XP clients in Explorer the server name comes up, so XP does know it is there. When I c...
2010 Apr 04
2
[Trisquel-users] I am fed up with YouTube!
May be wish for an addon which on-the-fly convert flv/mp4 videos to ogg in browser. Firefox can run/display ogg videos. Currently I have to download them manually using download helper extension and then i use OggConvert to convert it into ogg video. Then I watch it. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 May 31
1
subset-analogue removing fed in indexes?
Hello, Here's my issue: I want to plot the following vectors: > x <- c(0.0, 2.0, 15.0, 100.0, 105.0, 105.1, 110.0, 120.0, 120.1, 130.0) > data <- c(8.75, 8.75, 16.25, 38.75, 61.25, 8.75, NA, 8.75, NA, NA) and avoid the line discontinuations caused by 'NA'. > plot_data <- na.omit(data) will clean up 'data' for me, but now I need to get a 'plot_x'
2005 Sep 16
0
Job opening at the Fed
The Money and Reserves Analysis section in the Division of Monetary Affairs at the Federal Reserve Board in Washington has an opening for an Information Systems Analyst (ISA). The job listing can be found here: http://careers.peopleclick.com/jobposts/Client40_FRBOG/BU1/External/281-813.htm This is not really a statistics position, although it does involve SAS (and possibly R, see...
2002 Mar 26
2
size of vectors to be fed to MDCT
Hi, as we are trying to implement MDCT in hardware, we are caring now about the "n" (size of input and output vectors to and from MDCT). As I have looked in the code, this "n" is chosen from the Ogg/Vorbis stream data in info.c:_vorbis_unpack_info() which means this "n" can vary aribitrarily (as the power of 2) depending only on the value got from song data? or is
2013 Jan 08
1
Levels in new data fed to SVM
Hi all, I've encountered an issue using svm (e1071) in the specific case of supplying new data which may not have the full range of levels that were present in the training data. I've constructed this really primitive example to illustrate the point: > library(e1071) > training.data <- data.frame(x = c("yellow","red","yellow","red"), a =
2020 Oct 30
0
FREDR and R 3.6
On Thu, 29 Oct 2020, H writes: > I tried to install the fredr package yesterday to > access the data series hosted by the St. Louis Fed but > my installation of R, version 3.6, tells me it is not > available from a cran repository. > > I could not find any information on this on the fredr information package and was wondering if anyone here might know? > Just for completeness: there is also the 'alfred' pack...