Displaying 20 results from an estimated 5000 matches similar to: "R2 in mixed model"
2005 Apr 24
8
losing NFS connection
Hello there!
Perhaps this is a little off-topic, but I notice this only on the Centos
box.
I'm running Centos 4 on an AMD64 which has the following entries in the
fstab to connect to NFS shares on a Fedora3 box:
192.168.1.12:/home/angelo/ /home/angelo/NFS_share1 nfs
rw,addr=192.168.1.12 0 0
192.168.1.12:/home/angelo/data /home/angelo/NFS_share2 nfs
rw,addr=192.168.1.12 0 0
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
2005 Mar 18
3
Non linear modeling
AFAIK most model fitting techniques will only deal with additive errors, not
multiplicative ones. You might want to try fitting:
log(y-x) = a*x + e
which is linear.
Andy
> From: Angelo Secchi
>
> Hi,
> is there a way in R to fit a non linear model like
>
> y=x+exp(a*x)*eps
>
> where a is the parameter and eps is the error term?
> Thanks
> Angelo
>
>
2006 Jan 17
4
Delphi Application.
Friends,
Sorry my english, i'am speaking from brazil. I have a problem with an
delphi application running on wine 0.93. The application open exactly,
but the buttons not it appears correctly. I send the link of screenshot:
http://200.195.11.195/~prolinx/screen01.jpg
any help is coming well.
Thanks!!!
Angelo Braga
2006 Jan 17
1
Fwd: Re: Delphi Application
---------- Mensagem reenviada ----------
Subject: Re: [Wine] Delphi Application
Date: Dom 01 Jan 2006 14:32
From: Bruno <cbruno@ferreiracosta.com.br>
To: wine-users@winehq.org
Cc: truls@asheim.ne
Olah Angelo Braga, tambem estou no Brasil, e meu ingles eh pessimo,
Acho que sei qual o problema com seus icones!
Jah tive um problema parecido, e resolvi instalando fontes TrueType
Originais,
2010 Jan 18
1
Getting Closer (was: Fencing options)
One more follow on,
The combination of kernel.panic=60 and kernel.printk=7 4 1 7 seems to
have netted the culrptit:
E01-netconsole.log:Jan 18 09:45:10 E01 (10,0):o2hb_write_timeout:137
ERROR: Heartbeat write timeout to device dm-12 after 60000
milliseconds
E01-netconsole.log:Jan 18 09:45:10 E01
(10,0):o2hb_stop_all_regions:1517 ERROR: stopping heartbeat on all
active regions.
2012 Jun 15
1
R under JVM
Dear all,
first of all I apologize for not having changed the object.
I just re-used an old email I sent some time ago.
The let us go into the question.
Our architecture is the following:
A (set of) java programs running under a jvm that passes data and instructions to an R instance via RNI
and at the end of the process extracts calculated data from R.
The question is: can I
2000 Mar 21
3
loading data in packages
Hi,
I'm new to R and have a question which seems like it should be easy.
I loaded the R port of my boot library and installed it. All of the
functions and help files are available but I can't seem to access the
data. The data directory was created and contains files with the
extension .rda. I tried to use the data() function but I get
> data(city)
Error: restore file corrupted -- no
2003 Oct 31
2
Summing elements in a list
Hi,
Suppose that I have a list where each component is a list of two
matrices. I also have a vector of weights. How can I collapse my
list of lists into a single list of two matrices where each matrix
in the result is the weighted sum of the corresponding matrices.
I could use a loop but this is a nested calculation so I was hoping
there is a more efficient way to do this. To help clarify,
2008 Jul 10
3
Sorting a matrix
Hi,
I want to sort a matrix by a specific variable without changing the
row binding between variables.
Ex.
Name Sex Age
Fred M 24
John M 18
Mary F 21
ordered by Age
Name Sex Age
John M 18
Mary F 21
Fred M 24
Thanks
Angelo
2008 Jul 23
5
Histogram
Hi,
how can I treat data organised in classes and frequencies?
Ex.
class frequency
20-23 9
23-25 7
26-28 5
29-31 5
32-34 3
Thanks
Angelo Scozzarella
2008 Jul 22
4
Function Error
Hi,
Why this function doesn't work?
function (x)
{
if (is.factor(x)) {
if (!is.ordered(x)) {
warning("La mediana non si puo' calcolare!!!")
return(NA)
}
me <- median(unclass(x))
if (me - floor(me) != 0) {
warning("Mediana indeterminata")
return(NA)
}
else
2005 Jul 16
2
Logitech Marble Mouse on CentOS 4
Hello there!
I just bought this trackball and connected it to a CentOS 4 box. I
googled on how to edit xorg.conf for the 2 scrollbuttons, and they
work while using this section:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option
2008 May 13
7
Networking issues with OpenSolaris/Dom0 or VMware Fusion
Hi:
I got OpenSolaris 2008.05 running as dom0 under VmWare fusion
on my MacBook pro. Using the instructions from Dipleep''s blog
http://blogs.sun.com/dkumar/entry/how_to_create_domu_in
Everything seems okay except the networking. When booting
OpenSolaris (without dom0) the pcn0 interface works just fine but
when booting Solaris xVM version them pcn0 does not work (ie)
I get failures
2008 Jan 26
1
(no subject)
Hi, The following code, from Angelo Canty article on line "Resampling Methods in R: the boot Package, 2002", works fine for Angelo Canty using R 2.6.0 on Windows XP.
It also works for me using R 1.2.1 and S-PLUS 2000 on Windows XP after installing the S-PLUS bootstrap library, with slight differences in my outputs.
> library(boot)
>
2003 Jun 27
2
IP phone with asterisk
hi,
can some one tell me a good IP phone (not software, but a "real"
phone :) that work well with asterisk?
how mutch does it cost a good IP phone?
i made a VoIP network for my company, but now we are using a client
for PC phone...
i'd like to buy a IP phone, can someone tell me witch model i should
buy?
thanks,
Angelo
2006 Feb 08
3
rob var/cov + LAD regression
Hi,
after looking around I was not able to get info about these two questions:
1. Is there a function to have a "jackknifed corrected var/cov estimate" (as described in MacKinnon and White 1985) in a standard OLS regression?
2. Does R possess a LAD (Least Absolute Deviation) regression function?
Any help?
Thanks
--
========================================================
Angelo
2003 Oct 15
3
Strange scope problem
Hi,
I have come across the following problem which seems to be a scoping
issue but I'm at a loss to see why this is so or to find a good
workaround.
Suppose I have a function to get a prediction after model selection
using the step function.
step.pred <- function(dat, x0) {
fit.model <- step(lm(y~., data=dat), trace=F)
predict(fit.model, x0, se.fit=T)
}
This function works
2008 Jan 25
2
Help Me to Adjust the R Code
Hi,
The following code, from Angelo Canty article on line "Resampling Methods in R: the boot Package, 2002", works fine for Angelo Canty using R 2.6.0 on Windows XP.
It also works for me using R 1.2.1 and S-PLUS 2000 on Windows XP after installing the S-PLUS bootstrap library, with slight differences in my outputs.
> library(boot)
> library(survival)
>
2004 Aug 01
1
Problem with RGui and MASS
Hi,
Using R1.9.1 for Windows with Windows 2000 (also XP), I have come
across the following problem that I have not seen before and am at
a loss to explain. If I create an object using rlm from library(MASS)
and then save the workspace, I cannot reopen it using RGUI by double
clicking on the .RData file as I normally do. If I double click on
the icon, R starts and then gives the following