search for: sevens

Displaying 20 results from an estimated 990 matches for "sevens".

Did you mean: seven
2005 Oct 21
3
make three plot to one plot
Dear all, I want to make three plot below to only one plot together with legend, how can I do that? I have tried with matplot function but I did not succeed. Thanks for your help. Sincerelly, Jan Sabee test.five.x <- c(0.02,0.05,0.07,0.09,0.10,0.12,0.13,0.14,0.16,0.17,0.20,0.21,0.34,0.40) test.five.y <- c(18,12,17,12,3,15,1,5,1,1,3,10,15,10) plot(test.five.x, test.five.y,
2005 Jun 26
2
visualizing frequencies
Dear everybody, In our game-theory lesson we have run several classroom-experiments where the students had to decide for a natural number between one and seven. I have troubles now to visualize the results: be a the vector of answers. hist(a) will not assume natural numbers as answers, but rational. It will make the brakes exactly at the natural numbers, which is difficult to interpret, as
2005 Dec 08
1
read.table error
Hey, Once again I ask for some quick help. Here is some code: ovendata<- read.table("ovens.dat",header=TRUE) attach(ovendata) print(ovendata) Here is the .dat file: D One Two Three Four Five Seven Eight 1130 254 252 375 384 252 375 876 127 250 250 384 386 251 378 875 Here is the R Console output: >
2010 Feb 04
1
Windows Seven
Dear all, I am sure this question was asked many times, but I read that Windows Seven should work with Samba 3.2 We have SLES 11 (SuSE / Novell) and the version provided is smbd version 3.2.7-11.6-2057-SUSE-CODE11 Is it possible to join domain with Windows Seven to this version or is it incompatible ? I also read this, but it's not clear if 3.2.7 would also work or not ? *
2008 Oct 08
3
R seven years ago
Hello everyone, As some may know, today Google unveiled its 2001 search index [1]. I was curious to see how was R like at that time, and was not disappointed. Compared to today's main page [2], seven years ago the page looked [3] a bit rudimentary, especially the graphic. (It is wort noting that structurally the pages are very similar.) What definitely changed is the `Contributed
2011 Sep 06
2
Windows 7 64 bits with Samba PDC (trust relationship problem)
Hi I would like to know if anyone has success in making 64-bit Windows Seven work with a Samba PDC without any problems? I have a Samba 3.5.6 server running on Debian Lenny. Samba works properly and is using the LDAP backend, which is integrated with Kerberos, GSSAPI, etc... Abount Windows Seven... I changed the registry as recommended Samba wiki, applied the hotfix to not give the DNS error
2007 Sep 13
1
which test for seven groups with dependency in replication and discrete values
hello! My Problem is, that I want to compare seven groups, which have the discrete values from 0 to 3. These are damageclasses of plants. 0 is best and 3 is worst. Every group has 4 replications with 2 plants. The two plants were together in a cage with animals. I think the problem is that the two plants are not independent from each other. I don't know which test I can use for this
2005 Dec 02
2
Seven month time-series sampled at hourly intervals
I have data from several sensors that recorded data at hourly intervals during seven months. I want to separate daily variation from the trend, and also be able to zoom in on only one month of data. I have not been able what functions to use, I can not figure out from the help for 'ts' how to use hourly data. I guess this is routine-work for a lot of people so I hope someone can
2015 Jul 29
1
the seven.c.o blog and twitter
hi, wondering if we should setup a twitter account for seven.centos.org and have it linked into the blog code to auto tweet on new posts ? There is a lot of great content on the blog now, and I suspect its not getting a lot of air time. Could we do something similar for the centos facebook groups as well ? Regards -- Karanbir Singh, Project Lead, The CentOS Project +44-207-0999389 |
2016 Jul 18
2
Samba 4.2 extremely slow with (some) XP & Seven boxes
Hi there, After an upgrade our fileservers to samba 4.2.10 (debian package), some (but no all) of our XP and Seven boxes are extremely slow. Toggling "require strong key" to no does not help. Our DC are still 4.1.17 (debian package) Is there any known issue? Regards
2010 Feb 16
0
BDC and Windwos seven
hi list, somebody have been already tested to log into Windows seven when PDC is off line. ( so on BDC) I have joined my seven workstation in samba 3.4.0 successfully and my user can log into it. but when PDC is offline i have an error message that concern the trust relationship between workstation and server. thanks
2009 Jun 16
2
Question regarding dataframes, matrix, frame, etc...
Hi all, As of now, I have a 15x8 matrix (name is "asdf"). The first seven columns contain numbers while the last column contains a string. The class of each column is "character". When I use the plot function to display a scatter plot between any of the two columns, ie. plot(asdf[, 1], asdf[, 2]) everything works fine. However, if I want to use the command "pairs" to
2015 Jun 12
0
Added Brian as new Contributor to seven.c.o
hi, I've added Brian Exelbierd as Contributor on seven.centos.org blog - he wants to start by posting on the work he's done for the CentOS Calendar. - KB -- Karanbir Singh, Project Lead, The CentOS Project +44-207-0999389 | http://www.centos.org/ | twitter.com/CentOS GnuPG Key : http://www.karan.org/publickey.asc
2011 Jun 01
2
load seven files (named by date) at a time
Hello, I'm trying to load a weeks worth of files that are each named by the date they were creaded (e.g., 20110601.RData), starting with the day before today so if today is June 1, I would like to load 20110525- 20110531. The script was working until today, and x= 20110593 20110594 20110595 20110596 20110597 20110598 20110599 20110600. time=Sys.time() t1<- as.numeric(format.Date(time,
2014 Nov 19
1
Infra - CentOS {www,seven}.centos.org downtime
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Due to a hardware maintenance (moving some gluster volumes to Infiniband, so adding/configuring the IB HBAs), we'll have to shutdown some nodes in the CentOS Infra. Migration is scheduled for Friday November 19th, 9:30 am UTC time. You can convert to local time with $(date -d '2014-11-19 09:30 UTC') The expected "downtime" is
2012 Mar 08
2
Boxplot Fill Pattern
Hello R Help! I would like to make a legible boxplot of tree growth rates for each of seven tree species at each of seven different sites. It's a lot of data to put on one figure, I know. I made a beautiful, interpretable figure using color, but my target journal can't deal with color figures. I can use seven shades of grey to fill the boxes, but the figure then becomes uninterpretable -
2009 Dec 05
3
Referencing variable names rather than column numbers
I apologize for how basic a question this is. I am a Stata user who has begun using R, and the syntax differences still trip me up. The most basic questions, involving as they do general terms, can be the hardest to find solutions for through search. Assume for the moment that I have a dataset that contains seven variables: Pollution, Temp, Industry, Population, Wind, Rain and Wet.days. (This
2011 Nov 28
0
Conversion Error in migration of printer drivers from Windows seven 64 to Samba PDC 3.5.11
I get problem migrating printer drivers from Windows seven 64 bits workstation to Samba PDC 3.5.11 The driver works fine on the workstation The migration command net -d 4 rpc printer MIGRATE DRIVERS XeroxM24 -S xxx.xxx.xxx.36 -U 'username' returns the messages: convert_string_internal: Conversion error: Illegal multibyte sequence (......) ndr_push_error(5): Bad character conversion
2011 Nov 28
2
problem in reading file
Hi, I have a file that looks like this : one,0 two,0.591,0 three,0.356,0.350,0 four,-0.098,0.072,0.380,0 five,0.573,0.408,0.382,0.062,0 six,0.156,0.232,0.517,0.424,0.303,0 seven,0.400,0.414,0.611,0.320,0.401,0.479,0 eight,0.282,0.375,0.512,0.346,0.308,0.463,0.605,0 nine,0.519,0.484,0.467,0.167,0.455,0.311,0.574,0.557,0 I want to create a data matrix out of it, so I tried this :
2016 Jul 18
2
Samba 4.2 extremely slow with (some) XP & Seven boxes
hi there, On 07/18/2016 10:24 AM, kendell clark wrote: > I can confirm this. […] maybe debian bug #827141 is relevant … we've seen similiar symptoms, recompiling samba and friends with the patch mentioned there restored the behaviour we got with pre-badlock 4.1.17. it boils down to winbind not re-using signed&sealed connections when pulling user information from the ad, which seems to