Displaying 5 results from an estimated 5 matches for "kxp".
Did you mean:
kip
2009 Mar 30
1
Setting the names attribute of a list?
...m calling this function many thousands of times (hundreds of
thousands) after some time
i get
*** caught segfault ***
address 0x5, cause 'memory not mapped'
However, if i dont set the R_NamesSymbol, I do not get any such error.
Am I doing this correctly?
Thank you
Saptarshi
==CODE===
// kxp and usar are two SEXP's which have not been protected
SEXP res
PROTECT(res);
res= allocVector(VECSXP, 2);
SET_VECTOR_ELT(res,0,kxp);
SET_VECTOR_ELT(res,1,usar);
names=allocVector(VECSXP,2);PROTECT(names); //A
SET_VECTOR_ELT(names, 0, mkChar("key")); //A
SET_VECTOR_ELT(names, 1, mkCha...
2003 Jan 16
1
Multivariate regression in R
Hi Folks,
I want to do multivariate regression in R, i.e. basically
(but with a complication -- see below):
given an Nxp matrix Y of p-variate responses, and an Nxk
matrix X of covariates, to fit the model
Y = X*B + e
with estimation of the kxp matrix of coefficients B
and estimation of the pxp matrix of covariances between
the p variates in Y.
I haven't managed to find a function/package in R which
seems to address this problem directly (maybe I'm overlooking
a way of using a standard one). One way, of course, could
be to stack...
2006 Mar 18
0
No subject
....ethz.ch
Subject: [R] Multivariate regression in R
Hi Folks,
I want to do multivariate regression in R, i.e. basically
(but with a complication -- see below):
given an Nxp matrix Y of p-variate responses, and an Nxk
matrix X of covariates, to fit the model
Y = X*B + e
with estimation of the kxp matrix of coefficients B
and estimation of the pxp matrix of covariances between
the p variates in Y.
I haven't managed to find a function/package in R which
seems to address this problem directly (maybe I'm overlooking
a way of using a standard one). One way, of course, could
be to stack...
2001 May 10
5
printer drivers
Hello!
Where is info about printer drivers stored?
I mean that driver is installed for this printer?
I played with 2.2.0 configuration- remake srpm with
different options and after rpm installation I needed to install
printers
again and again- files are in place, but NT4 said that NO DRIVER :(
btw, sometimes I get error that alternate driver can't be installed when
installed
drivers for win9x
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port.
Problem:
For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.