Displaying 2 results from an estimated 2 matches for "sanad".
Did you mean:
saad
2011 Oct 18
1
Repeat a loop until...
Dear all,
I know there have been various questions posted over the years about loops but I'm afraid that I'm still stuck. I am using Windows XP and R 2.9.2.
I am generating some data using the multivariate normal distribution (within the 'mnormt' package). [The numerical values of sanad and covmat are not important.]
> datamat <- rmnorm(n=1500,mean=c(mean(sanad[,1]),mean(sanad[,2]),mean(sanad[,3])),varcov=covmat)
The middle column of 'datamat' is simulated data for age. Obviously some of the simulated values are not going to be sensible. Therefore I'd like to...
2009 Mar 29
1
configure to use serial console
Hi,,
In Debian documentation website for "booting linux from USB" they say that the minimum details to be in syslinux.cfg are:
default vmlinuz
append initrd=initrd.gz
bcoz i dont have a screen now, i wanna use serial port as a console from another laptop(supports serial).
so how the above config file becomes?
is it :
Serial 0
Console 0
default vmlinuz
append initrd=initrd.gz
??