Displaying 20 results from an estimated 10000 matches similar to: "Trouble with the results of a dynamically generated find() method"
2006 Oct 22
2
Key colour problem with lattice plot
Hi,
I seem to have a key colour problem with a lattice barchart. The colours on my
key rectangle don't match the colours on the barchart.
Here is my data frame:
"LandFill" "Ruminants"
"United States (USA)" 7777.21428 5528.16
"France" 200.527083 1299.87
"Australia" 185.878368 2448.17
"Russian Federation" 1752.8334 2024.29
2025 Mar 29
1
Help Coding error
So either:
XX contains some non-finite numbers
Or
Something produced from it does.
Non finite means things like 1?0. R might show Inf or -Inf. But if there is
maths happening in the function it might be passing something to it the is
a 0 and so creating a Inf.
But if there is a test of is.finite you will get "false" to NA or 0/1 or
"0" (ie. Passing a character
2025 Mar 28
1
Help Coding error
How are you dear Helper?
I am from Africa, Ethiopia , I have faced this type of problem
Error in optim(seq(-3, 3, length.out = k), wle.fit, method = "BFGS",
control = list(maxit = max.it)) :
initial value in 'vmmin' is not finite
when I want to run RM.w
> wt = beha$wt> rr = RM.w(XX, wt)
library(psychomix)> rr.country1 = RM.w(XX, wt1)
Error in optim(seq(-3, 3,
2013 Sep 30
2
climstats
I have been trying to download the climstats package:
https://r-forge.r-project.org/R/?group_id=861
but it doesn't seem to run on R 3.0.2 or 3.0.1 and the zipfile is empty.
Does anyone know the status of this package or where I can download it.
Thanks
******************
Jenny Williams
Spatial Information Scientist, GIS Unit
Herbarium, Library, Art & Archives Directorate
Royal Botanic
2009 Dec 06
1
hi there!
hi there!
how u doin?...hope fine.
look, i've a difficulty in simulation especially for the bayesian analysis
using R. Using the famous Markov Chain Monte Carlo (MCMC) method,
Methropolis hasting algorithm i want to simuate different distrbution like:
1/ Weibull-exponential
2/Gamma-Gamma
3/Poisson-Gamma
4/Normal-Normal
5/Normal-Gamma
6/ Negative binomial - Jeffrey's prior
Especially, i
2013 Feb 22
1
Climate Spatial plot
Dear Sir,
I am beginner in using R. I am working on climate and like to plot spatial
but I can't able to go ahead. I know it is too simply but not for me. Here
is attached the data and my sample script. I am waiting R-users to solve my
problem. Your help is valuable for me. Thank you.
--
---------------------------------------------------
*Bedassa Regassa Cheneka*
*Adama Science and
1999 Nov 18
1
html help for packages with MS Windows
In the past few days, I have been helping people from Ethiopia and
from Kenya to get started with R. We have discovered that properly
installed libraries (survival5 or mine) work and the online (with ?)
help is available but they do not appear in the html help (under
packages) with MS Windows. Only the libraries supplied with R appear
there. This is not true with netscape under (Linux) X-Windows
2006 Oct 23
1
unexpected read.csv behavior
Example data in a recent post was:
LandFill Ruminants
United States (USA) 7777.214280 5528.16
France 200.527083 1299.87
Australia 185.878368 2448.17
Russian Federation 1752.833400 2024.29
Argentina 283.987320 2567.02
Brazil 1048.422480 8839.61
Colombia 265.125000 1307.61
Mexico
2019 Mar 06
2
Crear una variable tipo factor a partir de un vector de caracteres
Hola estimados miembros de la comunidad de R
Tengo un conjunto de datos, donde tengo observaciones por países y por año.
Una de las variables del dataframe es el nombre del país. Queremos dividir
los países, que son países africanos de acuerdo a 5 regiones: norte de
africa, africa del este, sur africa, etc
Yo lo que he hecho ha sido crear vectores con el nombre de cada uno de los
países en cada
2009 Mar 18
1
lm function (PR#13608)
Full_Name: Michael Aaron Karsh
Version: 2.8.0
OS: Windows XP
Submission from: (NULL) (75.61.109.172)
I tried using the lm function to regress the third column listed below on the
second column listed below. It gave me an error message. My code is below.
> HDISWLSdata=read.table("RHDISWLS.txt")
> HDISWLSdata
V1 V2 V3
1 DENMARK
2019 Mar 06
3
Crear una variable tipo factor a partir de un vector de caracteres
Pero eso es para crear variables binarias tipo 0-1 si el pais pertence a un
determinado grupo. Lo que quiero es crear una variable de tipo factor con
esos 5 niveles, sabiendo que tengo en el dataframe una variable llamada
Country, con el nombre del pais.
Gracias
On Wed, 6 Mar 2019 at 15:27, Xavier-Andoni Tibau Alberdi <
xavitibau en gmail.com> wrote:
> Buenas,
>
> Para ello yo uso
2019 Mar 06
2
Crear una variable tipo factor a partir de un vector de caracteres
Si lo que quiero es crear una variable llamada por ejemplo region (del tipo
factor) con esos 5 valores
On Wed, 6 Mar 2019 at 15:41, Xavier-Andoni Tibau Alberdi <
xavitibau en gmail.com> wrote:
> No, No. Fíjate en el Ifelse(condición, valor si positivo, valor si
> negativo).
>
> Si, x %in% ca entonces el valor devuelto es "ca", un factor. En caso
> negativo, vamos
2015 Jun 19
4
[LLVMdev] [CMake] Generated LLVMConfig.cmake and LLVMExports.cmake broken under Visual Studio 2015
On 06/18/2015 06:46 PM, Dan Liew wrote:
>> The issue is the that that generated LLVMExports.cmake file has this in it
>> INTERFACE_LINK_LIBRARIES "LLVMObject;LLVMSupport;C:\Program Files (x86)\Microsoft Visual Studio 14.0\DIA SDK\lib\diaguids.lib"
>
> Hmm actually this might be a bug in the
> ``/lib/DebugInfo/PDB/CMakeLists.txt`` file. CC'ing Zach Turner seeing
2007 Feb 25
5
Dynamically uploading a list that's already in a form
I have the classic case of: Posts, and Categories. When the user submits
a post, he has a drop-down list of categories. I want to put a "Add
category" link next to the list of categories.
This is already inside a form, so a "link_to_remote" that creates a
small AJAX form inside the "submit post" form will not work because that
will mean to embed a form in another
2003 Dec 22
2
error propagation - hope it is correct subject
Dear all
Please, can you advice me how to compute an error, standard deviation or
another measure of variability of computed value.
I would like to do something like:
var(y) = some.function(var(x1),var(x2),var(x3))
for level F1 (2,3,...)
Let say I have some variables - x1, x2, x3 (two computed for levels of factor F
and one which is same for all levels) and I want to compute
y =
2010 Jan 26
1
add points to 3D plot using p3d {onion}
Hi,
Can anyone guide me as to how I can add points to a p3d() plot from
the onion package?? I want to plot points with different colors on the
same 3D plot.? Perhaps I can do this without adding points but somehow
directing the 'h' parameter to give different color to points based on
a factor I assign to them?
FYI, I can do this using using scatterplot3d() and points3d(), but
these plots
2002 Jun 05
9
swat seems broken in HEAD
it just says
/usr/sbin/swat.new
Aborted
when i run it from the command line.
nothing i can see in the logs...
The swat binary from a 2 week old head now
(with the rest of the installation from today's head)
seems to work okay.
what's going on with swat - did i screw up the build?
Are others also having problems? (nothing in the marc)
brad
2015 Jun 18
2
[LLVMdev] [CMake] Generated LLVMConfig.cmake and LLVMExports.cmake broken under Visual Studio 2015
Hi,
Myself and a colleague of mine are trying to use LLVM's exported
targets [1] on trunk and I've noticed that the generated CMake files
(LLVMConfig.cmake and LLVMExport.cmake) are broken when trying to use
Visual Studio 2015 (using CMake 3.2.1).
## Broken target properties in LLVMExports.cmake
LLVM itself builds fine but when our project tries to do
``find_package(LLVM)`` we get the
2002 Apr 06
1
ERROR: chroot failed
I am trying to use rsync to transfer some directories from a RedHat 7.0 box
to a RedHat 7.1 rsync server via a cron job.
The cron command line:
00 00 * * * /usr/local/bin/emailbackup > /tmp/backup.log 2>&1; mail -s
"Rsync Backup Log" my@emailaddres < /tmp/backup.log
The 7.1 rsyncd.cond;
[home]
path = /home/brad/data/emailbackup
read only = no
uid = root
gid = root
The
2002 Mar 23
3
Rsync permissions...
I am transferring some files from a RH7.0 machine to a RH7.2 machine as root
with a cron job, using the following:
rsync -avt /home homeserver::home
rsync -avt /etc homeserver::etc
Some of the files transfer OK, but I get:
building file list ... done
failed to set permissions on home : Operation not permitted
home/brad/
home/ftp/bin/
home/ftp/etc/
home/ftp/pub/
home/rsyncuser/
failed to set