search for: sptd

Displaying 9 results from an estimated 9 matches for "sptd".

Did you mean: spt
2008 May 13
5
wineRC1_opensuse10.3_err_stdp
hi All I updated my wine ot RC1 and run winecfg then I have some strange line Code: err:winedevice:ServiceMain driver L"sptd" failed to load all work but what it can mean? I try to find any info in wine bugzilla but not find anything PS:In addition I has well working warcraft3 in earlier versions of wine... but now it work slow... Code: err:winedevice:ServiceMain driver L"sptd" failed to load err:ole:C...
2010 Mar 18
2
Reshape dataframe according to ordered variables
Dear all, I am still a R apprentice... Apologies for the basic question. I am trying to reshape a dataframe based on the order of two variables (a character variable and a numerical variable). To simplify it, consider the following dataframe > df<-data.frame(id=c("b","b","a","a","a"),ord=c(2,1,1,3,2)) id ord 1 b 2 2 b 1 3 a 1 4
2010 Mar 19
2
Sequence of ordered variable to add as column
Hello all, As an example, consider the following dataframe > df<-data.frame(id=c("b","b","a","a","a"),ord=c(2,1,1,3,2)) > dates<-as.Date(c("02/27/92", "02/27/92", "01/14/92", "02/28/92", "02/01/92"),"%m/%d/%y") > df$dates<-dates which was ordered with >
2011 May 31
2
Latin Hypercube Sampling with a condition
Hello all, I am trying to do a Latin Hypercube Sampling (LHS) to a 5-parameter design matrix. I start as follows: library(lhs) p1<-randomLHS(1000, 5) If I check the distribution of each parameter (column), they are perfectly uniformly distributed (as expected).For example, hist(p1[,1]) Now the hard (maybe strange) question. I want the combination of the first three parameters to sum up to
2003 Feb 11
4
Adding printer driver with cupsaddsmb
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list, I have a problem adding printer drivers for automatic downloading via samba for windows 2000 clients. Under cups I added my printer and copied the Adobe postscript driver files like mentioned in printer_driver2.html. And when I finally commit: cupsaddsmb -v -U root normal (normal is the name of the printer) And here is the output:
2010 Jul 15
1
CART with a circular response
Hello all, Could anyone advise me how can I implement classification and regression tree analyses for a circular response (angles)? Is there available R code or I would have to adapt code from "rpart" or "tree" libraries, which I am not sure would be able to do it? I would really appreciate any suggestion. Duarte
2011 Feb 24
1
extract printed value from a function
Hello all, This shouldn't be difficult, but I am not able to extract a printed value from a function and assign it to an object. In my case, > library(DAAG) > twotPermutation(c(2,3,4),c(3,6,5),plotit=F) [1] 0.298 I would like to assign this result to an object. Thanks, Duarte
2011 Sep 21
2
problem with function "Truncate" in package "distr"
Hello all, Can someone tell me why the following mixture of two log-normal distributions does not get truncated? What puzzles me is that the function works almost always, but for certain combinations (like the one below), it does not. # R code example library(distr) mix<-UnivarMixingDistribution(Lnorm(3.2,0.5),Lnorm(5.4,0.6),mixCoeff=c(0.3,0.7))
2013 Apr 29
0
lavaan and semTools warning message
Hello all, I am running a simple path analysis with the function sem.mi (of semTools) after doing multiple imputation in my (missing) data. However, depending on the option to combine the chi-square, I get the following warning messages: Warning messages: 1: In estimateVCOV(lavaanModel, samplestats = lavaanSampleStats, ... : lavaan WARNING: could not compute standard errors! 2: In