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

  • Home
  • SEARCH
  • 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 8943865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:53:33+00:00 2026-06-15T11:53:33+00:00

I am developing an linux kernel module in which I want to evaluate the

  • 0

I am developing an linux kernel module in which I want to evaluate the level of battery power supply. I measured the voltage on the battery during charging. As a result, I received the experimental dependence such as:

10:28:15    7898
10:29:15    7902
10:30:15    7908
10:31:15    7913
10:32:15    7918
10:33:15    7921

enter image description here

Now I need to interpolate the resulting graph with second-degree polynomial.

How can I do this with R programming language?

  • 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-06-15T11:53:38+00:00Added an answer on June 15, 2026 at 11:53 am

    Use lm to fit a linear model to data:

    > x <- 0:9
    > y <- 1+2*x+3*x^2
    > fit <- lm( y ~ x + I(x^2) )
    > fit
    
    Call:
    lm(formula = y ~ x + I(x^2))
    
    Coefficients:
    (Intercept)            x       I(x^2)  
              1            2            3  
    

    But you should probably reconsider your quadratic model of this data.

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

Sidebar

Related Questions

I'm developing a Linux kernel module outside of the Linux source tree (in the
Currently I am developing GPIO kernel module for friendlyarm Linux 2.6.32.2 (mini2440). I am
I am developing a Linux kernel module (driver) for an embedded system in the
When developing a kernel module in Linux, using the C standard library isn't allowed.
I am developing a Qt application on Red Hat Linux. I want to capture
I'm working on developing a GUI for the recompilation of Linux kernel. For this
I want to learn linux developing. I develop for the last 8 years on
I'm developing a linux app programmed in C which processes gdk pixbuf images and
I'm developing an application which has to run on Linux and Windows. I have
I want to start developing c++ programs in the linux platforms. So can anyone

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.