Displaying 5 results from an estimated 5 matches for "butchman".
Did you mean:
buschman
2010 Aug 03
4
hi!!! guestion!!
I made some matlab codes...
Is there any method to perform matlab codes in R program??
--
View this message in context: http://r.789695.n4.nabble.com/hi-guestion-tp2311219p2311219.html
Sent from the R help mailing list archive at Nabble.com.
2010 Aug 06
2
hi!! please help me!
I made some anonymous function which performs some process in matlab code..
But I want to perform it in R program...
Is there any method???
--
View this message in context: http://r.789695.n4.nabble.com/hi-please-help-me-tp2315919p2315919.html
Sent from the R help mailing list archive at Nabble.com.
2010 Sep 30
1
please help me....
...ind this thesis on line and there is any method to view this
thesis??
If anybody has this thesis file,please send to me...
I must this guy's Ph.D. thesis...
I searched LMU online library..but this thesis did not exist...
please help me...very very very important issue for me..
mu e-mail address:butchman29 at gmail.com
--
View this message in context: http://r.789695.n4.nabble.com/please-help-me-tp2739350p2739350.html
Sent from the R help mailing list archive at Nabble.com.
2010 Jul 30
1
hi! l have a question please help me
1)
dmatrix1<-function(n,p,rho,sigma,k){
muvec1=zeros(1,p)
truep<-as.matrix(c(3,1.5,0,0,2,0,0,0))
A=eye(p)
for(i in 1:p){
for(j in 1:p){
A[i,j]=rho^(abs(i-j))
X=mvrnorm(n,muvec1,A)
y=X%*%truep+as.matrix(rnorm(n,0,sigma))
Y=X[1:k,]
w=y[1:k]
Z=X[(k+1):n,]
z=y[(k+1):n]}}
return(list(X,Y,w,Z,z))
}
I made this code which performs
2010 Aug 04
2
question!!!!
I made some design matrix X(in linear regression model)
I there any method to normalize X?
--
View this message in context: http://r.789695.n4.nabble.com/question-tp2312938p2312938.html
Sent from the R help mailing list archive at Nabble.com.