Displaying 20 results from an estimated 2000 matches similar to: "expand.model.frame() fails when subset is specified (PR#979)"
2001 Jun 14
1
expand.model.frame() fails when subset is specified (PR# 979)
> Thanks. This is also present in the current pre-1.3.0. Your patch
> looks correct, but I wonder if the default for "enclos"
> should not be
> environment(formula(model)) rather than parent.frame() as it is now?
>
> (And wouldn't it be better named "envir"?)
Peter,
I was merely making an incremental improvement, your suggestions provide
2002 May 01
0
Problems with embedded R for v1.5.0
I've just tried using both Duncan's RSPython and Walter Moriera's rpy with R
1.5.0. Both segfaulted during startup in exactly the same place,
apparently while trying to load the ctest package. Recompiling the packages
doesn't seem to have any effect on this outcome.
Here's the first few lines of a gdb backtrace:
#0 0xff132df8 in strlen () from /usr/lib/libc.so.1
#1
2002 Mar 29
1
expand.model.frame fails when call creating model has no data (PR#1423)
I've encounted a problem using expand.model.frame. To illustrate, consider
the function
> test <- function(model){
+ expand.model.frame(model, "income")
+ }
>
The data frame Prestige (from the car library) has several variables,
including prestige, income and education. I've attached this data frame and
fit the following model
>
2002 Mar 29
0
further on use of expand.model.frame
Dear R-help list members,
Yesterday, I described a problem that I encountered with the use of
expand.model.frame when the model object passed to this function was
created without an explicit data argument in the call.
I've had no responses, but I've been able to work around the problem by
making a change to expand.model.frame, replacing the line
rval <-
2002 Nov 02
1
problem with expand.model.frame
Dear R list members,
I'm encountering a problem with expand.model.frame(): Suppose that I define
the following simple function (meant
just to illustrate the problem):
> fun <- function(model){
+ expand.model.frame(model, all.vars(formula(model)))
+ }
>
and I have the following model, created with an explicit data argument:
> mod
Call:
2003 Nov 08
1
[Fwd: Sun Solaris 8 compile problem.]
-------- Original Message --------
Subject: Sun Solaris 8 compile problem.
Date: Thu, 06 Nov 2003 23:03:36 -0700
From: Jack Matthews <jmatthews@t-graphic.com>
To: R-help@lists.R-project.org
I am new to the list was wondering if anyone can help me find the reason
and remedy for compiling R on an ultrasparc 60 solaris 8 with gcc 3.2.2
in 64 bit mode? Fails in checking for a fortran
2002 Dec 05
1
R configure fails on solaris: configure:12951: error: cannot compute sizeof (int), 77
i do not have access to the solaris machine on which
this error is occuring, the info is coming
to me via email.
any advice on how to get R 1.6.1 built in the face of
configure:12951: error: cannot compute sizeof (int), 77
would be appreciated.
here are some snippets from the config.log
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = opus
uname -m = sun4u
uname
2002 Oct 22
0
dyn.load()
Dear R-help,
I am trying to use routines written in C and Embedded SQL on Sybase in R using dyn.load().
I compiled a couple of test functions into a .so file which I tried to load with R's dynl.load(). This is what happened:
> dyn.load("libRClib.so")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2007 Mar 04
1
Scoping issue?
Hello, The code below is supposed to be a wrapper for matplot to
do columnwise visible comparison of several matrices, but I'm
doing something wrong because I can't access an argument called
'colnum'. I'd be most grateful for some insight.
Thanks,
John Thaden
Little Rock, AR
################################
# mmatplot is a matplot wrapper to compare the same column of
#
2004 Jun 05
3
'cygpath -d' to fix windows paths with spaces
The cygwin 'cygpath' command can now convert arbitrary windows and unix
paths into the short ms-dos 8.3 equivalents. This tools might allow the
windows build system to better deal with those messy long Windows file and
directory names that contain spaces.
EG:
warneg@GRDGROL99X1028: src [1]$ pwd
/cygdrive/c/Documents and Settings/WarnesGR/My
Documents/cygwin_home/src/gregmisc/src
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
Greetings.
I am having a problem getting OpenSSH to configure on a Solaris 5.8 box.
I have installed gcc 3.2.2, OpenSSL 0.9.6g.
The config script dies with the error:
OpenSSL version header not found.
OpenSSL is installed in /usr/local/ssl. A check of the config.log
file indicates that the test program appears to be core dumping. I
have included relavent (I hope) portions of config.log
2003 Aug 13
2
rowsum() may return a vector instead of a matrix (PR#3737)
If all rows are in the same "group", rowsum() returns a vector instead of a
(1xN) matrix, contrary to documentation:
R> print(z <- rowsum(matrix(1:12, 3,4), rep("x",3)))
[1] 6 15 24 33
R> dim(z)
NULL
It worked correctly in version 1.4.0 but was broken by version 1.6.1. I'm
currently using 1.7.1 under Solaris 2.8.
--please do not edit the information
2002 Feb 22
0
FW: Cent. Mov. Ave
I recently wrote a function to compute functions over moving windows. (See
below). It varies from your request by using the last N points rather than
the last N/2 and next N/2 points, so you may have to modify it to get what
you want.
It will be in the next gregmisc package, which will go out in a month or so
when the publication review process here finishes. (I hate red tape!)
-Greg
2020 Jan 04
0
CentOS 7 as a Fibre Channel SAN Target
In waiting, I tried CentOS 8 which was an even bigger bust. I wiped that clean and tried again with Fedora 31. Same darn error "Could not create Target in configFS".
Anyone??
Thank you,
Steffan Cline
steffan at hldns.com
602-793-0014
?On 1/2/20, 2:00 AM, "CentOS on behalf of Steffan Cline via CentOS" <centos-bounces at centos.org on behalf of centos at centos.org>
2002 Nov 29
1
Build problem - 2.2.7 (latest)
I'm trying to build samba 2.2.7 (latest tarball) downloaded about 2
hours ago.
System is SunFire 3800, Solaris 8 (Generic_108528-16) and gcc 3.2
(downloaded from Sunfreeware). Gcc -v output is:
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version
2002 Jun 26
1
[Bug 302] New: make install reports that separation user does not exist...
http://bugzilla.mindrot.org/show_bug.cgi?id=302
Summary: make install reports that separation user does not
exist...
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo:
2013 Oct 07
2
Need help with plotting the graph
Hello All,
The version of R I am using is as follows
> version
_
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 2
minor 14.1
year 2011
month 12
day 22
svn rev 57956
language R
version.string R version 2.14.1 (2011-12-22)
I just few days
2003 Mar 29
1
compling errors for sun unix (PR#2702)
--Scraw_of_Flies_285_000
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: eXeT31BJngKeovsqhTpOHg==
Dear R-project,
I am having difficulty compiling R for my unix machine. Attached is the
config.log file that has all the necessary info. Can you help?
Thank you.
Mutlu..
-------------------------------
Mr. Mutlu Ozdogan
Center for Remote Sensing
Boston University
725 Commonwealth Avenue
2008 Mar 30
1
Second & subsequent calls to function fails. Please help debug.
Dear R-helpers,
I'm running Sweave() on a file. First run:
> Sweave('20080331.Rnw')
Writing to file 20080331.tex
Processing code chunks ...
1 : term hide (label=setup)
2 : echo term verbatim (label=oatvar)
3 : echo term verbatim (label=oatvar1)
4 : echo term verbatim (label=oat2wt)
5 : echo term verbatim (label=oat2wt)
6 : echo term verbatim (label=lm)
7 : echo term
2005 Jul 01
2
the format of the result
I write a function to get the frequency and prop of a variable.
freq<-function(x,digits=3)
{naa<-is.na(x)
nas<-sum(naa)
if (any(naa))
x<-x[!naa]
n<-length(x)
ta<-table(x)
prop<-prop.table(ta)*100
res<-rbind(ta,prop)
rownames(res)<-c("Freq","Prop")
cat("Missing value(s) are",nas,".\n")
cat("Valid case(s)