Displaying 2 results from an estimated 2 matches for "is6".
Did you mean:
is
2004 Jun 11
2
wine is6 problems
Hi all,
I am trying to install an application which uses Install Shield 6 under
wine (wine-20040505, built from source).
I copied over stdole32.tlb from windows installation. There are no
other native DLLs apart from this.
But the setup crashes. I have enclosed the backtrace.
Googling led me to many threads with similar problems. Various options I
tried were :
- Using native oleaut32.dll
2005 Nov 09
2
error in NORM lib
...;---snip--->
library(norm)
rngseed(1234)
load(url("http://www.anicca-vijja.de/lg/dframe.Rdata")) # load object
"dframe"
dim(dframe)
apply(dframe,2,function(x) sum(is.na(x))) # check how many NAs in the
dataset
#dframe <-
subset(dframe,select=-c(alter,grpzugeh,is1,is4,is6,klassenstufe,mmit,vorai,vorap,voras,vorkf,vorsg,vorvb))
s1 <- prelim.norm(dframe)
s1$nmis # re-check of NAs should be identical to above
s2 <- prelim.norm(dframe[,1:32])# see below -> still NAs are available -
_not_ imputed
thetahat1 <- em.norm(s1)
theta1 <- da.norm(s1,thetahat1,s...