Displaying 20 results from an estimated 9000 matches similar to: "Difficulties with the simpest table"
2009 May 12
2
curve fitting
I have the data:
for x: 2, 8, 14, 20, 26, 32, 38, 44, 50, 56, 62, 68, 74,
for y: 100, 99, 99, 98, 97, 94, 82, 66, 48, 38, 22, 10, 1.
y depends on x by equation: y = 100*exp(b*(1-exp(c*x))/c),
where b and c are coefficients. I need to find coefficients in this
equation for given data. How can I do that by means of R?
Thank you for advance. With regard, Dmitry.
2010 May 05
1
simple on point bisserial correlation
Dear developers of R-project,
I have such data
height of male persons
181, 178, 182, 160, 187, 193, 184, 184,
175, 178, 184, 184, 174, 185, 175
height of female persons
164, 165, 160, 174, 167, 161, 164, 165,
169, 175, 165, 155, 172, 164, 172, 166,
160, 159, 158, 173
I want to determine if height is dependent on
gender, and I need to find, as I understand, point
biserial correlation. I had tried
2009 Aug 19
2
Urgent Help
Dear Sir,
I am using RClimDex. I get following error.
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines,
na.strings, :
scan() expected 'a real', got 'T'
I have done copy paste of climate data from excel file to notepad and tried
to upload. I do not have any knowledge about programming languages. Please
help me.
Regards,
Binaya Pasakhala
--
View this
2010 Mar 14
3
R and R commander
Hi,
I am a student studying Biostatistics at University. We have been advised to install R and R commander. I managed to do this successfully, except I wasn't able to complete the final step - which would enable both R and R commander to launch when I open the R icon on my desktop.
However, I haven't been able to save it and for this to work.
The last instructions we were given are:
2010 Feb 15
1
R-Commander plug-in difficulties
Hi All,
I have recently created an Rcmdr plugin package and it passed all the
checks and was uploaded to CRAN. I then downloaded it from CRAN and
tried running it from my local R program and received this error:
...
Error in f(libname, pkgname) : could not find function "getRcmdr"
Error in library(pkg, character.only = TRUE) :
.First.lib failed for 'RcmdrPlugin.MAc'
In my
2005 Jun 23
1
How to save changed options in Rcmdr
Dear All,
I want to change the default options of Rcmdr; it seemed to work when
I made changes and click the "Exit and Restart R Commander". However,
next time I open Rcmdr, it automatically restored to the default
options. Is there a way to change Rcmdr's options permanently? Thanks!
Shige
2012 Mar 18
1
Having difficulties installing r commander
Hi,
I have recently installed R on my mac and am trying to install R commander.
When I type:
install.packages("Rcmdr",dependencies=TRUE)
the following message appears
I have also tried installing commander via the package installer window.
When I do this a large number of error messages (over 50) appear. They are
mainly saying that certain dependencies are not available, or that they
2012 Apr 03
5
Import from excel button in R-command
Hello
I have been searching for almost 2 hours for a certain plug-in/package, so
im making this thread as i hope you can help me find it.
I had my first lesson in "Statistics in use" today, and when we worked on
the school computers, we could do this to import data from excel:
Data > Import Data > Import from excel or "something else"
Now i downloaded it for my
2003 Aug 04
4
bootstrapping vinum root
Well, colleagues, I'm stuck a bit.
I tried many different ways to setup system with vinum root (the only
reference I found yet besides old "bootstrapping vinum" article is Joerg's
commit message: http://freebsd.rambler.ru/bsdmail/cvs-all_2003/msg01225.html
I failed. I have 4-stable system set up at ad0, and tried to set up pair of
drives for new system at ad2 and ad3 (actually,
2005 May 29
6
R GUI for Linux?
Hello all,
I noticed that both Windows and OS X version of R have a GUI
(Rconsole). Is there a GUI for Linux? I'm running Debian on which
the CLI for R works just fine.
Regards,
- Robert
2010 Aug 23
7
"easiest" way to write an R dataframe to excel?
I am using R 2.11.1 in a Microsoft Windows 7 environment.
I tried using WriteXLS, but get the message " In system(cmd) : perl not found"
What is the "easiest" way to write an R dataframe to Excel? (I am familiar with
WriteXLS, but I do not have PERL installed, and if not needed, do not wish to
install it.)
I am also familiar with write.table, but if possible, wish to
2011 Sep 14
14
[Bug 40866] New: Caught signal 11 (Segmentation fault). Server aborting
https://bugs.freedesktop.org/show_bug.cgi?id=40866
Summary: Caught signal 11 (Segmentation fault). Server aborting
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at
2017 Aug 17
2
Promedio elementos vector
Estimado Carlos:
Aun no he efectuado los cambios que me propones, sin embargo, se me ocurrió
(como el burro que tocó la flauta) hacer que 'Libre Office' abriera la
matriz con formato ASCII, en lugar de UTF8, y ¡oh sorpresa! ya estaba la
tabla con formato numérico.
*MANOLO MÁRQUEZ P.*
[[alternative HTML version deleted]]
2005 Apr 18
1
Rcmdr's problem in East Asian Languages Version
maybe this is a problem specific to the East Asian Languages Version.when i reinstall R without checking the "Version for East Asian Languages" option ,it works.but if i install R with the "Version for East Asian Languages" option, it show the following error msg.
> library(Rcmdr)
Loading required package: tcltk
Loading Tcl/Tk interface ... done
Error in parse(file,
2007 Feb 24
2
Depending on many packages: another best practice question
Dear all,
ggplot currently requires 13 packages (grid, reshape, RColorBrewer,
proto, splines, MASS, Hmisc, boot, butler, hexbin, mapproj, quantreg,
sm). Some of these are absolutely necessary (eg. proto), but most are
used for one or two specific tasks (eg. boot is only used to get
plogis, used for logit scales).
Do you think I should make them all "depends" packages, or
2010 Jul 13
3
export tables to excel files on multiple sheets with titles for each table
Hello R-users,
Checking the archives, I recently came across this topic:
"export tables to Excel files"
(http://r.789695.n4.nabble.com/export-tables-to-Excel-files-td1565679.html#a1565679),
and the following interesting references have been proposed:
http://rwiki.sciviews.org/doku.php?id=tips:data-io:ms_windows
2006 Apr 27
1
Minor Windows clipboard issue
Hello
I have a small problem in Windows RGui using Remote Desktop when the
clipboard paste menu item becomes unexpectedly disabled.
I'm using Remote Desktop to connect from a Windows 2000 workstation
client to RGui running on Windows Server 2003. After text is pasted to
RGui from the client a couple of times, the "Edit : Paste" menu item
becomes disabled when data should be
2011 Jan 25
2
Downloading data from internet
Dear all, I need to download an excel file from net, on which I have address
like http://www.2shared.com/file/MMSMWv4B/MyData.html. Can I somehow
directly download this file into my R workbook?
Thanks,
[[alternative HTML version deleted]]
2013 Aug 25
4
[Bug 2144] New: openssh-6.2_p2 compilation warnings
https://bugzilla.mindrot.org/show_bug.cgi?id=2144
Bug ID: 2144
Summary: openssh-6.2_p2 compilation warnings
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at
2010 Jun 22
1
Remove squares from scatter3D
Dear All,
I?ve been trying to find an option to scatter3D from rcmdr to remove the individual points from the plots but to no help so far. Removing the residuals is easy, but I cannot find a similar point option. Is there such an option that can be set to FALSE?
Best,
//M