Displaying 20 results from an estimated 400 matches similar to: "No subject"
2000 Apr 30
0
Help Need with aov()
Hi there,
I'm using R1.0.1 Windows 98.
This file contains some inputs and an aov function code. Can someone
check it for me? Somehow I got completely different answer when typing
them in R and in Splus.
Splus gives me this:
> summary( Turnip.aov )
Error: Blocks
Df Sum of Sq Mean Sq F Value Pr(F)
Residuals 3 163.7367 54.57891
Error: Plots %in% Blocks
2000 Feb 29
0
Re: arima in ts.
> From: "Krassimir Krastev" <krastev at fas.harvard.edu>
> To: "R-help" <r-help at stat.math.ethz.ch>
> Date: Tue, 29 Feb 2000 11:56:49 -0500
> X-Priority: 3 (Normal)
> X-MSMail-Priority: Normal
> Importance: Normal
> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
>
> Does anyone know of any comprehensive literature (like a
2000 Mar 02
1
Windows NT make erro this time
(Windows NT)(I think I did all the steps in the Install file right)
and I got an R-1.0.0 make error which noone got yet.
Please help! I looked in the Makefile but I don't see any quoted strings
there.
(I'm not good at make:-/)
>pwd
/WINNT/Profiles/krac/Desktop/R-1.0.0/src/gnuwin32
>make BUILD=MINGW32
mkdir -p ../../bin
make -C ./fixed
make[1]: Entering directory
2000 Feb 23
1
Large datasets under R
Hello,
I recall reading a thread months ago on this mailing list about handling
very datasets under R, but I can't seem to find it. This has become
particularly important recently, because I've been playing with a dataset
containing information about every fatal car accident in the U.S. since
1975; in total, the relevant files are about 120 megs. I'd like to load
all of these into R
2006 Jul 24
3
HowTo?: Eager caching of third order ActiveRecord assoc.
Hello.
Using the ":include", which generates a "LEFT OUTER JOIN" SQL command,
it is possible to eagerly preload second order data objects (children)
for a given association.
I wanted to know, if it is possible to eagerly preload and cache
third order (or more) data objects, which are little-children or
little-little-children. As I''ve seen. it is possible to add
2006 Apr 14
8
Error with Web Service tests after upgrading to Rails 1.1.2
Hello.
I hope this is the right place to describe my problem ?
After upgrading to Rails version 1.1.2 from rails version 1.0.0, Web
Service functional tests seem broken.
I upgraded rails (as the root user / administrator) with:
# gem update rails --include-dependencies
then I upgraded my application (as myself) with:
? rake rails:update
% rake rails:update:configs
After these steps,
1999 Nov 13
1
Anonymous cvs access
With Tony Rossini's help we have established anonymous CVS access to a
read-only copy of the main R CVS tree at cvs.r-project.org. This
would be of interest primarily to those who want to track the
development version (and who have access to CVS, of course).
To use anonymous cvs you must log in to the server under the name
"anoncvs" and with the password "anoncvs". You
1999 Nov 13
1
Anonymous cvs access
With Tony Rossini's help we have established anonymous CVS access to a
read-only copy of the main R CVS tree at cvs.r-project.org. This
would be of interest primarily to those who want to track the
development version (and who have access to CVS, of course).
To use anonymous cvs you must log in to the server under the name
"anoncvs" and with the password "anoncvs". You
2014 Oct 01
2
[LLVMdev] Issue with incomplete type debug info in recent release_35
Hello,
disclaimer/ Apologies if this is the wrong llvm/clang mailing list; please,
direct me to the right one if needed. /disclaimer
I've been experiencing issues with incomplete type info when debugging code
generated by clang 3.5.0 from the recent release_35 branch.
Generally, the problem manifests itself as the inability to examine any
std::string parameter to a function, in either gdb
1999 Nov 04
1
Mathematical niceties
I'd like to make axis titles, chart titles, legends and the like
mathematically nice (e.g., have proper superscripts and subscripts,
variables in italics, and so on). Ideally, one could go into ``math mode"
a la LaTeX, and write something like
plot(blah, xlab="Methane in $\mbox{cm}^3$ / g", blah).
This is just an ideal, but it would be nice. Is some approximation of this
1999 Nov 18
1
Am I an idiot?
Hey everyone,
What am I doing wrong? I loaded the MASS package with library(MASS), and
now when I type library() I get
> library()
Packages in library `F:\r\rw0651/library':
MASS Main Library of Venables and Ripley's MASS
base The R base package
.
.
.
That's fine. The problem is that when I try to use a function that I know
is built
2007 Dec 10
1
XML R function description
Hi,
I was wondering if there is a standard for R function description in XML (or
any plain text) format.
Rd files are the closest thing I found, but they do not describe the
argument (or return value) types.
The purpose would be to write a program to automate the creation of C#
wrapper around any R function, but without the argument type Rd descriptions
are useless.
Any clues...
thank you
2009 Jan 06
2
ACPI support?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello All,
I have had a problem detecting the network card on my notebook when ACPI
is enabled for a year. The problem still exists in 7.1-RELEASE.
with ACPI:
...
bge0: <Broadcom NetLink Gigabit Ethernet Controller, ASIC rev. 0xb002>
irq 17 at device 0.0 on pci8
bge0: 0x10000 bytes of rid 0x10 res 3 failed (0, 0xffffffff).
bge0: couldn't
1999 Aug 31
1
basic help
Sorry to ask this but does anyone knows a good text that helps with the
basic programming side of R. I understand the statistics behind most
of R but i have real difficulty with the data types and how R views
them.
As a part of that could you help me with another problem. I know how
to read data in from a file in terms of read.table but how do i single
a column out or even just download a
1999 Oct 21
1
left.solve
I have sort of an emergency question for the list. One of my professors
for an S-Plus intensive class distributed a function to produce partial
regression plots. I need to run it under R, because I'm doing the
homework on my home computer with a modem; hence I don't have the speed
required to emulate X-Windows and run S Plus off one of the campus
servers. Bottom line: I'm using R.
2015 Jan 07
2
[LLVMdev] Inclusion of iostream affects devirtualization in release_35
Hello,
I've stumbled upon the following behavior in branches/release_35 (as of
218689) under ubuntu 14.04 LTS amd64: whenever I include the (system-wise)
gnu iostream header, clang++ stops devirtualizing the following code:
#if BREAKAGE_ENSUES
#include <iostream>
#endif
struct Base {
virtual int foo() const = 0;
};
struct A : Base {
int a;
A(const int a)
: a(a) {
}
int foo() const
1999 Sep 30
1
Cluster graphs
I posted this to the sci.math newsgroup but didn't get any responses so I
was hoping someone here could help.
I have a number of items with "distances" of differences between each other.
What I want to do is to plot each item on a two dimensional plot such that
the positions on the plot indicate the approximate distance between each
item.
What I want to look at, basically, is a map
1999 Nov 14
1
Masked objects
Potentially Stupid Question Department:
I just tried to load a few packages in a row. First I loaded MASS, then
tseries, then nls. A typical error message from the last two looked like
this:
Attaching Package "package:nls":
The following object(s) are masked from package:MASS :
profile
Is this a big deal? Does it mean that I lose any functionality from the
1999 Sep 22
1
Brace highlighting in R for the PC?
Hey everyone,
Might it be possible for future versions of PC-R to highlight the opening
brace in a pair, a la emacs? Programs that do that are infinitely
friendlier than those that don't.
Thanks,
Steve
Stephen R. Laniel | "I've got a match:
Carnegie Mellon University | Your embrace and my collapse."
laniel at cmu.edu | --They Might Be
2013 May 07
4
Rake db:migrate
Hello,
I''m trying to use command rake db:migrate, but in MySQL I continuous get
an empty set and I do know why.
#/db/seeds.rb
User.create(username: "lorenz", password: "mypass", admin: true)
When I run:
rake db:seed RAILS_ENV=development --trace
I received:
** Invoke db:seed (first_time)
** Execute db:seed
** Invoke db:abort_if_pending_migrations (first_time)
**