similar to: Protocol for answering basic questions

Displaying 20 results from an estimated 20000 matches similar to: "Protocol for answering basic questions"

2005 Jan 27
3
weighting in nls
I'm fitting nonlinear functions to some growth data but I'm getting radically different results in R to another program (Prism). Furthermore the values from the other program give a better fit and seem more realistic. I think there is a problem with the results from the r nls function. The differences only occur with weighted data so I think I'm making a mistake in the weighting.
2004 Nov 01
4
deleting specified NA values
I have a data set of about 10000 records which was compiled from several smaller data sets using SPSS. During compilation 88 false records were accidentally introduced which comprise all NA values. I want to delete these records but not other missing data. The functions na.exclude and na.omit seem to remove all values of NA? How can I delete just the relevant NA's? . i.e. I want to delete
2004 Nov 08
2
Nonlinear weighted least squares estimation
Hi there, I'm trying to fit a growth curve to some data and need to use a weighted least squares estimator to account for heteroscedasticity in the data. A weights argument is available in nls that would appear to be appropriate for this purpose, but it is listed as 'not yet implemented'. Is there another package which could implement this procedure? Regards, Robert Brown
2004 Nov 02
4
Loadhistory problems
History files saved using nFile Save History do not open when using File Load History. I notice that when they are saved they do not seem to have a file extension and there is no option to chose an extension. Is this a problem. Other than this it seems so simple that I can't see what the problem is. I've tried using loadhistory and savehistory with the same problems. The syntax guide
2015 Mar 02
1
Update
Am 02.03.2015 um 21:11 schrieb buhorojo: > On 02/03/15 20:30, Rowland Penny wrote: >> On 02/03/15 19:28, buhorojo wrote: >>> On 02/03/15 20:26, Rowland Penny wrote: >>>> >>>> excuse, but could you repeat that, but this time in English. >>>> >>>> Rowland >>> Try: >>> https://translate.google.com/ >>>
2015 Mar 02
2
Update
On 02/03/15 19:28, buhorojo wrote: > On 02/03/15 20:26, Rowland Penny wrote: >> >> excuse, but could you repeat that, but this time in English. >> >> Rowland > Try: > https://translate.google.com/ > Why, this an *English* mailing list. Rowland
2003 Jun 23
3
FW: S4 classes, creating in C
I am using C code to create an S4 object based on Douglas Bates's example in his lecture notes on <http://www.ci.tuwien.ac.at/Conferences/DSC-2003/Tutorials/RExtensions/slide s.pdf> http://www.ci.tuwien.ac.at/Conferences/DSC-2003/Tutorials/RExtensions/slides .pdf e.g. SEXP La_DGE_dc(SEXP A) { SEXP aa = PROTECT(duplicate(A)); SEXP adims, pivot, val; int
2007 Apr 19
2
setClass inside a function
Hello, I would like to create a function that gets passed a class name and then calls setClass, and a few other functions, inside. I have done this in the past with setmethod, creating accessors for all slots in a set of S4 classes. But setClass is choking when my function is called isnide a package, telling about an error in exists(cname, where). I assume this to be a problem with the
2004 Nov 10
1
Basic Q on coercing factors in data frames to numeric
Hi there, I'm running R 2.0.0 on Windows 95. I'm trying to coerce a column of factors within a data frame to numeric. This is not a problem with a vector, but I can't find a way to index a column within a data frame to achieve this. All the examples from 'An introduction to R', 'S-plus 6 programmers guide', etc, use simple vectors. I'm sure I'm missing
2003 Oct 27
3
(PR#4806)
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C39C9F.B5DABBD0 Content-Type: text/plain; charset="iso-8859-1" # Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing
2013 Aug 25
2
RCurl cookiejar
R-helpers, When I use cURL in the Terminal: curl --cookie-jar cookie.txt --url "http://corpusdelespanol.org/x.asp" --user-agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20100101 Firefox/23.0" --location --include a cookie file "cookie.txt" is saved to my working directory. However, when I try what I think is the equivalent command R with RCurl:
2004 Oct 20
3
Selecting from a character vector with logical operators
I'm trying to select a subset from character vector using the logical operator >, but get the following error 6356 85 SOL 1 25 1 38E6 6357 85 SOL 1 27 1 38E6 6910 95 SOL 1 25 1 38E6 7152 98 SOL 1 19 1 38E6 7153 98 SOL 1 22 2 38E6 7154 98 SOL 1 28 1 38E6 >
2003 Sep 05
1
Problem with S4 slots in C code (PR#4073)
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C3738F.63DE3390 Content-Type: text/plain; charset="iso-8859-1" #I want to be able to create a new S4 class and read data into it using C code # Here is a very simple S4 object inheriting from "array", but with 5
2012 Sep 14
1
parallel version of tapply() or table()?
Hello R-helpers. I've tried to recreate a parallel version of tapply() and table() using a combination of the parallel functions mclapply() and pvec() and papply(), but haven't been successful. In the end, I'm trying to get a cross tab of two vectors. I currently (can) use tapply(..., sum) and table(), and even xtabs() and ftable(), but with tens of millions of words and tens of
2013 Nov 21
2
RStudio and R.app "segmentation fault" errors
R-helpers, I'm using system() to run a shell script that uses a library written in C++ to analyze natural language (FreeLing: http://nlp.lsi.upc.edu/freeling). When I run the following code in RStudio (0.97.248) and R.app (1.62) on Max OSX (10.7.5): > cmd <- "analyze -f /usr/local/share/freeling/config/es.cfg --lang es --outf tagged </Users/earlbrown/temp_input.txt" >
2005 Mar 01
3
I''m out of here for a while
I''m going to start being rude with people if I don''t take a break from the list for a while. I''ll be back in a couple of days after I cool off..... --Tom -- Tom Eastep \ Off-list replies are cheerfully ignored Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key
2005 Apr 24
2
g729 passthrough?
I'm sitting here with my dunce cap on. My weak excuse is that I haven't ever played with g729 before. I have a Sipura 841. I have the phone config set to use g729. Its appropriate sip.conf entry, and the IAX stanza for my ITSP all set to disallow=all, allow=g729. But as soon as I dial, I get a complaint from the server: -- Call accepted by 66.225.202.72 (format g729) --
2004 Nov 30
3
Re: Reasons not to answer very basic questions...
A.J. Rossini wrote: > > and perhaps the most important reason for the particular socratic form > of teaching on this list... Golly, anyone who read Plato's Dialogues would realize that the Socratic method involves patiently leading the questioner stepwise through the solution, not simply writing RTFMeno. Jim
2014 Dec 06
2
sernet samba4 on Ubuntu
On 06/12/14 20:34, Donelson Trophy wrote: > > > Thank you Hector. Despite my poor spanish, I can see that I need to > check what dependencies are loading with Sernet-samba. > > More tomorrow when I am at a better machine to communicate with the > forum on. > > Thanks. > > --- > > ------------------------- > > Bob Wooden of Donelson Trophy > >
2004 Dec 02
7
A possible way to reduce basic questions
Jim Lemon <bitwrit <at> ozemail.com.au> writes: > I have been thinking about how to reduce the number of basic questions that > elicit the ...ahem... robust debate that has occurred about how to answer The traffic on r-help could be reduced by creating a second list where more elementary questions are asked. There may be other ways to partition the universe of questions