search for: rmrf

Displaying 6 results from an estimated 6 matches for "rmrf".

Did you mean: rkrf
2012 Feb 01
1
R-squared, how can I do to put this in a vector?
I'm needing to remove the R-squared , and put this in a vector. It's the same that I do with the Beta or alfa in a linear regression: beta <- vector() ## beta for (i in 1:ncol(ret)){ beta[i] <- summary(lm((ret[,i] - ret.selic.ibov[,1]) ~ rmrf[,1] + max[,1]))*$coef[[2]]* } So, I need to know what I'll put after* $*. Thanks. -- View this message in context: http://r.789695.n4.nabble.com/R-squared-how-can-I-do-to-put-this-in-a-vector-tp4349460p4349460.html Sent from the R help mailing list archive at Nabble.com.
2005 Apr 21
1
.Fortran() again
...he fortran code were. 1.f subroutine readmm5(mm5file,IFLAG,MIF) integer iflag,MIF(50,20),MRF(20,20) CHARACTER*80 mm5file,MIFC(50,20),MRFC(20,20) OPEN (11,FILE=mm5file,FORM='UNFORMATTED') READ(11) IFLAG IF ( IFLAG .EQ. 0 ) THEN READ(mm5file) MIF,RMRF,MIFC,MRFC endif end $R CMD SHLIB 1.f $R >library(foreign) >dyn.load("1.so") >.Fortran("readmm5",as.character("mmout"),as.integer(1),as.matrix(nrow=50,ncol=20,data=as.integer(rep(0,50)))) This works alright until starts to read the 50 by 20 intege...
2015 Mar 23
2
default password of centos 7 images inside http://cloud.centos.org/
Hi, I'm trying to to use the centos 7 images provided by http://cloud.centos.org/, this works fine when using centos user to ssh in with keys, but I'm trying to create a new image base on it, so does it have default password I can use to login to the console, before I can configure the network setting inside. Thanks! -Ryan
2015 Mar 23
0
default password of centos 7 images inside http://cloud.centos.org/
...d is disabled (also SSH password logins). What you can do is boot in single user (init=/bin/sh) and unlock the password, set a custom password etc. HTH Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Ryan Qian" <rmrf at 163.com> > To: centos at centos.org > Sent: Monday, 23 March, 2015 14:26:07 > Subject: [CentOS] default password of centos 7 images inside http://cloud.centos.org/ > Hi, I'm trying to to use the centos 7 images provided by > http://cloud.centos.org/, this works fine when u...
2015 Mar 24
0
default password of centos 7 images inside http://cloud.centos.org/
...d is disabled (also SSH password logins). What you can do is boot in single user (init=/bin/sh) and unlock the password, set a custom password etc. HTH Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Ryan Qian" <rmrf at 163.com> > To: centos at centos.org > Sent: Monday, 23 March, 2015 14:26:07 > Subject: [CentOS] default password of centos 7 images inside http://cloud.centos.org/ > Hi, I'm trying to to use the centos 7 images provided by > http://cloud.centos.org/, this works fine when...
2000 Apr 01
0
space in user dir?
This is obviously not a long term acceptable solution. Could someone please enlighten me as to the permanent solution, or at least see why it doesn't work? This is not my problem, therefore I have not had the opportuntity to test - I don't have a version that old. Let me know if it is solved in a newer version as well. Thanks. It is a workable solution, although the generally accepted