Displaying 11 results from an estimated 11 matches for "bodegas".
Did you mean:
bodega
2009 Apr 25
5
Out of memory issue
Hi all,
I am trying to run some plots on data, but when loading he CSV data
file R is stopping and I am getting an out of memory error.
Anyway to tweak this somehow to get it to run?
Using WinXP with 4 GB RAM
Tnx
Bruce
2006 May 23
2
transpose dataset to PC-ORD?
Hello:
I need to take a species-sample matrix and transpose it to the format
used by PC-ORD for analysis. Unfortunately, the number of species is
very large (>5000), and so this operation cannot be performed simply
in an application like Excel, which has a 255 column limit. So, I
wrote relatively simple code in R that I hoped would do this
(appended below). But there are glitches.
The
2005 Nov 15
1
Repeates Measures MANOVA for Time*Treatment Interactions
Dear R folk,
First off I want to thank those of you who responded with comments for
my R quick and dirty stats tutorial. They've been quite helpful, and
I'm in the process of revising them. When it comes to repeated
measures MANOVA, I'm in a bit of a bind, however. I'm beginning to see
that all of the documentation is written for psychologists, who have a
slightly
2008 Apr 15
2
glht with a glm using a Gamma distribution
Quick question about the usage of glht. I'm working with a data set
from an experiment where the response is bounded at 0 whose variance
increases with the mean, and is continuous. A Gamma error
distribution with a log link seemed like the logical choice, and so
I've modeled it as such.
However, when I use glht to look for differences between groups, I get
significant
2023 Aug 21
0
no vea Netflix hoy
...ursos de capacitaci?n para ti, para tu negocio, tus socios, empleados y colegas, la cual puedan ver y consultar en cualquier momento, desde calquier dispositivo. Esto y m?s es nuestra membres?a de Integral de Capacitaci?n, que en esta ocasi?n estrena las 10 conferencias pregrabadas sobre Almacenes, Bodegas, y Centros de Distribuci?n.
Si desea le enviemos sin compromiso toda la informaci?n al respecto, responda este correo con sus datos.
Nombre:
Tel?fono:
Empresa:
Email:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net...
2006 Feb 28
0
Canonical Values and Centroids for MANOVA plots
Hey, all, I'm trying to construct a centroid plot using canonical
values from a MANOVA. I know that from the summary.manova object you
can get Eigenvalues, and the H and E matrices (from SS$Treatment and
SS$Residuals), but I am at a loss to get the loadings for the canonical
values, nor values for the centroid centers and radii. Is there a
package that does this that I am just missing,
2005 Oct 22
0
Getting univariate information from a multivariate data set
A quick question that I've had only partial success in answering. I
have a multivariate dataset, and would like to extract some simple
univariate information from it grouped by treatments, etc. I am
encountering two problems however
Note: I am importing my data with
my_data <- read.csv("/path/data.csv")
1) Scoping of unstack
If I attempt
sorted_data <- unstack(response,
2018 Apr 24
2
Upgrading 1.1pre14 nodes to 1.1pre15 in an existing mesh
Hi
I have a Tinc cluster of about 100 nodes, and they are all running tinc
1.1pre14.
I'd like to upgrade to tinc 1.1pre15.
Is there a suggested mechanism to do this while keeping the cluster up?
For instance can I simply automate the installation of tinc 1.1pre15 on
each node and reload the existing configuration using 'tinc reload'
Will the temporary state of having a mix set of
2005 Nov 08
2
A Quick and (Very) Dirty Intro to Stats in R
Greetings to all,
First off, I want to thank you all for answering any nagging questions
I've had over the past few days. I've been in the process of putting
together A Quick and (Very) Dirty Intro to Doing Your Statistics in R
(which I have posted to http://didemnid.ucdavis.edu/rtutorial.html ) in
order to teach an R workshop for the graduate students in my
department. This is a
2008 May 06
1
question about se of predicted glm values
Hey, all. I had a quick question about fitting new glm values and
then looking at the error around them. I'm working with a glm using a
Gamma distribution and a log link with two types of treatments.
However, when I then look at the predicted values for each category, I
find for the one that is close to 0, the error (using se.fit=T with
predicted) actually makes it overlap 0.
2008 Feb 04
1
extracting AIC scores from lmer and other objects
I have a slight conundrum. I'm attempting to write a scrip that will
take a number of objects (lm, glm, and lmer) and return AIC scores
and weights. I've run into 3 problems, and was wondering if anyone
had any pointers.
1) is there any convenient way to extract the name of the objects?
Simply, if I have a vector of objects c(my.lm, my.lmer) and I want to
get a character