Displaying 5 results from an estimated 5 matches for "varze".
Did you mean:
vare
2003 Nov 19
2
Difference in ANOVA results - R vs. JMP/Minitab
Hi,
I ran a small data set from a factorial experiment through R, Minitab
and JMP... the result from R is significantly different from what
Minitab or JMP give... The data set is at the following link:
http://www.personal.psu.edu/nug107/Uploads/2x3_16repsANOVA.txt
The first 5 columns are the factors and the next three are responses.
In particular, for the response beta11MSE, two of the
2007 Aug 08
0
Creating netcdf from table
Hi!
I have a table with 3 columns, 2 for long/lat coordinates and 1 for values
(radon concentration). I have Tables for every week of the year 2006, always
same coordinates but other values, i.e. time series. Now I want to create a
NetCDF file for, which is much easier to handle than 52 tables. I tried the
following for the first dataset (i.e first week):
2007 Nov 07
2
creating a dynamic output vector
Let's say I have a program that returns variables whose names may be any
string within the vector
NAMES=c("varA","varB","varC","varD","varE","varF"..."varZ"), but I do
not ever know which ones have actually been created. So in one example
output, "varA", "varC", and "varD" could exist, but
2012 Feb 18
3
foreach %do% and %dopar%
Hi everyone,
I'm working on a script trying to use foreach %dopar% but without success,
so I manage to run the code with foreach %do% and looks like this:
The code is part of a MCMC model for projects valuation, returning the most
important results (VPN, TIR, EVA, etc.) of the simulation.
foreach (simx = NsimT, .combine=cbind, .inorder=FALSE, .verbose=TRUE) %do% {
MCPVMPA = MCVAMPA[simx]
2003 Mar 12
2
Trouble using RSYNC from a SSH terminal
Hi,
I'm setting up mirror server using RSYNC, but I couldn't find the answer...
Why is possible to backup to my local Linux machine and why I couldn't use
the same instruction for backing up through SSH?
I explain: from the command line of my linux machine, I write: rsync -avuzb
xxx.xxx.xxx.xxx::resource /home/www and it works properly. When I try to do
the same in another machine