You can use getAnywhere
On Sun, Jun 19, 2022, 13:23 Christofer Bogaso
wrote:
> Hi,
>
> I am trying to see the source code of rstandard function. I tried below,
>
> > methods('rstandard')
>
> [1] rstandard.glm* rstandard.lm*
>
> What do I need to do if I want to see the source code of rstandard.l
Dear Cristofer,
> stats:::rstandard.lm
function (model, infl = lm.influence(model, do.coef = FALSE),
sd = sqrt(deviance(model)/df.residual(model)), type = c("sd.1",
"predictive"), ...)
{
type <- match.arg(type)
res <- infl$wt.res/switch(type, sd.1 = c(outer(sqrt(1 - infl$hat),
Update RStudio through RStudio. In the "help" tab there is a choice "check for
updates." This approach will preserve all your files. I use
if(!require(package)){install.packages("package")}
So that I always install a package I need but only if it is not already
installed.
Tim
-Original Me
Okay, thank you. I will do that.
Best regards
On Sunday, June 19, 2022, Rui Barradas wrote:
> Hello,
>
> No, do not delete RStudio, just donwload and install the most up-to-date
> version.
>
> Hope this helps,
>
> Rui Barradas
>
> Às 16:27 de 19/06/2022, Neha gupta escreveu:
>
>> Thank you for
Thank you for your answer.
I installed the new version of R and not the R studio. Should I delete R
studio and reinstall it? It will vanish all my installed packages.
On Sunday, June 19, 2022, Bert Gunter wrote:
> 1. This would be better posted on the RStudio help site:
> https://community.rstu
1. This would be better posted on the RStudio help site:
https://community.rstudio.com/
(This is R-Help, not RStudio Help. RStudio and R are separate entities).
2. A standard recommendation, which may not be necessary though, would be
to delete and reload the latest version of RStudio so it can fi
Recently I updated R and now when I try to open R studio, I get
The R session failed to start.
ERROR MESSAGE
[No error available]
PROCESS OUTPUT
The R session process exited with code -1073740791.
ERRORS
[No errors emitted]
OUTPUT
[No output emitted]
22 Nov 2020 18:35:26 [rsession-] ERROR sys
7 matches
Mail list logo