Displaying 20 results from an estimated 71 matches for "anos".
Did you mean:
anon
2008 Oct 30
0
lme4/anova, error message: "Calculated PWRSS for a LMM is negative"
Dear all,
I'm using the latest version of the package lme4 and R version 2.7.2
(2008-08-25).
After I run the model, I get the results of the model (cf. below). Then, I
run an ANOVA using the "anova" function and I get the following message
"Error in anova(lmer1) : Calculated PWRSS for a LMM is negative".
I went trough the R-mailing list and a similar error message was
2017 Oct 20
3
nls() and loop
Hello I?m need fitt growth curve with data length-age. I want to evaluate
which is the function that best predicts my data, to do so I compare the
Akaikes of different models. I'm now need to evaluate if changing the
initial values changes the parameters and which do not allow to estimate
the model.
To do this I use the function nls(); and I randomize the initial values
(real positive number).
2012 Mar 21
1
Doubts about mixed effect models
Hi everyone!
I have some doubts about mixed effect models and I hope someone could help
me. I´m trying to analyze a dataset coming from samples of dung beetles in
the same forest fragments along 3 consecutive years (1994, 1995 and 1996)
and 14 years after (2010). I sampled dung beetles in 18 different fragments
with different sizes and different degrees of isolation. My aim is to
determine
2006 Sep 24
2
plotCI
Hi R masters!
I need a Help with plot confidence intervals for one equation. I use
library gplots and plotCI command in this script:
require(gplots)
ano <-1980:2002
rf<-exp(91.37162-0.04720281*ano)
ciw.f<-sqrt(1.766073e-08)
plotCI(ano,rf,uiw=ciw.f)
But in the graph not shown the errors bar and I have this error msg
zero-length arrow is of indeterminate angle and so skipped
2012 Jan 10
1
different results from fligner.test
I've made fligner test with the same data, changing the orders of the
variables, and this what i get
> fligner.test(rojos~edadysexo*zona*ano*estacion)
Fligner-Killeen test of homogeneity of variances
data: rojos by edadysexo by zona by ano by estacion
Fligner-Killeen:med chi-squared = 15.7651, df = 2, p-value = 0.0003773
> fligner.test(rojos~ano*edadysexo*zona*estacion)
2012 Feb 25
1
RFT: Use Greek semicolons for comdlg32's printer status enumeration?
Request For Translators<g>
So what I've gathered from Wikipedia is that the Greek language does not
use semicolons as a separator for enumerations:
http://en.wikipedia.org/wiki/Semicolon#Greek_and_Church_Slavonic
| In Greek and Church Slavonic, a semicolon indicates a question,
| similar to a Latin question mark.[2] To indicate a long pause or
| separate sections, each with commas
2002 May 13
1
GLM questions
Hi
I'm doing a glm analysis and I have two doubts (at least :)
1) When I run the function it gives a lot of warnings (see below) what
they mean ? (may be I'm ignorant about this analysis ...)
glm.poisson<-glm(log(Jkij+1)~fac.ano+fac.tri+fac.icesr+fac.mat+fac.ano:fac.icesr+fac.ano:fac.tri,family=poisson())
warnings()
40: non-integer x = 1.252763
41: non-integer x = 1.864785
42:
2017 Oct 20
0
nls() and loop
?tryCatch
--
Sent from my phone. Please excuse my brevity.
On October 20, 2017 7:37:12 AM PDT, Evangelina Viotto <evangelinaviotto at gmail.com> wrote:
>Hello I?m need fitt growth curve with data length-age. I want to
>evaluate
>which is the function that best predicts my data, to do so I compare
>the
>Akaikes of different models. I'm now need to evaluate if changing the
2011 Jan 28
1
Problems making subsets with [] or "subset"
Hi,
I'm trying to make a model in order to know wich factors got?s influence in
the intensity of a infection, but just in the individuals who's got this
infection. In my data I've got a variable called "prevalence" with 2 levels:
1.- Infected individual
0.- Non infected
So what i'm trying to do is a subset in a model like this,
2010 Feb 26
1
Error in Aggregate function
Hi,
When I run the Aggregate function in repeat loop, I got the following error:
Error in sort.list(unique.default(x), na.last = TRUE) :
'x' must be atomic for 'sort.list'
Have you called 'sort' on a list?
How to solve this error. Anyone can help me. Urgent.
Thanks.
Meenakshi.
--
View this message in context:
2010 Mar 24
2
Mosaic
Hi,
I have this data set:
obitoss = c(
5.8,17.4,5.9,17.6,5.8,17.5,4.7,15.8,
3.8,13.4,3.8,13.5,3.7,13.4,3.4,13.6,
4.4,17.3,4.3,17.4,4.2,17.5,4.3,17.0,
4.4,13.6,5.1,14.6,5.7,13.5,3.6,13.3,
6.5,19.6,6.4,19.4,6.3,19.5,6.0,19.7)
(dados = data.frame(
regiao = factor(rep(c('Norte', 'Nordeste', 'Sudeste', 'Sul',
'Centro-Oeste'), each=8)),
ano =
2012 Nov 29
5
bootstrapped cox regression (rms package)
Hi,
I am trying to convert a colleague from using SPSS to R, but am having
trouble generating a result that is similar enough to a bootstrapped cox
regression analysis that was run in SPSS. I tried unsuccessfully with
bootcens, but have had some success with the bootcov function in the rms
package, which at least generates confidence intervals similar to what is
observed in SPSS. However, the
2009 Feb 03
1
Translation pt-br "WIKI - FrontPage"
O que ? CentOS?
CentOS Enterprise Linux ? uma distribui??o baseada no Red Hat
Enterprise Linux. CentOS Cada vers?o ? suportada por 7 anos (por meio
de atualiza??es de seguran?a). CentOS Uma nova vers?o ? liberada a
cada 2 anos, e cada vers?o CentOS ? actualizado regularmente (a cada 6
meses) para suportar os hardware mais novos. Isso resulta em uma rede
segura, de baixa manuten??o, confi?vel e previs?vel e reprodut?vel em
ambiente Li...
2011 Jan 24
2
normality and equal variance testing
I currently have a program that automates 2-way ANOVA on a series of endpoints,
but before the ANOVA is carried out I want the code to test the assumptions of
normality and equal variance and report along with each anova result in the
output file. How can I do this?
I have pasted below the code that I currently use.
library(car)
numFiles = x #
2012 Sep 12
11
RHEL Kickstart and Puppet certificates
Hello everybody,
we´re using Red Hat Kickstarts for some systems. On every new kickstart
we´ve to delete the client certificate first on the master.
Ist there a best practise to renew the certificate or delete it remotely on
the master?
kind regards,
Ano
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on
2013 Jan 02
2
Read many cvs files
...2001" ...
$ Data.Alta : chr "20/02/2001" "30/04/2001"
"10/03/2001" "21/01/2001" ...
$ Sexo : chr " MULLER" " MULLER" "
HOME" " MULLER" ...
$ Idade.en.anos : int 43 23 29 23 48 27 80 42 42 42 ...
$ Código.Concello : int 15030 15092 15030 15030 15019
15030 15032 15014 15005 15005 ...
$ Concello : chr "CORUÑA, A" "VIMIANZO" "CORUÑA,
A" "CORUÑA, A" .....
2009 Aug 19
5
scale or not to scale that is the question - prcomp
Dear all
here is my data called "rglp"
structure(list(vzorek = structure(1:17, .Label = c("179/1/1",
"179/2/1", "180/1", "181/1", "182/1", "183/1", "184/1", "185/1",
"186/1", "187/1", "188/1", "189/1", "190/1", "191/1", "192/1",
2009 Nov 19
2
logging to syslog does not distinct between errors notice and warning.
Hi
If I run puppetd on a client with -l console I see things like:
...
warning: //Node[default]/packages/
notice: ...
err: ...
...
Here puppet makes a distinction between errors, notice and warning.
But it I run puppet without the -l option, I see the entries in /var/
log/messages. But there puppet makes no distiction between errors,
warnings etc....:
Nov 19 10:26:12 puppetd[28676]: Starting
2006 Jun 17
1
Vamos fazer o lançamento do livro? (Brazil)
Hi, I apologize for a portuguese message at this group, but I am trying to
reach brazilians who read this great group. It''s about the release of the
first Ruby on Rails book for the brazilian audience.
Here it goes:
Galera, finalmente terminei de escrever o livro e entreguei o material
para a editora esta semana, agora resta esperar at? que eles nos digam
quando ser? a data do
2007 Sep 20
2
Package Survey
Hello,
How I use the function as.svrepdesign without memory.size problems?
desenho_npc_JK <- as.svrepdesign(desenho_npc,type="JKn")
Error: cannot allocate vector of size 161.3 Mb
In addition: Warning messages:
1: Reached total allocation of 1022Mb: see help(memory.size)
2: Reached total allocation of 1022Mb: see help(memory.size)
3: Reached total allocation of 1022Mb: