Displaying 5 results from an estimated 5 matches for "gruner".
Did you mean:
groner
2006 May 23
2
transpose dataset to PC-ORD?
...her hints on code that will either stop R from adding these, or
strip them at the end?
(PS, yes, I can learn how to my multivariate analyses in R and skip
PC-ORD, but I am time limited on this one, and it seems that this
code could be very useful in numerous ways)
Many thanks for the help,
Dan Gruner
(Windows XP, R vers2.2)
##transpose datasets to convert to PC-ORD format
data<-read.csv("data.csv", header=TRUE, as.is=T,
strip.white=T, na.strings="NA")
data<-as.matrix(data)
data.trans <- t(data)
write.csv(data.trans, file = "datatransp.csv",
quo...
2017 Mar 28
0
win7 DC logon waiting
On 3/27/2017 3:28 AM, Sebastian Gruner wrote:
> Hi,
>
> that's right, that he can't connect the DC. But my main problem is, that I havn't found any solution to shorten the timeout it needs until the logon precess succeeds.
> I've alredy set the GPO you've mentioned, without any success. Other ideas to sho...
2006 Jan 08
5
parse error in database.yml
Since upgrading to rails 1.0 I keep getting a parse error in database.yml.
I have tried multiple configurations of both mysql and postgres and
continue getting this error message when trying to generate a model or
scaffold.
-Andrew
2017 Mar 20
1
win7 DC logon waiting
.... But it can't be true, that I have to unplug and plug the Ethernet-cable each time I want to login. Any suggestions to shorten the waiting-time / timeout? best case would be if there exists a gpo to edit, but all my researches doesn't get the results I want.
Thanks for help
Kind regards
gruner
2011 Nov 16
3
access sublists by a variable
Dear list,
I'd like to access the elements of a list within another list with the
help of a variable.
dict <- list( "24" = c(1,2,3,6,12,24,48,72,96,120,144,168,720),
"168" = c(1,12,24,48,72,96,120,144,168,336,504,672),
"8760" = c(1,24,168,730,4380,8760)
)
dict$"24" works fine, but
a <- "24"
dict$a
returns