Displaying 6 results from an estimated 6 matches for "city2".
Did you mean:
city
2010 Feb 10
3
How to repeat the names?
Dear R helpers
I have a city.csv file as given below.
'city.csv'
city_name1 city_name2
New York City Buffallo
So I define
city_name = read.csv('city.csv')
city1 = city_name$city_name1
city2 = city_name$city_name2
My problem is how do I repeat the names one after other say 10 times i.e. my output should be like
New York
City Buffallo
New York
City Buffallo
New York
City Buffallo
New York City
...................
...................
...................
...................
I...
2008 Jul 18
1
Calculating Betweenness - Efficiency problem
Hello,
I am calculating 'Betweenness' of a large network using R. Currently, I have the node-node information (City1-City2) in an excel file, present in two columns where column A has City1 and column B has City2 that city1 is connected to. These are the steps that I go through to calculate betweenness of my network.
a) Convert the City1-City2 (text) into Number1-Number2 in the excel file where every unique city has a...
2008 Apr 23
0
winbindd hangs up while retreiving users
...====================== Global Settings
=====================================
[global]
workgroup = DEP2
realm = DEP2.CITY-XXI.INT
netbios name = SZRouter
server string = Secondary Router
security = ADS
hosts allow = 10.1.9., 127.
log file = /var/log/samba/log.%m
max log size = 5000
password server = City2.dep2.city-xxi.int
dns proxy = no
preferred master = no
local master = no
domain master = no
os level = 0
# My Properties
auth methods = winbind
winbind use default domain = yes
allow trusted domains = no
client NTLMv2 auth = yes
winbind separator = +
winbind cache time = 10
idmap uid = 10000-2000...
2012 Jul 26
4
Variables in a Tabular form. easily saved in a txt file
...ted easily in R in a tabular form and also saved in a ascii file that when one opens it see also the variables in a nice tabular format.
IS that possible? Below a small example of how should look results in R and in a txt file.
Postal Code | Superb
City1 | 2134 | 2
City2 | 254 | 5
City3 | 12 | 54433
I am ok if you can give me some hard coded example to try.
Regards
Alex
[[alternative HTML version deleted]]
2008 Apr 29
1
winbindd hangs up while retreiving usernames.
...ings =====================================
[global]
workgroup = DEP2
realm = DEP2.CITY-XXI.INT <http://dep2.city-xxi.int/>
netbios name = SZRouter
server string = Secondary Router
security = ADS
hosts allow = 10.1.9., 127.
log file = /var/log/samba/log.%m
max log size = 5000
password server = City2.dep2.city-xxi.int <http://city2.dep2.city-xxi.int/>
dns proxy = no
preferred master = no
local master = no
domain master = no
os level = 0
# My Properties
auth methods = winbind
winbind use default domain = yes
allow trusted domains = no
client NTLMv2 auth = yes
winbind separator = +
winbin...
2008 May 27
1
How to restrict winbindd to access trusted domains objects.
...Server role: ROLE_DOMAIN_MEMBER
[global]
workgroup = DEP2
realm = DEP2.CITY-XXI.INT
server string = SZRouter.DEP2.CITY-XXI.INT
interfaces = 10.1.9.0/24
security = ADS
auth methods = winbind
allow trusted domains = No
password server = City2.dep2.city-xxi.int
client NTLMv2 auth = Yes
client lanman auth = No
client plaintext auth = No
log file = /var/log/samba/log.%m
socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384
os level = 0
preferred master = No
local master...