search for: bothel

Displaying 20 results from an estimated 141 matches for "bothel".

Did you mean: bother
2009 Dec 18
2
how to combine multiple indicator variables in a single factor
...c(0,0,1,0))) names(df) <- c('a','b','c') I would like to create a factor in a new column, where the factor values are taken from the column names, like this: > df2 a b c f 1 1 0 0 a 2 0 1 0 b 3 0 0 1 c 4 1 0 0 a How would I do this? Thanks, Dan Daniel Nordlund Bothell, WA USA
2009 Aug 24
6
Combining matrices
...6 6 6 The number of rows and the actual numbers above are unimportant, they are given so as to illustrate how I want to combine the matrices. I.e., I am looking for a general way to combine the first row of x with each row of y, then the second row of x with y, .... Thanks, Dan Daniel Nordlund Bothell, WA USA Thanks for
2012 Jul 27
2
How can I access an element of a string?
...> to access the character string "REER"; how can I do it? > > > > > > Thanks, > > > > > > Miao > > > > Look at ?colnames. > > colnames(fx1)[2] > > > > Hope this is helpful, > > Dan > > Daniel Nordlund > Bothell, WA USA > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, repr...
2011 Feb 10
1
Revolution Analytics reading SAS datasets
Has anyone heard whether Revolution Analytics is going to release this capability to the R community? http://www.businesswire.com/news/home/20110201005852/en/Revolution-Analytics-Unlocks-SAS-Data Dan Daniel Nordlund Bothell, WA USA
2006 Oct 09
1
where "should" R be installed?
...ons to choose one location over another? I know that this is, strictly speaking, not an R question but I thought I might ask here for guidance that might help me organize things for ease of use and maintenance, upgrading of packages etc. Any suggestions gratefully accepted. Dan Daniel Nordlund Bothell, WA
2009 May 17
1
sprintf() question
...United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base > Thanks for any enlightenment. Dan Daniel Nordlund Bothell, WA USA
2004 May 28
1
gssapi-with-mic and Win2K KDC?
...The soonest MS would be likely to update their gssapi support would be Longhorn Server in the 2006-2007 timeframe (if at all) so the interoperability issues with their KDC's are likely to continue for some time to come. Thanks much, Aaron Grewell Network Administrator University of Washington Bothell
2009 May 17
1
sprintf() question
...United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base > Thanks for any enlightenment. Dan Daniel Nordlund Bothell, WA USA
2023 Sep 19
1
Subsystem sftp invoked even though forced command created
...r unattended file transfer and ingestion by applications, at least on Linux. It will have to be replaced by TLS or the Splunk Universal Agent. Pity, that. Mike McManus Principal - Technology Security GTO Security Governance Team - Unix P: He/Him/His AT&T Services, Inc. 20205 North Creek Pkwy, Bothell, WA 98011 michael.mcmanus at att.com -----Original Message----- From: openssh-unix-dev <openssh-unix-dev-bounces+mm1072=att.com at mindrot.org> On Behalf Of MCMANUS, MICHAEL P Sent: Thursday, June 29, 2023 3:06 PM To: openssh-unix-dev at mindrot.org Subject: Subsystem sftp invoked even th...
2007 Apr 20
4
importing sas datasets
Hello, I wanted to ask help about importing sas datasets. 1)I tried with some functions as read.ssd (foreign package), but it doesn't import the file if the length of the variables' names are longer than 8 bite (it has to conform to the 6 version). 2)I then tried with the sas.get function (Hmisc package) but with the command: c<- sas.get(lib="c:\\ghan",
2010 Feb 11
2
SAS and RODBC
...ne suggest how I might go about tracking down the problem? I don't know much about ODBC in general or what RODBC is doing under the hood, or how the SAS ODBC driver is written, but it would be useful if I could get R to write SAS datasets, and not just read them. Thanks, Dan Daniel Nordlund Bothell, WA USA
2012 Mar 13
1
suggestions for debugging problem with a package
...uot; I am not sure how to proceed to track down this problem, since I get no messages from either the package or from R because R itself stops working. I downloaded R-2.14.2patched and experienced the same problem. Any suggestions about how to debug this problem? Thanks, Dan Daniel Nordlund Bothell, WA USA
2007 Jan 24
1
solving a structural equation model using sem or other package
...he sem package is that the covariance matrix which includes the variable cons is singular and sem says so and will not continue. Is there an alternative way to specify this problem for sem to obtain a solution? If not, is there another package that would produce a solution? Thanks, Dan Nordlund Bothell, WA
2006 Dec 13
1
Problem with tuned Rblas from CRAN with R-2.4.0
...also that the contributed binaries on CRAN had been updated. However, I couldn?t find any Rblas binaries with a date after 2005. Any suggestions on where to find an Rblas binary for WinXP and P4 chip, or do I need to try to compile one on my own? Thanks for any assistance, Dan Daniel Nordlund Bothell, WA USA
2007 Nov 22
1
problem updating packages on Ubuntu 7.10
...-lgfortran along with R and Ubuntu and was not able to find anything that was helpful to me. I have successfully updated packages on Ubuntu 6.10 and 7.04. I am sure somebody knows what is happening here, and I would appreciate any pointers to what I am doing wrong. Thanks, Dan Daniel Nordlund Bothell, WA
2009 Feb 20
6
write.table
Hello, I tried to turn lists into vectors and then bind them together in order to create a dataframe but if, after this, I try to use the function write.table I get the following error message: Error in write.table(x, file, nrow(x), p, rnames, sep, eol, na, dec, as.integer(quote), : 'list' type not implemented in 'EncodeElement' Here is what I've done:
2010 Mar 02
1
sem package and growth curves
...hapter 8 that they would be willing to share? I would also be interested in other simple examples using sem and RAM specifications. If anyone is interested, I would also be willing to share the R code I have written for other chapters in the Singer and Willett book. Thanks, Dan Daniel Nordlund Bothell, WA USA
2007 Feb 28
3
Datamining-package rattle() Errors
...t the package rattle on CRAN for initially > > > > looking at your data and doing some basic data mining. > > > > > > > > Hope this is helpful, > > > > > > > > Dan > > > > > > > > Daniel Nordlund > > > > Bothell, WA, USA > > > > > > > > ______________________________________________ > > > > R-help@stat.math.ethz.ch mailing list > > > > https://stat.ethz.ch/mailman/listinfo/r-help > > > > PLEASE do read the posting guide > > > > http:/...
2005 Oct 03
6
sampling vectors
Hello Listers, I am trying to sample a vector to create a new one of sample length, witha sum equal to the sum of the initial vector: initial = 10, 30, 10 (sum=50) sample example = 5, 35, 10 (sum=50) or 25, 15, 10 (sum=50), etc ... My problem is to control the sum, so it stays constant. Any suggestions would be very helpful ! Thank you in advance, Eric
2011 Mar 09
2
Complex sampling?
R users, I am trying to generate a randomized weekday survey schedule that ensures even coverage of weekdays in the sample, where the distribution of variable DOW is random with respect to WEEK. To accomplish this I need to randomly sample without replacement two weekdays per week for each of 27 weeks (only 5 are shown). However, I need to sample from a sequence (3:7) that needs to be