Displaying 3 results from an estimated 3 matches for "simple1".
Did you mean:
simple
2009 Dec 13
1
odfWeave produces output file that OO can't open
...lattice_0.17-26
[5] JGR_1.7-0 iplots_1.1-3 JavaGD_0.5-2 rJava_0.8-1
loaded via a namespace (and not attached):
[1] Matrix_0.999375-32 lme4_0.999375-32 tools_2.10.0
****************************************
I run:
****************************************
> odfWeave('simple1.odt','simpleOut.odt')
Copying simple1.odt
Setting wd to /var/folders/TG/TG6nWu2pHYCI-BdWWiyMxU+++TI/-Tmp-//RtmplOpSLO/odfWeave13103539684
Unzipping ODF file using unzip -o simple1.odt
Removing simple1.odt
Creating a Pictures directory
Pre-processing the contents
S...
2005 Feb 24
4
r: functions
hi all
i have a function that uses two inputs, say xdata and ydata. An example
is the following,
simple1<-function(xdata,ydata)
{
ofit<-lm(ydata~xdata)
list(ofit)
}
say i use arbitray number for xdata and ydata such that
D =
x1 x2 y
1 1 10
2 6 6
3 10 7
x<-D[,1:2]
and
y<-D[,3]
if one uses these inputs and rund the program we get the following:
>simple(xdata=x,ydata=y)
Error i...
2003 Feb 17
0
AIX 4.3.3 smbd won't start
...amba installed in /usr/local/samba.
After running /usr/local/samba/smbd -D and /usr/local/samba/nmbd -D I
can do this
ps -aef | grep mbd and it only shows nmbd -D. On the linux box
both items show up.
after typing in a simple smb.conf file like this below
[global]
workgroup = SIMPLE1
code page directory = /var/ron_temp/usr/local/lib/codepages
hosts allow = 192.42.nnn. 127.0.0.1 localhost
# log file = /usr/local/samba/var/log.%m
log file = /usr/local/samba/var/log
log level = 3
max log size = 50
[rondir]
comment = For Testi...