Displaying 7 results from an estimated 7 matches for "numdata".
2005 Mar 21
1
ASTCC: perl / mysql or me???
...um, $phoneno, $quiet) = @ARGV;
---
> ($calleridnum, $phoneno, $tariff, $quiet) = @ARGV;
521c524
< print STDERR "Phone number is $phoneno\n";
---
> print STDERR "1. Phone number is $phoneno\nTariff is
$tariff\n";
526c529
< $numdata = &getphone($phoneno);
---
> $numdata = &getphone($phoneno, $tariff);
554c557,560
< $numdata = &getphone($phoneno);
---
> print STDERR "2. Phone number is $phoneno\nTariff is $tariff\n";
> $numdata = &getphone($phoneno, $tarif...
2003 Jun 26
2
Plots using POSIX
Is there a reason that the bottom axis changes color when POSIX data is used
in plot function?
For example:
> timedata <- c("2/3/2003","3/4/2003","5/4/2003")
> timedata2 <- strptime(timedata,format="%m/%d/%Y")
> numdata <- c(2,3,4)
> plot(as.POSIXct(timedata2),numdata,col="red",type="o")
As compared to:
> numdata2 <- c(3,4,5)
> plot(numdata2,numdata,col="red",type="o")
I assume that the work around is to place the box and axis after the plot is
created, cor...
2010 Mar 17
3
Converting "factors" to "numeric" in a dataframe
I am currently trying to write a program that minimises the amount of work
required for “auditable” qPCR data. At the moment I am using an Excel (.csv)
spreadsheet as source data that has been transposed to the column format
required for R to read. Unfortunately, this means I have* *to manually
confirm the whole data set prior to doing any analysis, which is taking a
considerable amount of time!
2010 Sep 07
1
problems with siar package
...m trying to run a script, specifically with the siar
package on R (I have attached the script) but the program collapses on
during the run. The error message says:
*** caught segfault ***
address 0xb31941cc, cause 'memory not mapped'
Traceback:
1: .C("siarmcmcv4", as.integer(numdata), as.integer(numsources),
as.integer(numiso), as.integer(numgroups), as.integer(startgroup),
as.integer(endgroup), as.integer(siardata$iterations),
as.integer(siardata$burnin), as.integer(siardata$howmany),
as.integer(siardata$thinby), as.double(prior), as.data.frame(data2),
as.data.frame(concdepda...
2005 Jul 23
2
ASTCC gives me only the time, but no cost
I try to track down an error that causes that Astcc just reports the time, but not the costs.
I could narrow the problem down into this sub routine:
sub calccost() {
my ($adjconn, $adjcost, $answeredtime, $increment) = @_;
eval { my $adjtime = int(($answeredtime + $increment - 1) / $increment) * $increment };
my $cost;
print STDERR "Adjusted time is $adjtime, cost is $adjcost with
2004 Feb 06
1
nnet problem
Hello everybody,
I want to use the nnet library and my problem is that the algorithm seems
to accept only class as target when the neural is fiiting. So the output
when I use predict.nnet is also a class. Is it possible to have numeric
variable as target ? If yes, what is the syntax ?
Thank you.
Cordialement,
R?gis CHARIGNON
2003 Jun 27
1
R-help Digest, Vol 4, Issue 27 ( -Reply)
...gt;
Content-Type: text/plain
Is there a reason that the bottom axis changes color when POSIX data is used
in plot function?
For example:
> timedata <- c("2/3/2003","3/4/2003","5/4/2003")
> timedata2 <- strptime(timedata,format="%m/%d/%Y")
> numdata <- c(2,3,4)
> plot(as.POSIXct(timedata2),numdata,col="red",type="o")
As compared to:
> numdata2 <- c(3,4,5)
> plot(numdata2,numdata,col="red",type="o")
I assume that the work around is to place the box and axis after the plot is
created, cor...