Displaying 20 results from an estimated 400 matches similar to: "error message: "Error in model.frame""
2001 Dec 21
0
read.table and as.vector (Was error message: "Error in model.frame")
Hi all,
I figured out some things about an earlier question I posted today; this
is a new question:
I have a for-loop in which I have the following lines
for (i in list.files(pattern = "*.dmp")) {
currentfile <- read.table(i)
vecrawrts <- as.vector(currentfile$V3)
...
}
Now, vecrawrts is numeric, but if I run the script on all the files with
extension .dmp, I get the
2001 Nov 17
1
xyplot link missing
Hi,
I am trying to install the nlme package, but during installation I get
the message
<snip>
pdSymm text html latex example
plot.ACF text html latex example
missing link(s): xyplot
plot.Variogram text html latex example
missing link(s): xyplot
plot.augPred
2006 Nov 11
1
Install bioconductor
Hello useRs,
I'm trying to install bioconductor on ubuntu edgy eft and R 2.4.0.
I have some error messages during installation, in particular for the
package "affy" :
"Error: package 'affy' required by 'makecdfenv' could not be found"
I have tryed to install 'makecdfenv' with the command :
getBioC("makecdfenv")
But I have this message
2001 Dec 15
1
subset error message
Hello everybody,
I'm trying to subset a data frame "foo", which looks like this:
sent cond raw V1
10 2 A 614 7
11 2 A 724 6
12 2 A 641 5
13 2 A 665 9
33 5 B 510 7
34 5 B 659 7
35 5 B 607 6
37 5 B 467 8
38 5 B 586 9
39 5 B 523 10
57 8 C 858 8
58 8 C 513 9
59 8 C
2001 Nov 29
2
plotting (a) confidence intervals (b) standard error
Hi all,
I'm building a plot of the values in tmeant (below) against positions 1 to
5, using matplot.
tmeant looks like this:
case1 case2
pos1 861.8466 818.5909
pos2 961.2841 976.3466
pos3 878.6080 1262.8523
pos4 950.8011 1129.6080
pos5 968.1080 1063.3920
I also have lower (object tl) and upper (object tu) bounds on the
confidence intervals as follows:
tl:
pos1
2006 Nov 05
1
lme4 install error
Dear all,
I'm trying to install lme4 (after having installed R 2.4.0 from source, and
having installed the latest Matrix package). lme4 fails with the following
message:
pedigree.o definition of _lme4_xSym in section (__DATA,__common)
pedigree.o definition of _lme4_ySym in section (__DATA,__common)
make: *** [lme4.so] Error 1
ERROR: compilation failed for package 'lme4'
** Removing
2008 Apr 07
0
Published or in-press work using nlme or lme4
Dear R users,
Many of you are aware of the statistical package lme4 used in R for carrying
out mixed-effects modeling. The lme4 R-Forge website [
https://r-forge.r-project.org/projects/lme4/] is going to maintain a list of
all dissertations and articles (accepted for publication, in press, or
published) that use lme4 or its precursor, nlme.
It would be helpful if members of this list could
2003 Jun 28
2
Truncating y axis
Hi folks,
I want to have a y-axis using matplot where the y axis is truncated as
shown schematically below:
(msecs)
3000 | x
~
~
800 | x
|
| x
|
----|----|----|-----------------
1 2 3
Position
The ~ is supposed to stand for a curved line showing a break. The issue is
that I want to plot the points shown by the
2007 Jun 11
0
Reading old S-plus dmp files
I'm sorry that this question has been asked before but I ask it again because
in the archives I didn't see a solution. It's an old S-plus dmp file for a
hierarchical bayes linear model program written by DuMouchel and available
publicly and freely at:
ftp://ftp.research.att.com/dist/bayes-meta/hblm.dmp
Only problem is that it cannot be read in R, even using the functions of the
2018 Mar 05
0
[Bug 13317] rsync returns success when target filesystem is full
https://bugzilla.samba.org/show_bug.cgi?id=13317
--- Comment #6 from Rui DeSousa <rui.desousa at icloud.com> ---
(In reply to Rui DeSousa from comment #5)
It looks like no error is returned and result is a sparse file. I think a
sync() would be required otherwise the file is truncated on close to meet the
quota.
[postgres at hades ~]$ df -h arch
Filesystem Size Used
2007 Jan 10
2
using veritas dmp with ZFS (but not vxvm)
We have some HDS storage that isn''t supported by mpxio, so we have to use veritas dmp to get multipathing.
Whats the recommended way to use DMP storage with ZFS. I want to use DMP but get at the multipathed virtual luns at as low a level as possible to avoid using vxvm as much as possible.
I figure theres no point in having overhead from 2 volume manages if we can avoid it.
Has anyone
2002 Jan 12
1
Question about mixed-effects models example (Pinheiro and Bates)
Hi all,
I'm trying to figure out the example about mixed models in the Pinheiro
and Bates book (Mixed-Effects Models in S and S-Plus, 2000, pp. 135-137).
One thing I don't understand is:
When I run the command
fm1Orth.lm <- lm( distance ~ age, Orthodont )
followed by
fm2Orth.lm <- update( fm1Orth.lm, formula = distance ~ Sex*age )
and then do
summary(fm2Orth.lm)
2010 Dec 03
2
difference between linear model & scatterplot matrix
Dear R-users,
I'm studing a DB, structured like this (just a little part of my dataset):
_____________________________________________________________________________________________________________
Site
Latitude
Longitude
Year
Tot-Prod
Total_Density
dmp
Dendoudi-1
15.441964
-13.540179
2005
3271.16
1007
16993.25
Dendoudi-2
15.397321
-13.611607
2001 Dec 03
0
Summary on R script editor
Thanks for the advice, folks!
Shravan Vasishth <vasishth at ling.ohio-state.edu>
Try pico.
There's no substitute for/comparison with emacs, though, IMHO.
but just to be sure: you don't have to have ESS to use (x)emacs for
editing R scripts.
Sven Garbade <garbade at psy.uni-muenchen.de>
ESS can be installed via rpm on Mandrake.
baron at cattell.psych.upenn.edu (Jonathan
2006 Dec 17
0
hblm program: porting from Splus to R
I am replying to the email below my signature;
it is nominally about dmp files, but apparently
specific to problems with Bill DuMouchel's
hblm program.
I have been using this program
on Splus for years, and ran into some of the
same problems Jack did in trying to get it into
R. I talked with Bill about it, and he didn't
know that there would be any problems; he
assumed that R was
2006 Sep 28
2
Question: vxvm/dmp or zfs/mpxio
Hello experts,
My client is thinking about changing one of their servers running Solaris 8 (NIS Hub to mention something) to a server running Solaris 10.
The question that i have given is to check the differences or if you wish the status/stability of changing VXvm with DMP (Dynamic Multi Pathing) to a system with ZFS and MPXio. I have made my share of RTFM but not come any closer to an answer.
2009 Feb 08
1
ZFS with Veritas DMP?
Hi,
I''m aware that if we talking about DMP on Solaris the preferred way is to use MPxIO, still I have a question if any of you got any experience with ZFS on top of Veritas DMP?
Does it work? Is it supported? Any real life experience/tests in this subject?
Regards,
sendai
--
This message posted from opensolaris.org
2006 Nov 28
1
Can anyone read a S-PLUS .dmp file for me?
Hi WizaRds,
I tried reading the S-PLUS file
ftp://ftp.research.att.com/dist/bayes-meta/hblm.dmp
into R using
data.restore("hblm.dmp")
but I got an error:
Error in attributes(value) <- thelist[-match(c(".Data", ".Dim", ".Dimnames", :
row names must be 'character' or 'integer', not 'double'
In
2002 Jul 25
3
Barplot coloring question
Hi all,
I have the following dataset, call it test.data (30 columns, and one row
named "0"):
ADVP ADVP AP AP CONJ CONJ CP CP DU DU INF INF MWU
MWU NP NP PP PP PPRT PPRT REL REL SMN SMN SSB SSB SV1
SV1 TI TI
0 96.85 2.05 89.07 2.54 70.91 2.37 94.92 3.46 82.31 11.33 40.96 2.25 98.06
3.43 90.77 17.63 86.60 10.78 60.27 1.32 93.27 0.97 77.60
2002 Mar 17
0
Question about Linear Mixed-Models (in R)
Hi all,
This question is about using the linear-mixed effects model for a
within-subjects experiment.
The experiment description:
Each subject was asked to read a series of sentences (in Hindi) on a
computer screen, and pressed the space bar to see each word in the
sentence successively. The amount of time spent on each word was recorded
on the computer, in milliseconds; this is the dependent