similar to: What is that area code?

Displaying 20 results from an estimated 300 matches similar to: "What is that area code?"

2014 Jan 12
6
Duda Regresión Multiple
Buenos días, Me gustaría aplicar una regresión múltiple a los datos con los que trabajo pero no se como introducir los datos en R. He probado introducir el siguiente comando: modeloM<-lm(AVE.~ d1 + as.factor(d1T)*Tariff) summary(modeloM) Pero me da el siguiente error: > summary(modeloM) Error in if (attr(z$terms, "intercept")) sum((f - mean(f))^2) else sum(f^2) : argument is
2014 Jan 14
2
Duda Regresión Multiple
Buenos días, *Muchas gracias, todas las aportaciones han sido bien útiles.* Las he tenido en cuenta y he pasado los datos con el R, siguiendo el siguiente comando: *modeloRTUN2<-lm(AVE.~ Tariff + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9+ d10 + d11+ d12+ d13+ d14+ d15+ d16+ d17+ d18+ d19+ d20 +d21 + Tariff*d1 + Tariff*d2 + Tariff*d10)* *summary(modeloRTUN2)* Siendo: AVE. = Variable
2004 May 07
5
shaping domain names(www.xyz.com)
Hi, Is there any way by which we can shape domain name(not by IP address) Eg : suppose i want to shape tarrif to a particular domain www.xyz.com which has multiple ips and i am not aware of there ips how can we do that. Regards Jayesh ------------------------------------------------- Still single? Click here to find the perfect match.
2005 Dec 31
26
Free "Agile Web Development with Rails" Text
Hi All, I''m a RoR n00b that has been lurking for a week or so. About two weeks ago I bought the text version of Agile Web Development with Rails. Today, I bought the .pdf version because I run a Sony Notebook and find a .pdf more user friendly. Therefore I have the text to give away for free. If anyone in the continental US would like the copy please let me know and I''ll mail it
2004 Sep 05
1
Hawaii in map() function
I would like to use the map function for the continental US plus Hawaii, but can only find the library files for the continental US. Suggestions? Thank you.
2005 Sep 15
4
Rd and guillemots
First of all, thanks to those who've set up R to work so smoothly with Miktex-- even a total Latex bunny like me got it to work instantly, so that for the first time I'm able to run my Rd files through the Latex side of RCMD CHECK. Now the question/buglet. One of my Rd files contains the following: \code{mlazy( <<objname1>>, <<objname2>>, <<etc>>)}
2004 Aug 19
3
Do you know if you can map a large minimum spanning tree in R?
Thanks Mike. My data has longitude and latitude coords and I used distAB {clim.pact} then mst {ape} to calculate my minimum spanning tree. The nodes are telecoms sites from all over Australia. My goal is to determine the minimum cost of linking them via cabling, and I'm starting by calculating the distance "as the crow flies", but will probably eventually need to calculate the
2004 Dec 13
1
rsync and AIX 5.2
Will rsync run for AIX 5.2? Thanks, Philippe Bourdon Senior Unix Systems Engineer Webster Bank, N.A. 10 Main Street, Bristol, CT 06010 Tel: (860) 314-3142 Fax: (860) 371-3903 ********************************************************************** PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is for the exclusive use of addressee and may contain proprietary,
2004 Aug 18
1
Do you know if you can map a large minmum spanning tree in R?
Do you know if you can map in R? I have my minimum spanning tree, but as there are 1371 nodes (all over Australia) I'd like to be able to "graph" them as they actually would be on the map. Do you know if this is possible?
2001 Dec 28
1
Simple:: usage of stem() and hist()?
I must apologize in advance for asking a simple question. I am sure that a clue will be sufficient to get this show on the road. I am trying to graph tide prediction data in various ways. I haven't been able to answer this question after pouring over TFM. I read the datafile theight <- read.table("tides",header=TRUE) I do get a summary() or fivenum()
2008 Oct 07
2
masking a regular lat/lon grid to extract map boundaries
Dear R-helpers, I have lat/lon coordinates of regularly spaced grid points, about 4Km apart, covering the entire US continental region. I would like to mask this rectangular grid in order to extract all and only the grid points within a specific region. Today I want to extract Montana, say, from this grid, and I am hoping to somehow use the returned value of the function
2020 Jul 10
2
complex migration
Hello Everyone, I need to do a complex migration of either a guest VM as a whole or as individual files with a dump and load of a progress database-based ERP system. The old host is an Amd Opteron 8 Core 16 GB ram single Socket CPU with a RAID 10 array of 8x 500 GB SATA Disks.? It is running Centos 6.10 as a base OS using OpenVZ as the VM technology.? Kernel version is 2.6.32-042stab142.1 x86_64
2017 May 24
2
System Time Source
Once upon a time, Warren Young <warren at etr-usa.com> said: > a. It?s transmitting from a fixed location in a time zone you probably aren?t in ? US Mountain ? being the least populous of the lower 48?s four time zones. You therefore have to configure time zone offset and DST rules, which means additional software if you want it to track changes to these things. There were 10 batches of
2002 Oct 12
1
wine20020327-1i386rpm
err:mmsys:MMDRV_InitHardcoded You didn't setup properly the config file for the Wine multimedia modules. Will use the hard-coded setup, but this will disappear soon. Please add a WinMM section to your Wine config file. err:win:WIN_FindWndPtr window 10024 belongs to other proce Hello, this is the error message from wine, when I tried to start it first time with Continental.exe on my Redhat
2005 May 26
1
does Jitter calculation in chan_iax2.c work???
Hi, We are trying to get the jitter of a channel for iax channels. iax2 show netstats The above command always shows zero value for jitter. (Actually, only rtt and kpkts are non-zero). The behaviour is the same even for cross-continental calls. Is this a bug in the implementation or a configuration problem?. Thanks, Vijay & Ashish PS:We have enabled jitterbuffer at both ends.
2005 Jul 26
1
ASTCC: different incriments
How can I fulfill that? *Billing Increments* Continental USA: six (6) second increments. International: thirty (30) seconds minimum and six (6) seconds thereafter. Mexico: sixty (60) seconds minimum and six (6) seconds thereafter. bye Ronald Wiplinger
2010 Nov 19
1
Color Alaska in USA map
Hello: I have a problem when I tried to color the USA map with different colors. The following is my data (I only used the second column of data): alaska, 1, 2 Hawaii, 0, 0 USA, 5, 5 And here is my code: library("latticeExtra") library("mapproj") state<-read.table("C:\\usaclass.txt",sep=",") state
2015 Apr 28
1
Add first() and last() to utils?
Hi all, I've been using first() and last() for some time instead of x[1] and x[length(x)] for vectors, and I gradually added methods for lists, matrices, and data.frames. In preparing the next release of the 'gdata' package (2.16.1) I settled on these definitions, which harness the existing methods for head() and tail(): # Simply call 'first' or 'last' with a
2011 May 09
2
Rates Importer Tool
Hi All, new to the list. Wondering if anyone has / knows of, a good rate importer tool that can be used to standardize and normalize the ratesheets / rate decks etc. obtained from various carriers so they can be analysed and imported into a DB or be saved as a CSV or something? Thanks so much in advance aeg -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jan 02
1
Basic Question about use of R
Dear Sirs: I am not yet a user of R. My background includes the use of (Turbo) Pascal for scientific analysis of underwater acoustics problems (e.g. sound ray tracing and array gain in directional noise fields.) I have become interested in the following type of problem: (1) select , say, 1000 random locations within the continental United States; (2) characterize (statistically) the