Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7626445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:19:33+00:00 2026-05-31T05:19:33+00:00

I have a GLM, family=binomial(link=logit) model that I apply within a predict() function, seen

  • 0

I have a GLM, family=binomial(link=logit) model that I apply within a predict() function, seen below. The predict values go beyond zero and 1, but I would like to keep them as probabilities. So I use the binomial()$inverse command that can be then be used in the apply function.

This worked just fine the first time I ran it, but after closing R down and starting again, I now get this error:

     Error in get(as.character(FUN), mode = "function", envir = envir) : 
     object 'ilogit' of mode 'function' was not found"

I’ve been struggling with this for hours, as this code normally worked. Does anyone have an idea about what I am doing wrong? Is there a better way of doing this?

My code is below. I’ve also tried other variation but can’t get it to work.

    ## predicted probabilities 
    pp <- predict(logit_model,
            newdata=data,
            type="link",
            se.fit=T)

   ilogit <- binomial()$inverse
   yhat_prob <- lapply(pp,ilogit) #converts to probabilities
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T05:19:34+00:00Added an answer on May 31, 2026 at 5:19 am

    If you want the probabilities, you can have them directly with type="response", as explained in the documentation, ?pregict.glm.

    For the error message you get, you probably need binomial()$linkinv.

    > str( binomial() )
    List of 12
     $ family    : chr "binomial"
     $ link      : chr "logit"
     $ linkfun   :function (mu)  
     $ linkinv   :function (eta)  
     $ variance  :function (mu)  
     ...
    

    The lack of error was probably due to some package you had loaded, which defined an ilogit function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a model in R: > s1 <- toys[1:10000,] > model <- glm(V11~V2+V3+V5+V7+V8+V9+V10,gaussian,s1)
hey ive been working with GLM and i have been noticing that im not
Have you ever seen any of there error messages? -- SQL Server 2000 Could
I ran a logit model and am trying to plot the probability curve. I'm
I have one texture that has some portions which are transparent transparent I want
Have a problem that seems easy on paper but i'm having a big problem
I have an std::vector defined as: std::vector<glm::vec3> faces; And I want to use the
Have some dates in my local Oracle 11g database that are in this format:
Have an app that can use tts to read text messages. It can also
Have I understod the following right? font-family:sans-serif; Above will result in the default sans-serif

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.