Displaying 4 results from an estimated 4 matches for "mclovin".
Did you mean:
clovis
2010 Jul 06
4
Assign Formulas to Arrays or Matrices?
Hi,
I am very new to R. I am hoping to create formulas and assign them to
locations within an array (or matrix, if it will work).
Here's a simplified example of what I'm trying to do:
form.arr <- array(31,5,3)
for (i in seq(from=1, to=31, by=1)) {
for (j in seq(from=1, to=5, by=1)) {
form.arr[i,j,] <- as.formula(y~1+2)
}
}
which results in this error:
Error in form.arr[i, j,
2008 Jul 28
2
16 bit?
I am trying to run a program that asks me to change my system setteing to 16 bit. How would i do this through wine? Or would i go under my OS and do it?
2008 Sep 12
2
Windows SNMP Probe via Wine
Hi all,
I have read through just about every relevant post on this site and I also experimented a bit and I'm looking for your opinion on a solution have come up with.
I am attempting to connect a Linux web server to a monitoring package. This packages (absolutely) requires a Windows based probe on the same network as the Linux server. The probe itself uses SNMP, Ping, and Telnet to talk
2008 Jul 18
2
M.U.G.E.N
I cant seem to get mugen .exe's to work. I recently got them to work after i upgraded , but they then soon stopped working again. The error message says:
Error message: Can't open data/mugen.cfg. Make sure you have extracted with directories
Error reading data/mugen.cfg
Any fellow M.U.G.E.N gamers who know how to solve the problem please reply, thanks.