Displaying 16 results from an estimated 16 matches for "erri".
Did you mean:
err
2004 Mar 03
3
plot(x,y) with errors
Dear all,
I have 2 variables,
x<-c(1,2,3,4,5,6,7,8,9,10)
y<-c(1.3,2.5,4.6,5.3,5.9,6.7,7.4,8.5,9.4,10.4)
each point of the y variable has an error:
erry<-(0.2,0.3,0.2,0.1,0.4,0.2,0.3,0.4,0.3,0.2)
how to plot(x,y) with the errors segments?
Thank you,
Copex
---------------------------------
[[alternative HTML version deleted]]
2001 Oct 15
1
ogg to mp3 conversion
Howdy folks,
currently i am using a cygwin32 build of all tools on NT here at work.
most of my cd's are ripped to ogg files, but my mp3diskman is.. well an mp3 player. (http://www.soul.com.hk Its a nice player!)
i use:
ogg123.exe -d raw -f - "filename.ogg" | lame --r3mix -r - filename.mp3
Is there a better way of doing this, for instance passing the tags through as well? I am
2007 Dec 12
5
centos 5.1 and gimp
When using gimp on centos 5.1 when I select File save
it never comes back with a dialog to save the file.
Is something broken on gimp?
Jerry
2009 Jan 11
2
hdmi an console dsp
I am trying to connect audio through HDMI on a config.
aplay - l gives:
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: VT1708B Analog [VT1708B Analog]
Subdevices: 2/2
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
So I change my
2003 Aug 27
2
Using files as connections
I have been trying to read a random sample of lines from a file into a
data frame using readLines(). The help indicates that readLines() will
start from the current line if the connection is open, but presented with
a closed connection it will open it, start from the beginning, and close
it when finished.
In the code that follows I tried to open the file before reading but
apparently without
2004 Jan 27
3
Solution -- can connect via IP but not by name
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Here's an update for those of you struggling to get Samba
working in an AD domain environment.
~ Summary: in securirty = ads, clients can browse to the
~ Samba member server via IP but not by name (either netbios
~ or DNS). Kinit and wbinfo -t all work as expected.
The apparent reason for this is that the 2k client uses
NTLMSSP when you
2004 Oct 18
2
答复: 答复: R plot problems
Yes! You are right ! It is perpendicular to the axis.
Thank you very much!
Could I choose the angle ,such as 45 degree?
Best Regards!
Ivy Li
YMS in Production & Testing
Semiconductor Manufactory International(ShangHai) Corporation
#18 ZhangJiang Road, PuDong New Area, Shanghai, China
Tel: 021-5080-2000 *11754
Email: Ivy_Li at smics.com
-----orig---
Hi Ivy,
How about
x <-
2008 Mar 01
11
wxRIDE Finally Available
...IDE! Capturing of output of other applications not
implemented yet.
* Catching of errors that wxRIDE runs into itself within it''s code. Right
now, wxError.rb creates a dialog to show the user, but sometimes it cannot
execute for some reason (Work needing there), but the error file
wxRIDE.erris still generated within the wxRIDE Directory, so you can
review it to see
what has gone wrong.
* Saving of Size, position, maximize/minimize state, panels open/closed in
the AUI manager, as well as the default Home Page in the Notebook
What is still needed to be done:
As noted above, capture of o...
2020 Apr 28
2
CRAN R 4.0.0 for Ubuntu repos missing r-recommend dependency
Hi Dirk,
Could there be a typo on
https://cloud.r-project.org/bin/linux/ubuntu/README.html? The installation
entries mention cran35 for R 4.0. Should that be cran40?
Best regards,
Thierry
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND
FOREST
Team Biometrie &
2020 Apr 07
0
Hard memory limit of 16GB under Windows?
Dear Samuel,
The most important information from your mail was the actual error message:
"cannot allocate vector of size 12.6 Gb".
You'll need to know what code generated this error message. And then figure
out if the code does something sensible. Often that is not the case when
you get a similar error message.
Best regards,
ir. Thierry Onkelinx
Statisticus / Statistician
2023 Feb 16
1
GAM with binary predictors
Dear Sacha,
use glm() in this case. I'd rather code the covariable as TRUE / FALSE or
as a factor.
Best regards,
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND
FOREST
Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance
thierry.onkelinx at inbo.be
2024 May 06
0
[R-sig-ME] lmer error: number of observations <= number of random effects
Dear Srinidhi,
You are trying to fit 1 random intercept and 2 random slopes per
individual, while you have at most 3 observations per individual. You
simply don't have enough data to fit the random slopes. Reduce the random
part to (1|ID).
Best regards,
Thierry
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK
2024 May 06
0
[R] [R-sig-ME] lmer error: number of observations <= number of random effects
Dear Srinidhi,
You are trying to fit 1 random intercept and 2 random slopes per
individual, while you have at most 3 observations per individual. You
simply don't have enough data to fit the random slopes. Reduce the random
part to (1|ID).
Best regards,
Thierry
ir. Thierry Onkelinx
Statisticus / Statistician
Vlaamse Overheid / Government of Flanders
INSTITUUT VOOR NATUUR- EN BOSONDERZOEK
2023 Jun 02
2
bug in utils:::format.person
Dear all,
I think I found a bug in utils::format.person when using style = "R" with a
vector of comments. The comment section is not parsed properly. Please find
below the mwe and the session info.
Best regards,
Thierry
maintainer <- person(
given = "Thierry", family = "Onkelinx", role = c("aut", "cre"),
email = "thierry.onkelinx at
2019 Sep 06
2
Cryptic error message from namespaceExport
Dear all,
Today I got this error message (R 3.6.1) when installing my package:
Error: package or namespace load failed for ?inlatools? in
namespaceExport(ns, exports):
undefined exports: .__C__inla
My package was using setOldClass("inla") and exported the "inla" class via
the NAMESPACE. It imports functions from the INLA package. Older versions
of the INLA package did not
2019 Sep 06
1
Cryptic error message from namespaceExport
Dear Michael,
my package has setOldClass("inla") and the NAMESPACE
contains exportClasses(inla) and importFrom(INLA, inla.posterior.sample)
the old version of INLA uses the S3 class "inla" but does not export it.
the new version of INLA has setOldClass("inla") and the NAMESPACE
contains exportClasses(inla)
installing my package in combination with an older INLA