Displaying 20 results from an estimated 1000 matches similar to: "solve.Matrix() not found (PR#4887)"
2006 Oct 04
2
Tabulation and missing values
I think this is one for Gabor. I don't seem to be able to find my way to
an answer despite numerous rereadings of factor and table.
Here is a toy example:
### Some data
EthnicCode <- c("European/Other", NA, "European/Other", "European/Other",
"Pacific", "European/Other", "European/Other",
2006 Sep 01
2
Lattice plot with fitted curves
I have some data which consists of time series for a number of sites. It
appears that there is not much autocorrelation in the data and I have
fitted a cubic for each site using lm. I would like to obtain a lattice
plot with one panel for each site and showing the original data, and the
fitted cubic.
The closest I have got to doing what I want is:
fit <- fitted(paraslm1)
temp <-
2005 Feb 01
0
Convergence problems with survreg()
Dear R mailing list,
I'm trying to fit a censored regression model to a large (dimension of the
design matrix is 2e5 by 7) right truncated data by means of the
survreg(Surv()) function, as suggested by Paul Johnson on his "R Tips" web
page.
Possibly due to the sensitivity to the initial values of the Newton-Raphson
routine in use by survreg(), resulting regression outputs turn
2001 Nov 09
2
Transforming matrix to data.frame: problems
Hi all,
I have problems transforming a matrix
into a data.frame:
If I do:
> is.matrix(parcelas.cobtot.conti)
[1] TRUE
> dim(parcelas.cobtot.conti)
[1] 25 64
> a <- data.frame(parcelas.cobtot.conti)
> is.data.frame(a)
[1] TRUE
>
> dim(a)
[1] 1600 3
Why a does not have the same dimensions than
parcelas.cobtot.conti?
I've tested with caith and the behaviour there
2013 Jan 11
0
[LLVMdev] Make a comparation with IR builder
On Fri, Jan 11, 2013 at 8:20 AM, Manuele Conti
<manuele.conti at sirius-es.it>wrote:
> Hi Justin,
> my class is a visitor pattern and I use accept method to go recursive in
> suboject in my AST.
> In locals I store AllocaInst pointer.
>
>
> void *visit(var1_init_decl_c *symbol) {
> llvm::Type *lType;
>
> varNames.clear();
> varType = "";
2013 Jan 11
2
[LLVMdev] Make a comparation with IR builder
Hi Justin,
my class is a visitor pattern and I use accept method to go recursive in
suboject in my AST.
In locals I store AllocaInst pointer.
void *visit(var1_init_decl_c *symbol) {
llvm::Type *lType;
varNames.clear();
varType = "";
symbol->var1_list->accept(*this); /* get a vector contains variable names */
symbol->spec_init->accept(*this); /* Store in
2013 Jan 08
0
[LLVMdev] ExecutionEngine always comes back NULL
On Jan 8, 2013, at 8:09 , Manuele Conti <manuele.conti at sirius-es.it> wrote:
> Sorry I forgot to add code that I use to run code:
> /* Executes the AST by running the main function */
> GenericValue CodeGenContext::runCode() {
> std::cout << "Running code...\n";
> ExecutionEngine *ee = EngineBuilder(module).create();
> <
> div
2013 Jan 09
1
[LLVMdev] ExecutionEngine always comes back NULL
Hi Rick,
you are right!
But can you call this method EngineBuilder::setErrorStr to get creation
error?
Cheers,
Manuele
Il 08/01/2013 20:27, Rick Mann ha scritto:
> On Jan 8, 2013, at 8:09 , Manuele Conti <manuele.conti at sirius-es.it> wrote:
>
>> Sorry I forgot to add code that I use to run code:
>> /* Executes the AST by running the main function */
>>
2013 Jan 11
0
[LLVMdev] Make a comparation with IR builder
you're not showing enough code. What does accept() do?
Based on your description, I strongly suspect that your alloca and constant
are not the same type. Remember that alloca returns a pointer type that
you must load to get at the actual variable.
On Jan 11, 2013 3:28 AM, "Manuele Conti" <manuele.conti at sirius-es.it> wrote:
> Hi All,
> I'm writing a code
2013 Jan 08
2
[LLVMdev] ExecutionEngine always comes back NULL
Sorry I forgot to add code that I use to run code:
/* Executes the AST by running the main function */
GenericValue CodeGenContext::runCode() {
std::cout << "Running code...\n";
ExecutionEngine *ee = EngineBuilder(module).create();
vector<GenericValue> noargs;
GenericValue v = ee->runFunction(mainFunction, noargs);
std::cout << "Code was run.\n";
return v;
2016 Feb 24
1
Publication : CERE LLVM Based Codelet Extractor and REplayer
Hello,
We have published two papers which build upon the LLVM
Compiler Infrastructure. Would it be possible to include them in the
LLVM related publications at http://llvm.org/pubs/ ?
I attach below
the bibliographic references:
"CERE: LLVM Based Codelet Extractor and
REplayer for Piecewise Benchmarking and Optimization"
P. de Oliveira
Castro, C. Akel, E. Petit, M. Popov, and W.
2007 Dec 24
1
Marry Christmas and Happy New Year!!!
Would like wish to ALL a Marry Christmas and a happy new year, full of
peace, love, happinesses and much success.
That let us have one excellent year of 2008.
Best Regards
Josue Conti.
2006 Mar 08
1
Unsupervised RandomForest
Dear all,
I am trying to calculate the proximity matrix for a data set with 16 variables
and 6804 observations using random forests. I have a Pentium 4, 3.00GHz
processor with 1 GB of RAM. When I use the command
randomForest(data.scale,proximity=T)
I get the warning message
Error: cannot allocate vector of size 361675 kb
Is this because I have reached the limit of what my computer is
2004 Jul 22
1
(no subject)
2011 Oct 31
1
Vectorize 'eol' characters
Dear R users,
When dumping an R matrix object into a file -- typically via the 'write.table' function -- the 'eol' option can be used to specify the end-of-line character(s) which should appear at the end of each row.
However the argument to 'eol' seems to be restricted to have length 1, whereas ideally I would like different rows to be written to file each with its own
2003 Jul 31
1
R: smbtar
Actually I'm using the following versions:
smbd -V output: "Version 2.2.1a"
nmbd -V output: "Version 2.2.1a"
Stefano
-----Messaggio originale-----
Da: Mark Cooke [mailto:mpc@star.sr.bham.ac.uk]
Inviato: gioved? 31 luglio 2003 12.14
A: Stefano Del Negro
Oggetto: Re: [Samba] smbtar
Samba not liking the accented 'i' character ?
Just a guess,
Warning - don't
2013 Jan 11
2
[LLVMdev] Make a comparation with IR builder
Hi All,
I'm writing a code generation with my compiler. I read sever example and
documentation but I did understand what I make wrong.
What I try to do is a compare a local variable with a constant.
But when I create a ICMP instruction I get that instruction are not of
same type.
I'm using llvm by svn repository updated at two week ago.
The code that I try to generation is something
2006 Oct 05
2
VGAM Package ?
Hi! R users
I would like to ask you where could we find the VGAM Package. I don't find
it in the list of packages.
Thak you for your help
Lassana KOITA
Etudes de S?curit? et d'Exploitation a?roportuaires / Safety Study &
Statistical analysis
Service Technique de l'Aviation Civile (STAC) / Civil Aviation Technical
Department
Direction G?n?rale de l'Aviation Civile (DGAC) /
2006 Oct 13
4
Log-scale in histogramm
Hello
My data looks ugly in a normal histogramm. How can I create a histogramm with a Y-axis in log-scale?
Thanks for your help!
David Graf
--
2008 Mar 20
1
NUT behaviour when master system fails
Hi all,
We have recently bought an APC UPS and are in the process of setting up
the NUT software to make use of it. We are experiencing a problem with
the behaviour of the slave systems when the master system goes off line.
Although the failure of our master system will (hopefully) be a rare
event, and we hope not to experience too many power outages, it is
possible (if unlikely) that both