Displaying 4 results from an estimated 4 matches for "datafull".
2007 Dec 15
1
modify a data.frame within a function
...ata frame to remove randomly half of the values. I want to do it within a function, but can not assign the modified column back into the data frame. It was easy and successful without a function, so I suspect the problem is the call of the single column within the function.
removedata<-function(datafull,var.removed)
{
attach(datafull)
NArandom<-rnorm(n=length(var.removed), mean=0, sd=1)
for (i in 1:length(var.removed))
if(NArandom[i]>0)
var.removed[i]<-"NA"
datamiss<<-datafull
detach(datafull)
}
-- Yuval Sapir, PhDResearcherInstitute of Evolution, Haifa University...
2004 Oct 27
1
Error running smbmount in Slackware 10
...this error:
smbmount: relocation error: /usr/lib/samba/charset/CP850.so: undefined symbol: smb_register_charset
I got a Mandrake 10 box, has the samba suite and works ok. Don't know if some dependency is missing for Slackware.
Thanks.
Juan
__________________________________________________
Datafull - 100% Internet Gratis
http://www.datafull.com
2003 Dec 28
4
outcall notification
Has anyone implemented an outcall notification when there is a voice
message waiting? I would like to have the system notify me of awaiting
voice messages by a telephone call rather than an email notification. I
would imagine that a call could be dumped into the asterisk spool
directory, but I'm not sure how I would monitor for messages waiting.
Has anyone implemented such a feature for
2007 Jul 10
0
type1 fonts problem
I can't make available type1 fonts (*.pfm and *.pfb archives)
in apps running in wine. The fonts are displayed ok by the natives
linux apps in linux, but not readable into apps in wine, only ttf are
readable
I treated to install type1 font in the fake windows folder, like a ttf
font (copy the type1 files in the .wine/drive_c/windows/fonts) but
not work
the provisional solution is convert