Displaying 20 results from an estimated 51 matches for "morleys".
Did you mean:
morley
2004 Dec 31
4
R-intro
Hello!
I was reading R-intro and I have some suggestions:
R-intro.html#A-sample-session
rm(fm, fm1, lrf, x, dummy)
suggestion
rm(fm, fm1, lrf, x, y, w, dummy)
The next section will look at data from the classical experiment of Michaelson and Morley to measure the speed of light.
file.show("morley.tab")
mm <- read.table("morley.tab")
suggestion
mm <- data(morley)
2003 Mar 28
2
file.show("morley.tab") responds "NO FILE"
"An Introduction to R", Venables and Smith, Version 1.6.2 (2003-01-10)
http://cran.r-project.org/doc/manuals/R-intro.pdf
has in its "Appendix A: A sample session", page 81,
file.show("morley.tab")
I get the response
NO FILE morley.tab
The following "Introduction to the R Project for Statistical Computing"
www.itc.nl/~rossiter/teach/sstat14/
2013 Nov 23
0
Re: [R-SIG-Mac] morley object?
Hi Ann
Looks like a typo - I see "moreley.tab" that should be "morley.tab".
Works for me after correcting that.
> filepath <- system.file("data", "moreley.tab", package="datasets")
> filepath
[1] ""
>
> filepath <- system.file("data", "morley.tab", package="datasets")
> filepath
[1]
2012 Apr 11
1
Michaelson-Morley Speed of Light Data
<URL: http://finzi.psych.upenn.edu/R/library/datasets/html/morley.html >
"The classical data of Michaelson and Morley on the speed of light"
Can you provide more information about the data? How were they obtained,
etc.? I do not have the book "Genstat Primer" and the nearest location where
it is available is University of York which is rather far from my location.
2000 Mar 18
1
Where to find: morley.data
"An Introduction to R" has a sample session in the appendix. One of the
examples looks at the Michaelson and Morley experiment to measure the
speed of light and starts with "file.show("morley.data")".
Where does one find this data table?
Hans Peter
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2000 Apr 25
1
morley.dat
Hi,
I am sorry to say, I do not know where the
'morley.dat' is that is mentioned as the sample data
for the sample session on page 80 of Appendix A in the
Introduction to R book.
If you could get back to me soon about that would be
great!
Then I can prepare my next question,
steve
__________________________________________________
Do You Yahoo!?
Send online invitations with Yahoo!
2003 Jan 22
2
Macintosh rm162 fails read.table() from sample (PR#2485)
Full_Name: Chris Yager
Version: rm162
OS: Mac OS 9.2.2
Submission from: (NULL) (67.117.145.197)
As a new user I was running A sample session from Appendix A of An
Introduction to R. 'mm<-read.table("morley.tab")' failed. Note that the
prior command, 'file.show("morley.tab")', succeeded. Problem does NOT occur in
version rm161.
NO other bug
2005 Nov 14
0
Trouble with aovlist and Tukey test
I am having what I think is a strange problem with applying TukeyHSD to
an aov fit with error strata.
TukeyHSD is supposed to take "A fitted model object, usually an 'aov'
fit." aov (with error strata) is supposed to generate an object of type
aovlist, which is a list of objects of type aov. But I can't seem to
feed components of my aovlist to TukeyHSD. I guess I
2004 Jun 03
2
SAMBA 3.0.4 authorisation issues
I have configured samba 3.0.4 as follows:
./configure --with-krb5=/usr/local --with-automount --with-pam --with-utmp
--with-winbind --with-libsmbclient --with-netlib='-lresolv'
ran make and make install. When I run
./smbclient \\<hostname>\<useraccount>
I get the following:
session setup failed: NT_STATUS_LOGON_FAILURE
Logfile looks like this:
[2004/06/03 15:41:56, 1]
2002 Jul 18
2
R sample session
Hi:
I'm trying to do the sample session listed in Appendix A
of the "Introduction to R" manual from:
http://cran.R-project.org/manuals.html
I've already downloaded R-1.5.1.tgz from:
http://cran.r-project.org/
The problem is I can't find the file "morley.tab"
which I need to start the sample session (as stated
in the manual).
Do you know where I can find it?
2002 Jul 10
5
multiple domains?
Hi!
Just another question...
I've an Samba-PDC (2.2.5 --with-ldapsam) - and of course a BDC (at least I hope
that I get this running soon) with an LDAP-backend (users/machins/groups). If I
want to create something like a "Subdomain" with some - but not all - of the
LDAP-users, can this be done, and if how? for example if we have a domain EDU
(for educational users - students
2007 Jan 30
1
No intercom splash tone?
Environment:
Asterisk 1.2.14, FreePBX 2.2.0, Aastra 480i IP telephones firmware
version 1.4.1.1077.
Problem:
Intercom feature: the dialed phone does not play the splash tone when
auto-answering an intercom call. Otherwise, intercom works perfectly.
Questions:
What is the extensions.conf syntax to trigger a splash tone in Asterisk
1.2.14 (from the documentation and posts I've found, it has
2008 Jan 03
1
properly escaping special characters in AAF?
For most cases, I''ve got search working in Rails as follows:
## controller:
term = params[:search][:term]
@results = MyModel.find_by_contents "#{term}*"
The ''*'' character is appended to the search term so that searches match
anything that begins with ''term''. For the most part, this is great, but
let''s say term is equal to
2010 Oct 15
0
Jack Van Ham is out of the office (on vacation)
I will be out of the office starting 10/15/2010 and will not return until
11/01/2010.
for urgent matter, please contact:
Scott Morley (scott.morley at agfa.com) or Don Dennison
(don.dennison at agfa.com)
I will not be replying to any messages until I return.
Have a great day!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Nov 18
1
help on ks.test and shapiro.test
I have three files of data which are available at http://zhangw.com/
R/, varied at the number of data. I tried to use R to analyze using
shapiro.test, ks.test, and t.test. t.test ran as expected, however,
when I run shapiro.test and ks.test commands, error message always
occurred. Error message for
shapiro.test is
"Error in "[.data.frame"(x, complete.cases(x)) :
undefined
2005 Feb 02
4
(no subject)
can you recommend a good manual for R that starts with a data set and gives
demonstrations on what can be done using R? I downloadedR Langauage
definition and An introduction to R but haven't found them overly useful.
I'd really like to be able to follow some tutorials using a dataset or many
datasets. The datasets I have available on R are
Data sets in package 'datasets':
2000 Apr 24
1
Comments on Win95 R Distribution (PR#527)
Here are some comments generated by a new R user based on
initial experiences with the tool.
On-line help for tapply:
The following appears "for to each (non-empty) group of
values" It seems there's an extra preposition in this
sentence.
On-line help for cut:
"break" should be "breaks"
morley.data not available with the distribution. Would be
helpful for
2008 Mar 26
8
Hub/Spoke OpenVPN can't communicate from Client A to Client B - FORWARD:REJECT:IN=tun0 OUT=tun0
Hi, I am running OpenVPN where i have one central hub VPN server, and multiple spoke VPN clients. I can ping from each client to the server and each client to computers on the subnet which the server resides (192.168.2.0/24) so it works ok there. I cannot however, ping from one client to another client. I guess the packet path would go:
clienta -> vpn -> shorewall/router -> vpn ->
2008 Mar 26
2
Latentnet Data Import
Hello everone,
I am a computer science researcher in the UK - and have a quick question regarding importing data into R and more specifically latentnet.
I am trying to import data such as a text file containing: (This is based on the Sampson data set)
-----------
Network attributes:
vertices = 3
directed = TRUE
hyper = FALSE
loops = FALSE
multiple = FALSE
total edges=
2012 Jan 19
5
net2fw:DROP for L2TP VPN
Hi, I am trying to get L2TP roadwarrior VPN working from http://www.shorewall.net/IPSEC-2.6.html#RW-L2TP but i am making a mistake somewhere, appreciate a fresh set of eyes to help. I have the following interfaces: ppp0 - interneteth0 - local networkrem - client openvpnl2tp - ppp for lt2p clients
I am getting the following error logged when trying to connect into the server with L2TP from a remote