Displaying 20 results from an estimated 300 matches similar to: "Error in Aggregate function"
2010 Feb 02
6
Memory Problem
Hi,
When I run the repeat loop in R for large dataset, I got Memory problem.
How can I solve these problem.
--
View this message in context: http://n4.nabble.com/Memory-Problem-tp1459740p1459740.html
Sent from the R help mailing list archive at Nabble.com.
2010 Jun 14
2
Large Data
HI,
I want to import 1.5G CSV file in R.
But the following error comes:
'Victor allocation 12.4 size'
How to read the large CSV file in R .
Any one can help me?
--
View this message in context: http://r.789695.n4.nabble.com/Large-Data-tp2254130p2254130.html
Sent from the R help mailing list archive at Nabble.com.
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 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
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:
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
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 =
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,
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
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 #
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:
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",
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
2009 Jul 16
2
Nested ANOVA residuals error
I am having trouble setting up a nested anova model. Here is a
truncated version of my data:
> data
Ind Treatment PC1
1 PER14 SC 1.14105282
2 PER14 SH 1.45348615
3 PER14 AC 2.45096904
4 PER25 SC 1.23687887
5 PER25 SH 4.54797450
6 PER25 AC -0.73391131
7 PER30 SC 1.15899433
8 PER30 SH 2.83273736
9 PER30
2019 May 20
2
Agrupar por suma y cuenta con dplyr
Hola,
Tengo un data set con información de transferencias monetarias por paciente
provincia y modalidad de atención. Necesito hacer en una misma operación
una suma de dinero por provincia y modalidad y a su vez una cuenta de
pacientes por provincia y modalidad.
Esto funciona bien:
transferencias<-becas_modalidades %>%
group_by(PROVINCIA,Modalidad) %>%
summarize(dinero =
2010 Aug 24
4
how to plot y-axis on the right of x-axis
Dear List,
I have a richness data distributing across 20 N to 20 S latitude. (120 E-140
E longitude).
I would like to draw the richness in the north hemisphere and a regression
line in the plot
(x-axis: latitude, y-axis: richness in the north hemisphere).
The above demand is done using plot.
Then, south hemisphere richness and regression are required to be generated
using
the same y-axis above