Displaying 20 results from an estimated 1000 matches similar to: "memory"
2008 Mar 26
1
deconv
I'm translating a matlab routine to R and I need some equivalent to deconv():
Description: deconv()
[q,r] = deconv(v,u) deconvolves vector u out of vector v, using long
division. The quotient is returned in vector q and the remainder in
vector r such that v = conv(u,q)+r .
If u and v are vectors of polynomial coefficients, convolving them is
equivalent to multiplying the two polynomials, and
2005 Jun 19
1
Trouble building R2.1.0 from source on Linux: package VR
Hi,
Following on from suggestions made last week, I decided to install R 2.1.0
on my Linux machine. I'm running into a problem there however, as shown:
make[1]: Entering directory
`/d0/home/fgibbons/tmp/R2.1.0/R-2.1.0/src/library/Recommended'
make[2]: Entering directory
`/d0/home/fgibbons/tmp/R2.1.0/R-2.1.0/src/library/Recommended'
begin installing recommended package VR
WARNING:
2005 May 05
2
streaming legal issues
Hi! anybody knows where can i find some info about the legality of do
a streaming of copyrighted music? can i make a audio stream with my
legaly-brought music from my home to listen into my workplace? can i
open it to the world?
what are the legal terms that applies the thousands of internet radio
broadcasts that exists on the net?
if anybody knows the answers, or where i can find it, i will be
2007 Mar 11
3
I cannot see the network in the PDC server but yes in xp stations, any idea?
I have set samba server as PDC and I can see the network in others computers
but not in the server, any idea?
thx for advance
my smb.cnf:
# Samba config file created using SWAT
# from 0.0.0.0 (0.0.0.0)
# Date: 2007/03/09 22:38:36
[global]
workgroup = DOMINI
server string = %h Domain server (Samba, Ubuntu)
obey pam restrictions = Yes
passdb backend = tdbsam
2013 Jun 11
1
Caret train with glmnet give me Error "arguments imply differing number of rows"
Hello,
I'm training a set of data with Caret package using an elastic net (glmnet).
Most of the time train works ok, but when the data set grows in size I get
the following error:
Error en { :
task 1 failed - "arguments imply differing number of rows: 9, 10"
and several warnings like this one:
1: In eval(expr, envir, enclos) :
model fit failed for Resample01
My call to train
2005 May 12
3
R2.1.0: Bug in list.files
R2.0.1 (MS Windows)
> list.files(myloc,"*.zip",full=T)
[1] "P:/SARsoftware/Rlibraries/gnlm_0.1.zip"
[2] "P:/SARsoftware/Rlibraries/lms2_0.2.zip"
R2.1.0:
> list.files(myloc,"*.zip",full=T)
Error in list.files(path, pattern, all.files, full.names, recursive) :
invalid 'pattern' regular expression
Bug? or have I missed something
2005 Apr 28
6
R2.1.0: X11 font at size 14 could not be loaded
Hi,
I have just noticed the following problem with R2.1.0 running on SuSE 9.1,
[However, version 2.0.1 (2004-11-15) on the same machine works Okay]:
-------------------------------------------------------------------------
> hist(rnorm(100))
Error in title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) :
X11 font at size 14 could not be loaded
> version
_
2005 Jun 16
3
Potential minor GUI bug
Is this an interface bug? Using RGUI for windows I run into a "Not
Responding" process (I "smartly" coded an infinite loop, yaiks!), I hit esc
and the interpreter was stopped and I recovered the console functionality
but the caption on the R icon in my windows taskbar (the individual icon
shown for every software currently running in the session) was not updated
so the
2005 May 25
1
No ~ in JGR
R2.1.0
JGR 1.2
W2k
Hello all!
I??ve just installed JGR on my both R-equipped computers and am very
pleased with the look and functionality.
Except in one, very important, way.
I can??t figure out how to get the ~ sign from the keyboard to the
console. Copying it from old code works fine. Using the traditional GUI
works as usual.
I have a Swedish keyboard layout, where ~ shares key with ??
2005 Jun 24
1
Packages and their Management
I was reading with interest Prof. Ripley's article in the May 2005
edition R News entitled "Packages and their Management in R2.1.0".
Does anybody know if it is possible to install.packages() directly
from a Subversion repository; I thought it might be possible to add
an option method="svn" to the function?
Ideally, one might want to add the Subversion version
2005 May 13
2
Bug in axis labels (PR#7860)
Bob O'hara wrote:
> I'm a bit reluctant to call anything a bug: I know it's usually my
> incompetence instead. In this case, I can't see what else it is,
> although it may be a bug in Windows.
>
> The problem comes from trying to create a .png of a figure in Windows
> XP, with R2.1.0. On the screen it looks OK, but in the .png the text
> for the x label
2017 Oct 04
10
[Bug 13071] New: [PATCH] Allow --partial-dir with --inplace
https://bugzilla.samba.org/show_bug.cgi?id=13071
Bug ID: 13071
Summary: [PATCH] Allow --partial-dir with --inplace
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter:
2005 Dec 12
2
convergence error (lme) which depends on the version of nlme (?)
Dear list members,
the following hlm was constructed:
hlm <- groupedData(laut ~ design | grpzugeh, data = imp.not.I)
the grouped data object is located at and can be downloaded:
www.anicca-vijja.de/lg/hlm_example.Rdata
The following works:
library(nlme)
summary( fitlme <- lme(hlm) )
with output:
...
AIC BIC logLik
425.3768 465.6087 -197.6884
Random effects:
2001 Jun 25
1
Macromedia Flash
Hi everybody,
do you know if is possible to run the Macromedia Flash environment
under wine?
Thanks you in advance
T.E.D.
2018 Nov 08
4
Visualizar grandes volumenes de datos
Buenas,
He probado a intentar graficar mas de 700.000 puntos y es una locura. No doy con una libreria que consiga graficar grandes volumenes de datos. ?Existe alguna en R?
Gracias
Jes?s
[[alternative HTML version deleted]]
2005 Apr 30
2
formula in fixed-effects part of GLMM
Can GLMM take formula derived from another object?
foo <- glm (OVEN ~ h + h2, poisson, dataset)
# ok
bar <- GLMM (OVEN ~ h + h2, poisson, dataset, random = list (yr = ~1))
#error
bar <- GLMM (foo$formula, poisson, dataset, random = list (yr = ~1))
#Error in foo$("formula" + yr + 1) : invalid subscript type
I am using R2.1.0, lme4 0.8-2, windows xp. Below is a dataset if you
2005 Apr 19
3
error due to locales again
>example(lm)
Error in switch(x[2], "1250" = return("ISO 8859-2"), "1251" = return("KOI8-U"), :
argument is missing, with no default
> Sys.getlocale(category = "LC_ALL")
[1] "LC_COLLATE=Chinese_People's Republic of China.936;LC_CTYPE=Chinese_People's Republic of China.936;LC_MONETARY=Chinese_People's Republic of
2001 Sep 19
3
Flash 5 on Mandrake 8.0
Hey now-
I'm trying to get Flash 5 installed using the default version of Wine
that came with my Mandrake 8.0 installation. I am using Wine configured
to use a "fake windows" partition, run in Windows 98 mode, and run
within an X window. I can get the installer program for Flash 5 to start
and being unpacking, but right after the unpacking of the .cab files I
get an error
2009 Sep 29
1
Summary
My data is called xc and has more than 15 variables.
When I used summary(xc) it gave me the detail description of each
variable.
Summary(xc)
Y1 x1 x2
x3 ..
Min. :0.0000 Min. : 1.000 Min. : 1.000 Min. : 1.000
1st Qu. :0.0000 1st Qu.: 1.000 1st Qu.: 1.000 1st Qu.: 2.000
Median :1.0000 Median : 1.000
2010 Jul 13
1
Generate groups with random size but given total sample size
Dear list,
I am currently doing some simulation studies where I want to compare different scenarios.
In particular, two scenarios should be compared: 10.000 cases in 100 groups with 100 cases per group and 10.000 cases in 100 groups with random group size (ranging from 5 to 500).
The first part is no problem:
> id <- seq(1,10000)
> group <- sort(rep(seq(1,100),100))
But I don't