similar to: Running an R script without running R

Displaying 5 results from an estimated 5 matches similar to: "Running an R script without running R"

2009 Jul 31
1
DAHDI - analogue, not seeing ringing (UK)
So made my first forray into 1.4 and DAHDI and hit a problem. (Not convinced this is a DAHDI issue though...) Testing an analogue line and asterisk sees the caller ID being passed, but then fails to detect ringing. A plain old analogue phone plugged in rings just fine. Console output: == Starting post polarity CID detection on channel 4 -- Starting simple switch on
2009 Jul 10
2
ogg theora book sprint
hey, Adam here from FLOSS Manuals (http://www.flossmanuals.net). We write free manuals about free software and in August (10-15) we will hold Book Sprint (http://www.flossmanuals.net/booksprints) about Ogg Theora. We will write a really good manual (book) about Ogg Theora in 5 days. The event will be in Berlin. We want to cover a lot of stuff, but we hope to get our teeth into at least some of
2012 Mar 09
1
Multiple Correspondence Analysis
You should send this to r-help@stat.math.ethz.ch. On 03/09/2012 09:21 AM, Andrea Sica wrote: > Hello everybody, I'm looking for someone who is able with MCA and > would like to gives some help. > > If what I'm doing is not wrong, according to the purpose I have, I > need to understand how to create a dependence matrix, where I can > analyze the > dependence between
2009 Nov 17
0
Re place NA values in matrix with the value of Nearest Neighbour
I am extracting climate data for coastal areas from 5km grid data for specific xy coordinates that relates to individual study sites (SQ). Code so far: setwd("/Users/roblewis/Documents/PhD/Climate Data") fnamestemp=read.table("Path_Directory_Maxt") fnames=paste(fnamestemp[,1],fnamestemp[,2]) nfiles = length(fnames) xy=as.matrix(read.table("xy_.txt"))
2005 Dec 21
0
Help with Krige.conv using linear models
A majority of my data makes a kriged map perfectly using an exponential model for the semivariogram to fit my data and then going through the commands variofit() to define the model and then krige.conv() to use the model to predict values in a grid. But?one set of my data appears to be linearly correlated for the first 5000 meters and not correlated beyond that. I have been having problems